/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.h | 101 struct tep_handle; 109 typedef int (*tep_plugin_load_func)(struct tep_handle *pevent); 110 typedef int (*tep_plugin_unload_func)(struct tep_handle *pevent); 323 struct tep_handle *pevent; 438 struct plugin_list *tep_load_plugins(struct tep_handle *pevent); 440 struct tep_handle *pevent); 460 struct tep_handle { struct 535 static inline void tep_set_flag(struct tep_handle *pevent, int flag) in tep_set_flag() argument 541 __data2host2(struct tep_handle *pevent, unsigned short data) in __data2host2() 555 __data2host4(struct tep_handle *pevent, unsigned int data) in __data2host4() [all …]
|
D | event-plugin.c | 270 load_plugin(struct tep_handle *pevent, const char *path, in load_plugin() 325 load_plugins_dir(struct tep_handle *pevent, const char *suffix, in load_plugins_dir() 327 void (*load_plugin)(struct tep_handle *pevent, in load_plugins_dir() 367 load_plugins(struct tep_handle *pevent, const char *suffix, in load_plugins() 368 void (*load_plugin)(struct tep_handle *pevent, in load_plugins() 420 tep_load_plugins(struct tep_handle *pevent) in tep_load_plugins() 429 tep_unload_plugins(struct plugin_list *plugin_list, struct tep_handle *pevent) in tep_unload_plugins()
|
D | plugin_cfg80211.c | 28 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 39 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | event-parse.c | 149 static int cmdline_init(struct tep_handle *pevent) in cmdline_init() 178 static const char *find_cmdline(struct tep_handle *pevent, int pid) in find_cmdline() 207 int tep_pid_is_registered(struct tep_handle *pevent, int pid) in tep_pid_is_registered() 233 static int add_new_comm(struct tep_handle *pevent, const char *comm, int pid) in add_new_comm() 285 int tep_register_comm(struct tep_handle *pevent, const char *comm, int pid) in tep_register_comm() 313 int tep_register_trace_clock(struct tep_handle *pevent, const char *trace_clock) in tep_register_trace_clock() 370 static int func_map_init(struct tep_handle *pevent) in func_map_init() 410 __find_func(struct tep_handle *pevent, unsigned long long addr) in __find_func() 442 int tep_set_function_resolver(struct tep_handle *pevent, in tep_set_function_resolver() 466 void tep_reset_function_resolver(struct tep_handle *pevent) in tep_reset_function_resolver() [all …]
|
D | plugin_jbd2.c | 50 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 68 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_hrtimer.c | 69 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 80 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_kmem.c | 51 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 74 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_function.c | 128 struct tep_handle *pevent = event->pevent; in function_handler() 166 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 176 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_mac80211.c | 89 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 97 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_xen.c | 122 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 133 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_sched_switch.c | 137 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 150 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_scsi.c | 416 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 429 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | plugin_kvm.c | 447 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER() 489 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
|
D | parse-filter.c | 168 struct event_filter *tep_filter_alloc(struct tep_handle *pevent) in tep_filter_alloc() 258 find_event(struct tep_handle *pevent, struct event_list **events, in find_event() 1259 struct tep_handle *pevent = filter->pevent; in tep_filter_add_filter_str() 1539 struct tep_handle *src_pevent; in tep_update_trivial() 1540 struct tep_handle *dest_pevent; in tep_update_trivial() 1863 struct tep_handle *pevent; in get_field_str() 2038 struct tep_handle *pevent = filter->pevent; in tep_filter_match()
|
/Linux-v4.19/tools/perf/util/ |
D | trace-event.h | 16 struct tep_handle *pevent; 37 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size); 38 int parse_event_file(struct tep_handle *pevent, 44 void parse_proc_kallsyms(struct tep_handle *pevent, char *file, unsigned int size); 45 void parse_ftrace_printk(struct tep_handle *pevent, char *file, unsigned int size); 46 void parse_saved_cmdline(struct tep_handle *pevent, char *file, unsigned int size); 50 struct event_format *trace_find_next_event(struct tep_handle *pevent, 86 int (*generate_script) (struct tep_handle *pevent, const char *outfile); 97 struct tep_handle *pevent;
|
D | trace-event-read.c | 99 static unsigned int read4(struct tep_handle *pevent) in read4() 108 static unsigned long long read8(struct tep_handle *pevent) in read8() 161 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms() 184 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk() 211 static int read_header_files(struct tep_handle *pevent) in read_header_files() 262 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file() 287 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file() 313 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files() 331 static int read_event_files(struct tep_handle *pevent) in read_event_files() 359 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline() [all …]
|
D | trace-event-parse.c | 35 struct tep_handle *pevent = context->pevent; in get_common_field() 139 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk() 164 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline() 180 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file() 185 int parse_event_file(struct tep_handle *pevent, in parse_event_file() 191 struct event_format *trace_find_next_event(struct tep_handle *pevent, in trace_find_next_event()
|
D | trace-event.c | 31 struct tep_handle *pevent = tep_alloc(); in trace_event__init() 44 struct tep_handle *pevent; in trace_event__init2() 79 struct tep_handle *pevent = tevent.pevent; in tp_format()
|
D | trace-event-scripting.c | 69 static int python_generate_script_unsupported(struct tep_handle *pevent in python_generate_script_unsupported() 133 static int perl_generate_script_unsupported(struct tep_handle *pevent in perl_generate_script_unsupported()
|
D | sort.h | 279 struct tep_handle;
|
D | python.c | 345 struct tep_handle *pevent = field->event->pevent; in tracepoint_field()
|
D | header.c | 3207 struct tep_handle *pevent) in perf_evsel__prepare_tracepoint_event() 3239 struct tep_handle *pevent) in perf_evlist__prepare_tracepoint_events()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 538 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script()
|
D | trace-event-python.c | 1591 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script()
|