Searched refs:thread__set_priv (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread.h | 133 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.h | 252 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv() function
|
H A D | jitdump.c | 802 thread__set_priv(thread, (void *)true); in jit_add_pid()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 927 thread__set_priv(thread, r); in thread__init_runtime() 1525 thread__set_priv(thread, priv.ptr); in map__findnew_thread() 2208 thread__set_priv(thread, itr); in init_idle_thread()
|
H A D | builtin-report.c | 855 thread__set_priv(task->thread, task); in tasks_print()
|
H A D | builtin-kvm.c | 420 thread__set_priv(thread, vcpu_record); in per_vcpu_record()
|
H A D | builtin-trace.c | 1297 thread__set_priv(thread, thread_trace__new()); in thread__trace()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 949 thread__set_priv(thread, r); in thread__init_runtime() 1562 thread__set_priv(thread, priv.ptr); in map__findnew_thread() 2257 thread__set_priv(thread, itr); in init_idle_thread()
|
H A D | builtin-kvm.c | 993 thread__set_priv(thread, vcpu_record); in per_vcpu_record()
|
H A D | builtin-report.c | 920 thread__set_priv(task->thread, task); in tasks_print()
|
H A D | builtin-trace.c | 1321 thread__set_priv(thread, thread_trace__new()); in thread__trace()
|
Completed in 35 milliseconds