Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.h323 struct pevent *pevent; member
460 struct pevent { struct
461 int ref_count;
463 int header_page_ts_offset;
464 int header_page_ts_size;
465 int header_page_size_offset;
466 int header_page_size_size;
467 int header_page_data_offset;
468 int header_page_data_size;
469 int header_page_overwrite;
[all …]
Devent-parse.c163 static int cmdline_init(struct pevent *pevent) in cmdline_init()
192 static const char *find_cmdline(struct pevent *pevent, int pid) in find_cmdline()
221 int pevent_pid_is_registered(struct pevent *pevent, int pid) in pevent_pid_is_registered()
247 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
298 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
326 int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock) in pevent_register_trace_clock()
383 static int func_map_init(struct pevent *pevent) in func_map_init()
423 __find_func(struct pevent *pevent, unsigned long long addr) in __find_func()
455 int pevent_set_function_resolver(struct pevent *pevent, in pevent_set_function_resolver()
479 void pevent_reset_function_resolver(struct pevent *pevent) in pevent_reset_function_resolver()
[all …]
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_cfg80211.c28 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
39 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
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()
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_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_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.c122 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
133 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dparse-filter.c182 struct event_filter *pevent_filter_alloc(struct pevent *pevent) in pevent_filter_alloc()
272 find_event(struct pevent *pevent, struct event_list **events, in find_event()
1276 struct pevent *pevent = filter->pevent; in pevent_filter_add_filter_str() local
1884 struct pevent *pevent; in get_field_str() local
2059 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.c416 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
429 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()
212 static int read_header_files(struct pevent *pevent) in read_header_files()
263 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file()
288 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file()
314 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files()
332 static int read_event_files(struct pevent *pevent) in read_event_files()
363 static int read_saved_cmdline(struct pevent *pevent) in read_saved_cmdline()
[all …]
Dtrace-event-parse.c35 struct pevent *pevent = context->pevent; in get_common_field() local
139 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk()
164 void parse_saved_cmdline(struct pevent *pevent, in parse_saved_cmdline()
181 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file()
186 int parse_event_file(struct pevent *pevent, in parse_event_file()
192 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
Dtrace-event.c31 struct pevent *pevent = pevent_alloc(); in trace_event__init() local
44 struct pevent *pevent; in trace_event__init2() local
78 struct pevent *pevent = tevent.pevent; in tp_format() local
Dpython.c97 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
139 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
172 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
201 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
230 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
265 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
294 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
308 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
316 struct pevent *pevent = field->event->pevent; in tracepoint_field() local
353 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
[all …]
Dtrace-event.h16 struct pevent *pevent; member
97 struct pevent *pevent; member
Dheader.c2827 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event()
2859 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c538 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c1295 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()