Lines Matching refs:tep_handle
99 static unsigned int read4(struct tep_handle *pevent) in read4()
108 static unsigned long long read8(struct tep_handle *pevent) in read8()
161 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
184 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
211 static int read_header_files(struct tep_handle *pevent) in read_header_files()
262 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
287 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
313 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
331 static int read_event_files(struct tep_handle *pevent) in read_event_files()
359 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
402 struct tep_handle *pevent = NULL; in trace_report()