Lines Matching refs:action
268 TP_PROTO(const char *action, int val, bool start),
270 TP_ARGS(action, val, start),
273 __field(const char *, action)
279 __entry->action = action;
284 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
403 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
405 TP_ARGS(action, prev_value, curr_value),
408 __field( enum pm_qos_req_action, action )
414 __entry->action = action;
420 __print_symbolic(__entry->action,
429 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
431 TP_ARGS(action, prev_value, curr_value)
436 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
438 TP_ARGS(action, prev_value, curr_value),
441 __print_symbolic(__entry->action,