Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.h260 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv() function
H A Djitdump.c808 thread__set_priv(thread, (void *)true); in jit_has_pid()
/linux/tools/perf/
H A Dbuiltin-trace.c1561 thread__set_priv(thread, thread_trace__new()); in thread__trace()