Home
last modified time | relevance | path

Searched refs:thread__set_priv_destructor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread.h83 void thread__set_priv_destructor(void (*destructor)(void *priv));
H A Dthread.c81 void thread__set_priv_destructor(void (*destructor)(void *priv)) in thread__set_priv_destructor() function
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1663 thread__set_priv_destructor(thread_trace__delete); in trace__symbols_init()