Lines Matching refs:pevent
29 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
31 if (pevent) { in trace_event__init()
32 t->plugin_list = tep_load_plugins(pevent); in trace_event__init()
33 t->pevent = pevent; in trace_event__init()
36 return pevent ? 0 : -1; in trace_event__init()
42 struct tep_handle *pevent; in trace_event__init2() local
47 pevent = tevent.pevent; in trace_event__init2()
48 tep_set_flag(pevent, TEP_NSEC_OUTPUT); in trace_event__init2()
49 tep_set_file_bigendian(pevent, be); in trace_event__init2()
50 tep_set_local_bigendian(pevent, be); in trace_event__init2()
61 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
66 tep_unload_plugins(t->plugin_list, t->pevent); in trace_event__cleanup()
67 tep_free(t->pevent); in trace_event__cleanup()
77 struct tep_handle *pevent = tevent.pevent; in tp_format() local
94 tep_parse_format(pevent, &event, data, size, sys); in tp_format()
117 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()