Lines Matching refs:pevent
30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
32 if (pevent) { in trace_event__init()
33 t->plugin_list = tep_load_plugins(pevent); in trace_event__init()
34 t->pevent = pevent; in trace_event__init()
37 return pevent ? 0 : -1; in trace_event__init()
43 struct tep_handle *pevent; in trace_event__init2() local
48 pevent = tevent.pevent; in trace_event__init2()
49 tep_set_flag(pevent, TEP_NSEC_OUTPUT); in trace_event__init2()
50 tep_set_file_bigendian(pevent, be); in trace_event__init2()
51 tep_set_local_bigendian(pevent, be); in trace_event__init2()
62 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
67 tep_unload_plugins(t->plugin_list, t->pevent); in trace_event__cleanup()
68 tep_free(t->pevent); in trace_event__cleanup()
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
95 tep_parse_format(pevent, &event, data, size, sys); in tp_format()
118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()