/linux/tools/lib/traceevent/ |
A D | event-parse.h | 46 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 D | event-parse.c | 3485 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 D | event-parse-local.h | 53 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 D | parse-filter.c | 30 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 D | event-parse-api.c | 19 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 D | libtraceevent.txt | 52 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 D | libtraceevent-event_find.txt | 15 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 D | libtraceevent-field_get_val.txt | 16 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 D | libtraceevent-fields.txt | 14 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 D | libtraceevent-field_print.txt | 17 …*(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 D | libtraceevent-event_get.txt | 14 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 D | libtraceevent-field_find.txt | 15 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 D | libtraceevent-parse_event.txt | 15 enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*… 47 struct tep_event *event = NULL;
|
A D | libtraceevent-event_list.txt | 21 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 D | trace-event.h | 25 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 D | trace-event.c | 74 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 D | trace-event-parse.c | 19 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 D | plugin_kvm.c | 256 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 D | plugin_hrtimer.c | 15 struct tep_event *event, void *context) in timer_expire_handler() 35 struct tep_event *event, void *context) in timer_start_handler()
|
A D | plugin_mac80211.c | 14 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 D | plugin_function.c | 132 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 D | plugin_sched_switch.c | 55 struct tep_event *event, void *context) in sched_wakeup_handler() 84 struct tep_event *event, void *context) in sched_switch_handler()
|
A D | plugin_tlb.c | 20 struct tep_event *event, void *context) in tlb_flush_handler()
|
A D | plugin_kmem.c | 13 struct tep_event *event, void *context) in call_site_handler()
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-perl.c | 194 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()
|