Lines Matching defs:pevent
20 struct tep_handle *pevent = context->pevent;
26 event = tep_get_first_event(pevent);
37 return tep_read_number(pevent, context->event_data + *offset, *size);
125 void parse_ftrace_printk(struct tep_handle *pevent,
146 tep_register_print_string(pevent, printk, addr);
151 void parse_saved_cmdline(struct tep_handle *pevent,
162 tep_register_comm(pevent, comm, pid);
167 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
169 return tep_parse_event(pevent, buf, size, "ftrace");
172 int parse_event_file(struct tep_handle *pevent,
175 return tep_parse_event(pevent, buf, size, sys);