Home
last modified time | relevance | path

Searched defs:pevent (Results 1 – 22 of 22) sorted by relevance

/tools/lib/traceevent/
Devent-parse.h325 struct pevent *pevent; member
462 struct pevent { struct
463 int ref_count;
465 int header_page_ts_offset;
466 int header_page_ts_size;
467 int header_page_size_offset;
468 int header_page_size_size;
469 int header_page_data_offset;
470 int header_page_data_size;
471 int header_page_overwrite;
[all …]
Dplugin_cfg80211.c27 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
38 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Devent-parse.c160 static int cmdline_init(struct pevent *pevent) in cmdline_init()
189 static const char *find_cmdline(struct pevent *pevent, int pid) in find_cmdline()
218 int pevent_pid_is_registered(struct pevent *pevent, int pid) in pevent_pid_is_registered()
244 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
295 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
323 int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock) in pevent_register_trace_clock()
380 static int func_map_init(struct pevent *pevent) in func_map_init()
420 __find_func(struct pevent *pevent, unsigned long long addr) in __find_func()
452 int pevent_set_function_resolver(struct pevent *pevent, in pevent_set_function_resolver()
476 void pevent_reset_function_resolver(struct pevent *pevent) in pevent_reset_function_resolver()
[all …]
Dplugin_kmem.c51 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
74 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_hrtimer.c69 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
80 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Devent-plugin.c284 load_plugin(struct pevent *pevent, const char *path, in load_plugin()
342 load_plugins_dir(struct pevent *pevent, const char *suffix, in load_plugins_dir()
344 void (*load_plugin)(struct pevent *pevent, in load_plugins_dir()
384 load_plugins(struct pevent *pevent, const char *suffix, in load_plugins()
385 void (*load_plugin)(struct pevent *pevent, in load_plugins()
440 traceevent_load_plugins(struct pevent *pevent) in traceevent_load_plugins()
449 traceevent_unload_plugins(struct plugin_list *plugin_list, struct pevent *pevent) in traceevent_unload_plugins()
Dplugin_jbd2.c50 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
68 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_function.c128 struct pevent *pevent = event->pevent; in function_handler() local
166 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
176 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_mac80211.c89 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
97 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_sched_switch.c137 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
150 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_xen.c121 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
132 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dparse-filter.c177 struct event_filter *pevent_filter_alloc(struct pevent *pevent) in pevent_filter_alloc()
267 find_event(struct pevent *pevent, struct event_list **events, in find_event()
1268 struct pevent *pevent = filter->pevent; in pevent_filter_add_filter_str() local
1872 struct pevent *pevent; in get_field_str() local
2047 struct pevent *pevent = filter->pevent; in pevent_filter_match() local
Dplugin_kvm.c447 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
489 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_scsi.c415 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
428 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
/tools/perf/util/
Dtrace-event-read.c100 static unsigned int read4(struct pevent *pevent) in read4()
109 static unsigned long long read8(struct pevent *pevent) in read8()
162 static int read_proc_kallsyms(struct pevent *pevent) in read_proc_kallsyms()
185 static int read_ftrace_printk(struct pevent *pevent) in read_ftrace_printk()
210 static int read_header_files(struct pevent *pevent) in read_header_files()
261 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file()
279 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file()
298 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files()
316 static int read_event_files(struct pevent *pevent) in read_event_files()
360 struct pevent *pevent = NULL; in trace_report() local
Dtrace-event.c29 struct pevent *pevent = pevent_alloc(); in trace_event__init() local
42 struct pevent *pevent; in trace_event__init2() local
76 struct pevent *pevent = tevent.pevent; in tp_format() local
Dtrace-event-parse.c34 struct pevent *pevent = context->pevent; in get_common_field() local
138 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk()
163 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file()
168 int parse_event_file(struct pevent *pevent, in parse_event_file()
174 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
Dtrace-event.h15 struct pevent *pevent; member
89 struct pevent *pevent; member
Dpython.c80 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
122 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
155 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
184 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
213 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
248 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
277 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
311 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent) in pyrf_context_switch_event__repr()
393 struct pyrf_event *pevent; in pyrf_event__new() local
865 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local
Dheader.c2517 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event()
2547 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c445 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c1036 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()