Lines Matching defs:pevent
18 struct tep_handle *pevent = context->pevent;
24 event = tep_get_first_event(pevent);
35 return tep_read_number(pevent, context->event_data + *offset, *size);
123 void parse_ftrace_printk(struct tep_handle *pevent,
144 tep_register_print_string(pevent, printk, addr);
149 void parse_saved_cmdline(struct tep_handle *pevent,
160 tep_register_comm(pevent, comm, pid);
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
167 return tep_parse_event(pevent, buf, size, "ftrace");
170 int parse_event_file(struct tep_handle *pevent,
173 return tep_parse_event(pevent, buf, size, sys);