/linux/tools/lib/traceevent/ |
A D | event-parse.h | 25 struct tep_record { struct 37 struct tep_record *prev; argument 38 struct tep_record *next; argument 49 struct tep_record *record, argument 474 const char *name, struct tep_record *record, 478 const char *name, struct tep_record *record, 481 const char *name, struct tep_record *record, 484 const char *name, struct tep_record *record, 489 struct tep_record *record, int err); 493 struct tep_record *record, int err); [all …]
|
A D | parse-filter.c | 1525 struct tep_record *record, enum tep_errno *err); 1528 get_comm(struct tep_event *event, struct tep_record *record) in get_comm() 1540 struct tep_format_field *field, struct tep_record *record) in get_value() 1576 struct tep_record *record, enum tep_errno *err); 1580 struct tep_record *record, enum tep_errno *err) in get_exp_value() 1635 struct tep_record *record, enum tep_errno *err) in get_arg_value() 1659 struct tep_record *record, enum tep_errno *err) in test_num() 1750 struct tep_record *record, enum tep_errno *err) in test_str() 1781 struct tep_record *record, enum tep_errno *err) in test_op() 1803 struct tep_record *record, enum tep_errno *err) in test_filter() [all …]
|
A D | event-parse.c | 5747 char *format, struct tep_record *record) in data_latency_format() 6042 struct tep_record *record) in print_event_time() 6080 struct tep_record *record, struct tep_event *event, in print_string() 6179 struct tep_record *record, const char *fmt, ...) in tep_print_event() 6928 const char *name, struct tep_record *record, in get_field_val() 6961 const char *name, struct tep_record *record, in tep_get_field_raw() 7008 const char *name, struct tep_record *record, in tep_get_field_val() 7033 const char *name, struct tep_record *record, in tep_get_common_field_val() 7058 const char *name, struct tep_record *record, in tep_get_any_field_val() 7085 struct tep_record *record, int err) in tep_print_num_field() [all …]
|
/linux/tools/lib/traceevent/Documentation/ |
A 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_… 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_); 110 int *tep_data_pid*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 111 int *tep_data_preempt_count*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); [all …]
|
A 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)
|
A 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)
|
A 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)
|
A 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)
|
A 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)
|
A 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,
|
A D | libtraceevent-field_read.txt | 39 void process_record(struct tep_record *record)
|
A D | libtraceevent-endian_read.txt | 37 void process_record(struct tep_record *record)
|
A 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)
|
A D | libtraceevent-field_find.txt | 46 void get_htimer_info(struct tep_handle *tep, struct tep_record *record)
|
/linux/tools/lib/traceevent/plugins/ |
A D | plugin_kvm.c | 255 static int print_exit_reason(struct trace_seq *s, struct tep_record *record, in print_exit_reason() 276 static int kvm_exit_handler(struct trace_seq *s, struct tep_record *record, in kvm_exit_handler() 299 struct tep_record *record, in kvm_emulate_insn_handler() 338 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_inject_handler() 352 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_handler() 378 static int kvm_mmu_print_role(struct trace_seq *s, struct tep_record *record, in kvm_mmu_print_role() 425 struct tep_record *record, in kvm_mmu_get_page_handler()
|
A D | plugin_sched_switch.c | 34 struct tep_record *record, in write_and_save_comm() 54 struct tep_record *record, in sched_wakeup_handler() 83 struct tep_record *record, in sched_switch_handler()
|
A D | plugin_hrtimer.c | 14 struct tep_record *record, in timer_expire_handler() 34 struct tep_record *record, in timer_start_handler()
|
A D | plugin_function.c | 131 static int function_handler(struct trace_seq *s, struct tep_record *record, in function_handler() 173 trace_stack_handler(struct trace_seq *s, struct tep_record *record, in trace_stack_handler() 211 trace_raw_data_handler(struct trace_seq *s, struct tep_record *record, in trace_raw_data_handler()
|
A D | plugin_tlb.c | 19 static int tlb_flush_handler(struct trace_seq *s, struct tep_record *record, in tlb_flush_handler()
|
A D | plugin_kmem.c | 12 static int call_site_handler(struct trace_seq *s, struct tep_record *record, in call_site_handler()
|
A D | plugin_mac80211.c | 47 struct tep_record *record, in drv_bss_info_changed()
|
A D | plugin_futex.c | 69 static int futex_handler(struct trace_seq *s, struct tep_record *record, in futex_handler()
|
/linux/tools/perf/util/ |
A D | trace-event-parse.c | 103 struct tep_record record; in event_format__fprintf()
|
A D | sort.c | 750 struct tep_record rec = { in get_trace_output()
|
/linux/tools/perf/ |
A D | builtin-kmem.c | 735 struct tep_record record = { in parse_gfp_flags()
|