Lines Matching refs:record
29 struct tep_record *record, in timer_expire_handler() argument
35 record, 0) == -1) in timer_expire_handler()
37 record, 1); in timer_expire_handler()
41 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler()
44 record, 0); in timer_expire_handler()
49 struct tep_record *record, in timer_start_handler() argument
55 record, 0) == -1) in timer_start_handler()
57 record, 1); in timer_start_handler()
60 record, 0); in timer_start_handler()
63 tep_print_num_field(s, "%llu", event, "expires", record, 1); in timer_start_handler()
66 tep_print_num_field(s, "%llu", event, "softexpires", record, 1); in timer_start_handler()