Searched refs:tep_print_num_field (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_hrtimer.c | 19 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()
|
D | plugin_mac80211.c | 42 #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()
|
D | plugin_kvm.c | 284 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()
|
D | plugin_tlb.c | 26 tep_print_num_field(s, "%ld", event, "pages", record, 1); in tlb_flush_handler()
|
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_print.txt | 6 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);
|
D | libtraceevent-reg_event_handler.txt | 82 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);
|
D | libtraceevent.txt | 81 …int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event…
|
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.h | 487 int tep_print_num_field(struct trace_seq *s, const char *fmt,
|
D | event-parse.c | 7083 int tep_print_num_field(struct trace_seq *s, const char *fmt, in tep_print_num_field() function
|