Lines Matching refs:action
166 TP_PROTO(const char *action, int val, bool start),
168 TP_ARGS(action, val, start),
171 __field(const char *, action)
177 __entry->action = action;
182 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
375 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
377 TP_ARGS(action, prev_value, curr_value),
380 __field( enum pm_qos_req_action, action )
386 __entry->action = action;
392 __print_symbolic(__entry->action,
401 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
403 TP_ARGS(action, prev_value, curr_value)
408 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
410 TP_ARGS(action, prev_value, curr_value),
413 __print_symbolic(__entry->action,