Lines Matching refs:event
10 #include "event-parse.h"
15 struct tep_event *event, void *context)
19 if (tep_print_num_field(s, "0x%llx", event, "timer",
21 tep_print_num_field(s, "0x%llx", event, "hrtimer",
26 tep_print_num_field(s, "%llu", event, "now", record, 1);
28 tep_print_func_field(s, " function=%s", event, "function",
35 struct tep_event *event, void *context)
39 if (tep_print_num_field(s, "0x%llx", event, "timer",
41 tep_print_num_field(s, "0x%llx", event, "hrtimer",
44 tep_print_func_field(s, " function=%s", event, "function",
48 tep_print_num_field(s, "%llu", event, "expires", record, 1);
51 tep_print_num_field(s, "%llu", event, "softexpires", record, 1);