Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.h269 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv() function
H A Djitdump.c827 thread__set_priv(thread, (void *)true); in jit_add_pid()
/linux/tools/perf/
H A Dbuiltin-sched.c949 thread__set_priv(thread, r); in thread__init_runtime()
1559 thread__set_priv(thread, color ? ((void*)1) : NULL); in map__findnew_thread()
2395 thread__set_priv(thread, itr); in init_idle_thread()
H A Dbuiltin-kvm.c936 thread__set_priv(thread, vcpu_record); in per_vcpu_record()
H A Dbuiltin-trace.c1624 thread__set_priv(thread, thread_trace__new(trace)); in thread__trace()