/Linux-v5.4/tools/lib/traceevent/ |
D | event-parse.h | 39 struct tep_record { struct 51 struct tep_record *prev; argument 52 struct tep_record *next; argument 63 struct tep_record *record, argument 456 struct tep_record *record, const char *fmt, ...) 470 const char *name, struct tep_record *record, 474 const char *name, struct tep_record *record, 477 const char *name, struct tep_record *record, 480 const char *name, struct tep_record *record, 485 struct tep_record *record, int err); [all …]
|
D | parse-filter.c | 1523 struct tep_record *record, enum tep_errno *err); 1526 get_comm(struct tep_event *event, struct tep_record *record) in get_comm() 1538 struct tep_format_field *field, struct tep_record *record) in get_value() 1574 struct tep_record *record, enum tep_errno *err); 1578 struct tep_record *record, enum tep_errno *err) in get_exp_value() 1633 struct tep_record *record, enum tep_errno *err) in get_arg_value() 1657 struct tep_record *record, enum tep_errno *err) in test_num() 1697 static const char *get_field_str(struct tep_filter_arg *arg, struct tep_record *record) in get_field_str() 1748 struct tep_record *record, enum tep_errno *err) in test_str() 1779 struct tep_record *record, enum tep_errno *err) in test_op() [all …]
|
D | event-parse.c | 5221 char *format, struct tep_record *record) in data_latency_format() 5310 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type() 5322 int tep_data_pid(struct tep_handle *tep, struct tep_record *rec) in tep_data_pid() 5334 int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec) in tep_data_preempt_count() 5348 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags() 5465 struct tep_event *event, struct tep_record *record) in print_event_info() 5493 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) in tep_find_event_by_record() 5516 struct tep_record *record) in print_event_time() 5554 struct tep_record *record, struct tep_event *event, in print_string() 5579 struct tep_record *record, struct tep_event *event, in print_int() [all …]
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent.txt | 57 …(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_record pass:[*]_record_… 62 …:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_record_… 72 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 73 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 74 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 75 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 81 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 82 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 98 …enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass… 109 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); [all …]
|
D | libtraceevent-record_parse.txt | 23 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 24 int *tep_data_pid*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 25 int *tep_data_preempt_count*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 26 int *tep_data_flags*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 79 void process_record(struct tep_record *record)
|
D | libtraceevent-field_get_val.txt | 16 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 17 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 18 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 19 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 63 void process_record(struct tep_record *record)
|
D | libtraceevent-field_print.txt | 18 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 19 …_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record pass:[*]_record_… 70 void process_record(struct tep_record *record)
|
D | libtraceevent-event_find.txt | 17 …:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_record_… 62 void event_from_record(struct tep_record *record)
|
D | libtraceevent-event_print.txt | 15 …*(struct tep_handle pass:[*]_tep_, struct trace_seqpass:[*]_s_, struct tep_record pass:[*]_record_… 84 void print_my_event(struct tep_record *record)
|
D | libtraceevent-field_read.txt | 39 void process_record(struct tep_record *record)
|
D | libtraceevent-reg_event_handler.txt | 23 typedef int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[… 77 int timer_expire_handler(struct trace_seq *s, struct tep_record *record,
|
D | libtraceevent-endian_read.txt | 37 void process_record(struct tep_record *record)
|
D | libtraceevent-filter.txt | 23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:… 131 void process_record(struct tep_handle *tep, struct tep_record *record)
|
D | libtraceevent-field_find.txt | 46 void get_htimer_info(struct tep_handle *tep, struct tep_record *record)
|
/Linux-v5.4/tools/lib/traceevent/plugins/ |
D | plugin_kvm.c | 251 static int print_exit_reason(struct trace_seq *s, struct tep_record *record, in print_exit_reason() 272 static int kvm_exit_handler(struct trace_seq *s, struct tep_record *record, in kvm_exit_handler() 295 struct tep_record *record, in kvm_emulate_insn_handler() 334 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_inject_handler() 348 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_handler() 374 static int kvm_mmu_print_role(struct trace_seq *s, struct tep_record *record, in kvm_mmu_print_role() 421 struct tep_record *record, in kvm_mmu_get_page_handler()
|
D | plugin_sched_switch.c | 49 struct tep_record *record, in write_and_save_comm() 69 struct tep_record *record, in sched_wakeup_handler() 98 struct tep_record *record, in sched_switch_handler()
|
D | plugin_hrtimer.c | 29 struct tep_record *record, in timer_expire_handler() 49 struct tep_record *record, in timer_start_handler()
|
D | plugin_kmem.c | 27 static int call_site_handler(struct trace_seq *s, struct tep_record *record, in call_site_handler()
|
D | plugin_mac80211.c | 62 struct tep_record *record, in drv_bss_info_changed()
|
D | plugin_function.c | 126 static int function_handler(struct trace_seq *s, struct tep_record *record, in function_handler()
|
/Linux-v5.4/tools/perf/util/ |
D | trace-event-parse.c | 103 struct tep_record record; in event_format__fprintf()
|
D | sort.c | 704 struct tep_record rec = { in get_trace_output()
|
/Linux-v5.4/tools/perf/ |
D | builtin-kmem.c | 738 struct tep_record record = { in parse_gfp_flags()
|