Lines Matching refs:record
14 struct tep_record *record, in timer_expire_handler() argument
20 record, 0) == -1) in timer_expire_handler()
22 record, 1); in timer_expire_handler()
26 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler()
29 record, 0); in timer_expire_handler()
34 struct tep_record *record, in timer_start_handler() argument
40 record, 0) == -1) in timer_start_handler()
42 record, 1); in timer_start_handler()
45 record, 0); in timer_start_handler()
48 tep_print_num_field(s, "%llu", event, "expires", record, 1); in timer_start_handler()
51 tep_print_num_field(s, "%llu", event, "softexpires", record, 1); in timer_start_handler()