Symbol: thread__priv
tools/perf/builtin-kvm.c
923
if (!thread__priv(thread) && kvm_entry_event(sample->evsel)) {
tools/perf/builtin-kvm.c
938
return thread__priv(thread);
tools/perf/builtin-sched.c
1000
tr = thread__priv(thread);
tools/perf/builtin-sched.c
1593
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2150
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2242
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2513
itr = thread__priv(idle);
tools/perf/builtin-sched.c
2612
itr = thread__priv(idle);
tools/perf/builtin-sched.c
3096
r = thread__priv(t);
tools/perf/builtin-sched.c
3216
r = thread__priv(t);
tools/perf/builtin-sched.c
3240
itr = thread__priv(t);
tools/perf/builtin-trace.c
1615
if (thread__priv(thread) == NULL)
tools/perf/builtin-trace.c
1618
if (thread__priv(thread) == NULL)
tools/perf/builtin-trace.c
1621
ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1635
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1683
return thread_trace__files_entry(thread__priv(thread), fd);
tools/perf/builtin-trace.c
1688
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1734
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1787
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1798
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2442
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2720
ttrace = thread__priv(trace->current);
tools/perf/builtin-trace.c
3101
ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
4976
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
5013
unsigned long a_nr_events = thread__nr_events(thread__priv(a->thread));
tools/perf/builtin-trace.c
5014
unsigned long b_nr_events = thread__nr_events(thread__priv(b->thread));
tools/perf/util/jitdump.c
839
priv = thread__priv(thread);
tools/perf/util/thread.c
128
thread__priv_destructor(thread__priv(thread));