Symbol: thread__get
tools/perf/builtin-report.c
974
a = thread__get(a);
tools/perf/builtin-report.c
975
b = thread__get(b);
tools/perf/builtin-sched.c
1089
atoms->thread = thread__get(thread);
tools/perf/builtin-sched.c
1752
sched->curr_thread[this_cpu.cpu] = thread__get(sched_in);
tools/perf/builtin-sched.c
1753
sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out);
tools/perf/builtin-sched.c
2561
return thread__get(idle_threads[cpu]);
tools/perf/builtin-sched.c
2620
itr->last_thread = thread__get(thread);
tools/perf/builtin-trace.c
2873
trace->current = thread__get(thread);
tools/perf/tests/hists_cumulate.c
114
fake_samples[i].thread = thread__get(al.thread);
tools/perf/tests/hists_filter.c
93
fake_samples[i].thread = thread__get(al.thread);
tools/perf/tests/hists_link.c
119
fake_samples[i][k].thread = thread__get(al.thread);
tools/perf/tests/hists_link.c
99
fake_common_samples[k].thread = thread__get(al.thread);
tools/perf/ui/browsers/annotate.c
1214
annotate_he.thread = thread__get(he->thread);
tools/perf/ui/browsers/hists.c
2598
browser->hists->thread_filter = thread__get(thread);
tools/perf/util/addr_location.c
39
dst->thread = thread__get(src->thread);
tools/perf/util/callchain.c
1093
.thread = thread__get(list->ms.thread),
tools/perf/util/db-export.c
256
al.thread = thread__get(thread);
tools/perf/util/event.c
703
al->thread = thread__get(thread);
tools/perf/util/hist.c
1027
al->thread = thread__get(bi[i].to.ms.thread);
tools/perf/util/hist.c
542
he->ms.thread = thread__get(he->ms.thread);
tools/perf/util/hist.c
558
he->branch_info->from.ms.thread = thread__get(he->branch_info->from.ms.thread);
tools/perf/util/hist.c
560
he->branch_info->to.ms.thread = thread__get(he->branch_info->to.ms.thread);
tools/perf/util/hist.c
593
he->thread = thread__get(he->thread);
tools/perf/util/machine.c
2062
ams->ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2083
ams->ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2166
.thread = thread__get(ms->thread),
tools/perf/util/machine.c
2266
ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2429
lbr_stitch->prev_lbr_cursor[idx].ms.thread = thread__get(cursor->curr->ms.thread);
tools/perf/util/machine.c
2655
thread__get(lbr_stitch->prev_lbr_cursor[i].ms.thread);
tools/perf/util/machine.c
3131
entry->thread = thread__get(thread);
tools/perf/util/map_symbol.c
20
dst->thread = thread__get(src->thread);
tools/perf/util/thread.c
572
return thread__get(thread);
tools/perf/util/thread.h
92
struct thread *thread__get(struct thread *thread);
tools/perf/util/threads.c
101
res = thread__get(res);
tools/perf/util/threads.c
123
res = thread__get(res);
tools/perf/util/threads.c
125
res = thread__get(res);
tools/perf/util/threads.c
72
res = thread__get(th);
tools/perf/util/threads.c
81
table->last_match = thread__get(th);
tools/perf/util/unwind-libdw.c
164
e->ms.thread = thread__get(al.thread);
tools/perf/util/unwind-libunwind.c
602
e.ms.thread = thread__get(al.thread);