Home
last modified time | relevance | path

Searched refs:plugin_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dtrace-event.c32 t->plugin_list = tep_load_plugins(pevent); in trace_event__init()
66 tep_unload_plugins(t->plugin_list, t->pevent); in trace_event__cleanup()
Dtrace-event.h21 struct tep_plugin_list *plugin_list; member