Home
last modified time | relevance | path

Searched refs:tep_print_num_field (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/plugins/
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()
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()
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()
Dplugin_tlb.c26 tep_print_num_field(s, "%ld", event, "pages", record, 1); in tlb_flush_handler()
/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_print.txt6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field -
18 int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event …
83 tep_print_num_field(&seq, " timer expires in %llu ", event, "expires", record, 0);
Dlibtraceevent-reg_event_handler.txt82 if (tep_print_num_field(s, "0x%llx", event, "timer", record, 0) == -1)
83 tep_print_num_field(s, "0x%llx", event, "hrtimer", record, 1);
87 tep_print_num_field(s, "%llu", event, "now", record, 1);
Dlibtraceevent.txt81 …int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event…
/linux-5.19.10/tools/lib/traceevent/
Devent-parse.h488 int tep_print_num_field(struct trace_seq *s, const char *fmt,
Devent-parse.c7104 int tep_print_num_field(struct trace_seq *s, const char *fmt, in tep_print_num_field() function