Home
last modified time | relevance | path

Searched refs:tep_event (Results 1 – 25 of 35) sorted by relevance

12

/linux/tools/lib/traceevent/
A Devent-parse.h46 struct tep_event;
50 struct tep_event *event,
132 struct tep_event *event;
269 struct tep_event { struct
469 struct tep_event **eventp,
488 struct tep_event *event, const char *name,
492 struct tep_event *event, const char *name,
528 struct tep_event *
530 struct tep_event *
546 int size __maybe_unused, struct tep_event *event);
[all …]
A Devent-parse.c3485 struct tep_event *event; in get_common_info()
3575 struct tep_event key; in tep_find_event()
3604 struct tep_event *
6018 struct tep_event *
6187 struct tep_event *event; in tep_print_event()
6276 struct tep_event **events; in list_events_copy()
6326 struct tep_event **events; in tep_list_events()
6748 struct tep_event *event; in parse_format()
7281 struct tep_event *event; in search_event()
7327 struct tep_event *event; in tep_register_event_handler()
[all …]
A Devent-parse-local.h53 struct tep_event **events;
55 struct tep_event **sort_events;
85 struct tep_event *last_event;
107 void free_tep_event(struct tep_event *event);
A Dparse-filter.c30 struct tep_event *event;
227 struct tep_event *event) in add_event()
241 static int event_match(struct tep_event *event, in event_match()
257 struct tep_event *event; in find_event()
332 create_arg_item(struct tep_event *event, const char *token, in create_arg_item()
1178 process_event(struct tep_event *event, const char *filter_str, in process_event()
1454 struct tep_event *event; in copy_filter_type()
1528 get_comm(struct tep_event *event, struct tep_record *record) in get_comm()
1539 get_value(struct tep_event *event, in get_value()
1575 get_arg_value(struct tep_event *event, struct tep_filter_arg *arg,
[all …]
A Devent-parse-api.c19 struct tep_event *tep_get_event(struct tep_handle *tep, int index) in tep_get_event()
34 struct tep_event *tep_get_first_event(struct tep_handle *tep) in tep_get_first_event()
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent.txt52 struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_);
53 struct tep_event pass:[*]*tep_get_first_event*(struct tep_handle pass:[*]_tep_);
55 …struct tep_event pass:[*]pass:[*]*tep_list_events*(struct tep_handle pass:[*]_tep_, enum tep_event…
56 …struct tep_event pass:[*]pass:[*]*tep_list_events_copy*(struct tep_handle pass:[*]_tep_, enum tep_…
60 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
62 …struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_re…
70 …struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_…
71 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
80 …*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_event pass:[*]_event_);
85 …struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const ch…
[all …]
A Dlibtraceevent-event_find.txt15 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_);
16 struct tep_event pass:[*]*tep_find_event_by_name*(struct tep_handle pass:[*]_tep_, const char pass:…
17 struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_rec…
50 struct tep_event *event;
64 struct tep_event *event = tep_find_event_by_record(tep, record);
A Dlibtraceevent-field_get_val.txt16 int *tep_get_any_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const c…
17 int *tep_get_common_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, cons…
18 int *tep_get_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char …
19 void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, co…
61 struct tep_event *event = tep_find_event_by_name(tep, "kvm", "kvm_exit");
A Dlibtraceevent-fields.txt14 struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_);
15 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
44 struct tep_event *event = tep_find_event_by_name(tep, "kvm", "kvm_exit");
A Dlibtraceevent-field_print.txt17 …*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_event pass:[*]_event_);
18 int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event
19 int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event
68 struct tep_event *event = tep_find_event_by_name(tep, "timer", "hrtimer_start");
A Dlibtraceevent-event_get.txt14 struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_);
15 struct tep_event pass:[*]*tep_get_first_event*(struct tep_handle pass:[*]_tep_);
53 struct tep_event *event, *events = tep_get_first_event(tep);
A Dlibtraceevent-field_find.txt15 struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const cha…
17 struct tep_format_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char p…
49 struct tep_event *event;
A Dlibtraceevent-parse_event.txt15 enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*…
47 struct tep_event *event = NULL;
A Dlibtraceevent-event_list.txt21 struct tep_event pass:[*]pass:[*]*tep_list_events*(struct tep_handle pass:[*]_tep_, enum tep_event_…
22 struct tep_event pass:[*]pass:[*]*tep_list_events_copy*(struct tep_handle pass:[*]_tep_, enum tep_e…
/linux/tools/perf/util/
A Dtrace-event.h25 struct tep_event*
28 struct tep_event *trace_event__tp_format_id(int id);
32 void event_format__fprintf(struct tep_event *event,
35 void event_format__print(struct tep_event *event,
43 raw_field_value(struct tep_event *event, const char *name, void *data);
51 unsigned long long read_size(struct tep_event *event, void *ptr, int size);
A Dtrace-event.c74 static struct tep_event*
79 struct tep_event *event = NULL; in tp_format()
104 struct tep_event*
113 struct tep_event *trace_event__tp_format_id(int id) in trace_event__tp_format_id()
A Dtrace-event-parse.c19 struct tep_event *event; in get_common_field()
81 raw_field_value(struct tep_event *event, const char *name, void *data) in raw_field_value()
95 unsigned long long read_size(struct tep_event *event, void *ptr, int size) in read_size()
100 void event_format__fprintf(struct tep_event *event, in event_format__fprintf()
117 void event_format__print(struct tep_event *event, in event_format__print()
/linux/tools/lib/traceevent/plugins/
A Dplugin_kvm.c256 struct tep_event *event, const char *field) in print_exit_reason()
277 struct tep_event *event, void *context) in kvm_exit_handler()
300 struct tep_event *event, void *context) in kvm_emulate_insn_handler()
339 struct tep_event *event, void *context) in kvm_nested_vmexit_inject_handler()
353 struct tep_event *event, void *context) in kvm_nested_vmexit_handler()
379 struct tep_event *event, void *context) in kvm_mmu_print_role()
426 struct tep_event *event, void *context) in kvm_mmu_get_page_handler()
A Dplugin_hrtimer.c15 struct tep_event *event, void *context) in timer_expire_handler()
35 struct tep_event *event, void *context) in timer_start_handler()
A Dplugin_mac80211.c14 static void print_string(struct trace_seq *s, struct tep_event *event, in print_string()
48 struct tep_event *event, void *context) in drv_bss_info_changed()
A Dplugin_function.c132 struct tep_event *event, void *context) in function_handler()
174 struct tep_event *event, void *context) in trace_stack_handler()
212 struct tep_event *event, void *context) in trace_raw_data_handler()
A Dplugin_sched_switch.c55 struct tep_event *event, void *context) in sched_wakeup_handler()
84 struct tep_event *event, void *context) in sched_switch_handler()
A Dplugin_tlb.c20 struct tep_event *event, void *context) in tlb_flush_handler()
A Dplugin_kmem.c13 struct tep_event *event, void *context) in call_site_handler()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c194 static void define_event_symbols(struct tep_event *event, in define_event_symbols()
343 struct tep_event *event = evsel->tp_format; in perl_process_tracepoint()
545 struct tep_event **all_events; in perl_generate_script()
546 struct tep_event *event = NULL; in perl_generate_script()

Completed in 48 milliseconds

12