Lines Matching defs:pevent
81 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()
386 struct tep_handle *pevent = NULL; in trace_report() local