Symbol: thread__priv
tools/perf/builtin-kvm.c
924
if (!thread__priv(thread) && kvm_entry_event(evsel)) {
tools/perf/builtin-kvm.c
939
return thread__priv(thread);
tools/perf/builtin-sched.c
1544
return thread__priv(thread) != NULL;
tools/perf/builtin-sched.c
1553
if (!sched->map.color_pids || !thread || thread__priv(thread))
tools/perf/builtin-sched.c
2077
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2170
struct thread_runtime *tr = thread__priv(thread);
tools/perf/builtin-sched.c
2441
itr = thread__priv(idle);
tools/perf/builtin-sched.c
2534
itr = thread__priv(idle);
tools/perf/builtin-sched.c
3006
r = thread__priv(t);
tools/perf/builtin-sched.c
3125
r = thread__priv(t);
tools/perf/builtin-sched.c
3149
itr = thread__priv(t);
tools/perf/builtin-sched.c
958
tr = thread__priv(thread);
tools/perf/builtin-trace.c
1623
if (thread__priv(thread) == NULL)
tools/perf/builtin-trace.c
1626
if (thread__priv(thread) == NULL)
tools/perf/builtin-trace.c
1629
ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1643
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1691
return thread_trace__files_entry(thread__priv(thread), fd);
tools/perf/builtin-trace.c
1696
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1742
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
1795
struct thread_trace *ttrace = thread__priv(arg->thread);
tools/perf/builtin-trace.c
1806
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2424
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
2702
ttrace = thread__priv(trace->current);
tools/perf/builtin-trace.c
3075
ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
4920
struct thread_trace *ttrace = thread__priv(thread);
tools/perf/builtin-trace.c
4957
unsigned long a_nr_events = thread__nr_events(thread__priv(a->thread));
tools/perf/builtin-trace.c
4958
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
127
thread__priv_destructor(thread__priv(thread));