Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.h293 struct pevent *pevent; member
383 struct pevent { struct
384 int ref_count;
386 int header_page_ts_offset;
387 int header_page_ts_size;
388 int header_page_size_offset;
389 int header_page_size_size;
390 int header_page_data_offset;
391 int header_page_data_size;
392 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
/external/linux-tools-perf/perf-3.12.0/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()
187 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()
281 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file()
300 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files()
318 static int read_event_files(struct pevent *pevent) in read_event_files()
359 struct pevent *pevent; in trace_report() local
Dtrace-event-parse.c33 struct pevent *pevent = pevent_alloc(); in read_trace_init() local
47 struct pevent *pevent = context->pevent; in get_common_field() local
143 int trace_parse_common_type(struct pevent *pevent, void *data) in trace_parse_common_type()
151 int trace_parse_common_pid(struct pevent *pevent, void *data) in trace_parse_common_pid()
180 void parse_proc_kallsyms(struct pevent *pevent, in parse_proc_kallsyms()
210 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk()
235 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file()
240 int parse_event_file(struct pevent *pevent, in parse_event_file()
246 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
Dpython.c86 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
128 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
161 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
190 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
219 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
254 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
283 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
356 struct pyrf_event *pevent; in pyrf_event__new() local
823 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local
Dtrace-event.h83 struct pevent *pevent; member
Dsession.h35 struct pevent *pevent; member
Dheader.c2709 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event()
2739 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
Dtrace-event-perl.c458 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c543 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()