Lines Matching refs:s
28 static int timer_expire_handler(struct trace_seq *s, in timer_expire_handler() argument
32 trace_seq_printf(s, "hrtimer="); in timer_expire_handler()
34 if (tep_print_num_field(s, "0x%llx", event, "timer", in timer_expire_handler()
36 tep_print_num_field(s, "0x%llx", event, "hrtimer", in timer_expire_handler()
39 trace_seq_printf(s, " now="); in timer_expire_handler()
41 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler()
43 tep_print_func_field(s, " function=%s", event, "function", in timer_expire_handler()
48 static int timer_start_handler(struct trace_seq *s, in timer_start_handler() argument
52 trace_seq_printf(s, "hrtimer="); in timer_start_handler()
54 if (tep_print_num_field(s, "0x%llx", event, "timer", in timer_start_handler()
56 tep_print_num_field(s, "0x%llx", event, "hrtimer", in timer_start_handler()
59 tep_print_func_field(s, " function=%s", event, "function", in timer_start_handler()
62 trace_seq_printf(s, " expires="); in timer_start_handler()
63 tep_print_num_field(s, "%llu", event, "expires", record, 1); in timer_start_handler()
65 trace_seq_printf(s, " softexpires="); in timer_start_handler()
66 tep_print_num_field(s, "%llu", event, "softexpires", record, 1); in timer_start_handler()