Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
43 struct tep_handle *pevent; in trace_event__init2() local
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field() local
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
Dpython.c159 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
201 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
234 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
263 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
292 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
327 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
356 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
370 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
378 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
415 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
[all …]
Dtrace-event.h16 struct tep_handle *pevent; member
98 struct tep_handle *pevent; member
Dheader.c3744 struct tep_handle *pevent) in perf_evsel__prepare_tracepoint_event()
3776 struct tep_handle *pevent) in perf_evlist__prepare_tracepoint_events()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c540 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c1706 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script()