Home
last modified time | relevance | path

Searched refs:tep_print_num_field (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_hrtimer.c19 if (tep_print_num_field(s, "0x%llx", event, "timer", in timer_expire_handler()
21 tep_print_num_field(s, "0x%llx", event, "hrtimer", in timer_expire_handler()
26 tep_print_num_field(s, "%llu", event, "now", record, 1); in timer_expire_handler()
39 if (tep_print_num_field(s, "0x%llx", event, "timer", in timer_start_handler()
41 tep_print_num_field(s, "0x%llx", event, "hrtimer", 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()
H A Dplugin_mac80211.c42 #define SF(fn) tep_print_num_field(s, fn ":%d", event, fn, record, 0)
43 #define SFX(fn) tep_print_num_field(s, fn ":%#x", event, fn, record, 0)
55 tep_print_num_field(s, "(%d)", event, "vif_type", record, 1); in drv_bss_info_changed()
H A Dplugin_kvm.c284 tep_print_num_field(s, " rip 0x%lx", event, "guest_rip", record, 1); in kvm_exit_handler()
344 tep_print_num_field(s, " info1 %llx", event, "exit_info1", record, 1); in kvm_nested_vmexit_inject_handler()
345 tep_print_num_field(s, " info2 %llx", event, "exit_info2", record, 1); in kvm_nested_vmexit_inject_handler()
346 tep_print_num_field(s, " int_info %llx", event, "exit_int_info", record, 1); in kvm_nested_vmexit_inject_handler()
347 tep_print_num_field(s, " int_info_err %llx", event, "exit_int_info_err", record, 1); in kvm_nested_vmexit_inject_handler()
355 tep_print_num_field(s, "rip %llx ", event, "rip", record, 1); in kvm_nested_vmexit_handler()
414 tep_print_num_field(s, " root %u ", event, in kvm_mmu_print_role()
H A Dplugin_tlb.c26 tep_print_num_field(s, "%ld", event, "pages", record, 1); in tlb_flush_handler()
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-parse.h487 int tep_print_num_field(struct trace_seq *s, const char *fmt,
H A Devent-parse.c7072 * tep_print_num_field - print a field and a format
7083 int tep_print_num_field(struct trace_seq *s, const char *fmt, in tep_print_num_field() function

Completed in 14 milliseconds