Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.h292 struct pevent *pevent; member
382 struct pevent { struct
383 int ref_count;
385 int header_page_ts_offset;
386 int header_page_ts_size;
387 int header_page_size_offset;
388 int header_page_size_size;
389 int header_page_data_offset;
390 int header_page_data_size;
391 int header_page_overwrite;
[all …]
Devent-parse.c147 static int cmdline_init(struct pevent *pevent) in cmdline_init()
176 static const char *find_cmdline(struct pevent *pevent, int pid) in find_cmdline()
205 int pevent_pid_is_registered(struct pevent *pevent, int pid) in pevent_pid_is_registered()
231 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
283 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
355 static int func_map_init(struct pevent *pevent) in func_map_init()
395 find_func(struct pevent *pevent, unsigned long long addr) in find_func()
420 const char *pevent_find_function(struct pevent *pevent, unsigned long long addr) in pevent_find_function()
441 pevent_find_function_address(struct pevent *pevent, unsigned long long addr) in pevent_find_function_address()
462 int pevent_register_function(struct pevent *pevent, char *func, in pevent_register_function()
[all …]
Dparse-filter.c181 struct event_filter *pevent_filter_alloc(struct pevent *pevent) in pevent_filter_alloc()
269 find_event(struct pevent *pevent, struct event_list **events, in find_event()
1177 struct pevent *pevent = filter->pevent; in pevent_filter_add_filter_str() local
1720 struct pevent *pevent; in get_field_str() local
1878 struct pevent *pevent = filter->pevent; in pevent_filter_match() local
/tools/perf/util/
Dtrace-event-read.c104 static unsigned int read4(struct pevent *pevent) in read4()
113 static unsigned long long read8(struct pevent *pevent) in read8()
166 static int read_proc_kallsyms(struct pevent *pevent) in read_proc_kallsyms()
191 static int read_ftrace_printk(struct pevent *pevent) in read_ftrace_printk()
216 static int read_header_files(struct pevent *pevent) in read_header_files()
260 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file()
278 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file()
297 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files()
315 static int read_event_files(struct pevent *pevent) in read_event_files()
352 struct pevent *pevent; in trace_report() local
Dtrace-event-parse.c39 struct pevent *pevent = pevent_alloc(); in read_trace_init() local
53 struct pevent *pevent = context->pevent; in get_common_field() local
149 int trace_parse_common_type(struct pevent *pevent, void *data) in trace_parse_common_type()
157 int trace_parse_common_pid(struct pevent *pevent, void *data) in trace_parse_common_pid()
186 void parse_proc_kallsyms(struct pevent *pevent, in parse_proc_kallsyms()
216 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk()
241 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file()
246 int parse_event_file(struct pevent *pevent, in parse_event_file()
252 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
Dpython.c66 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
108 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
141 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
170 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
199 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
234 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
263 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
336 struct pyrf_event *pevent; in pyrf_event__new() local
803 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local
Dtrace-event.h96 struct pevent *pevent; member
Dsession.h35 struct pevent *pevent; member
Dheader.c2744 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event()
2774 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c456 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c531 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()