Home
last modified time | relevance | path

Searched refs:tep_record (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/tools/lib/traceevent/
Devent-parse.h39 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 …]
Dparse-filter.c1523 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 …]
Devent-parse.c5221 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/
Dlibtraceevent.txt57 …(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 …]
Dlibtraceevent-record_parse.txt23 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)
Dlibtraceevent-field_get_val.txt16 …_, 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)
Dlibtraceevent-field_print.txt18 …_, 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)
Dlibtraceevent-event_find.txt17 …:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_record_…
62 void event_from_record(struct tep_record *record)
Dlibtraceevent-event_print.txt15 …*(struct tep_handle pass:[*]_tep_, struct trace_seqpass:[*]_s_, struct tep_record pass:[*]_record_…
84 void print_my_event(struct tep_record *record)
Dlibtraceevent-field_read.txt39 void process_record(struct tep_record *record)
Dlibtraceevent-reg_event_handler.txt23 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,
Dlibtraceevent-endian_read.txt37 void process_record(struct tep_record *record)
Dlibtraceevent-filter.txt23 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)
Dlibtraceevent-field_find.txt46 void get_htimer_info(struct tep_handle *tep, struct tep_record *record)
/Linux-v5.4/tools/lib/traceevent/plugins/
Dplugin_kvm.c251 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()
Dplugin_sched_switch.c49 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()
Dplugin_hrtimer.c29 struct tep_record *record, in timer_expire_handler()
49 struct tep_record *record, in timer_start_handler()
Dplugin_kmem.c27 static int call_site_handler(struct trace_seq *s, struct tep_record *record, in call_site_handler()
Dplugin_mac80211.c62 struct tep_record *record, in drv_bss_info_changed()
Dplugin_function.c126 static int function_handler(struct trace_seq *s, struct tep_record *record, in function_handler()
/Linux-v5.4/tools/perf/util/
Dtrace-event-parse.c103 struct tep_record record; in event_format__fprintf()
Dsort.c704 struct tep_record rec = { in get_trace_output()
/Linux-v5.4/tools/perf/
Dbuiltin-kmem.c738 struct tep_record record = { in parse_gfp_flags()