Lines Matching refs:pevent
31 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
33 if (pevent) { in trace_event__init()
34 t->plugin_list = tep_load_plugins(pevent); in trace_event__init()
35 t->pevent = pevent; in trace_event__init()
38 return pevent ? 0 : -1; in trace_event__init()
44 struct tep_handle *pevent; in trace_event__init2() local
49 pevent = tevent.pevent; in trace_event__init2()
50 tep_set_flag(pevent, TEP_NSEC_OUTPUT); in trace_event__init2()
51 tep_set_file_bigendian(pevent, be); in trace_event__init2()
52 tep_set_host_bigendian(pevent, be); in trace_event__init2()
63 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
68 tep_unload_plugins(t->plugin_list, t->pevent); in trace_event__cleanup()
69 tep_free(t->pevent); in trace_event__cleanup()
79 struct tep_handle *pevent = tevent.pevent; in tp_format() local
96 tep_parse_format(pevent, &event, data, size, sys); in tp_format()
119 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()