Lines Matching refs:record
28 struct tep_record *record, in timer_expire_handler() argument
34 record, 0) == -1) in timer_expire_handler()
36 record, 1); in timer_expire_handler()
40 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler()
43 record, 0); in timer_expire_handler()
48 struct tep_record *record, in timer_start_handler() argument
54 record, 0) == -1) in timer_start_handler()
56 record, 1); in timer_start_handler()
59 record, 0); in timer_start_handler()
62 tep_print_num_field(s, "%llu", event, "expires", record, 1); in timer_start_handler()
65 tep_print_num_field(s, "%llu", event, "softexpires", record, 1); in timer_start_handler()