Lines Matching refs:action
175 TP_PROTO(const char *action, int val, bool start),
177 TP_ARGS(action, val, start),
180 __field(const char *, action)
186 __entry->action = action;
191 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
384 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
386 TP_ARGS(action, prev_value, curr_value),
389 __field( enum pm_qos_req_action, action )
395 __entry->action = action;
401 __print_symbolic(__entry->action,
410 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
412 TP_ARGS(action, prev_value, curr_value)
417 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
419 TP_ARGS(action, prev_value, curr_value),
422 __print_symbolic(__entry->action,