Symbol: thread__get
tools/perf/builtin-report.c
978
a = thread__get(a);
tools/perf/builtin-report.c
979
b = thread__get(b);
tools/perf/builtin-sched.c
1047
atoms->thread = thread__get(thread);
tools/perf/builtin-sched.c
1688
sched->curr_thread[this_cpu.cpu] = thread__get(sched_in);
tools/perf/builtin-sched.c
1689
sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out);
tools/perf/builtin-sched.c
2483
return thread__get(idle_threads[cpu]);
tools/perf/builtin-sched.c
2539
itr->last_thread = thread__get(thread);
tools/perf/builtin-trace.c
2849
trace->current = thread__get(thread);
tools/perf/tests/hists_cumulate.c
115
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
1211
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
1046
.thread = thread__get(list->ms.thread),
tools/perf/util/cs-etm.c
767
tidq->prev_packet_thread = thread__get(tidq->thread);
tools/perf/util/db-export.c
258
al.thread = thread__get(thread);
tools/perf/util/event.c
703
al->thread = thread__get(thread);
tools/perf/util/hist.c
1024
al->thread = thread__get(bi[i].to.ms.thread);
tools/perf/util/hist.c
539
he->ms.thread = thread__get(he->ms.thread);
tools/perf/util/hist.c
555
he->branch_info->from.ms.thread = thread__get(he->branch_info->from.ms.thread);
tools/perf/util/hist.c
557
he->branch_info->to.ms.thread = thread__get(he->branch_info->to.ms.thread);
tools/perf/util/hist.c
590
he->thread = thread__get(he->thread);
tools/perf/util/machine.c
2019
ams->ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2040
ams->ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2123
.thread = thread__get(ms->thread),
tools/perf/util/machine.c
2223
ms.thread = thread__get(al.thread);
tools/perf/util/machine.c
2386
lbr_stitch->prev_lbr_cursor[idx].ms.thread = thread__get(cursor->curr->ms.thread);
tools/perf/util/machine.c
2612
thread__get(lbr_stitch->prev_lbr_cursor[i].ms.thread);
tools/perf/util/machine.c
3088
entry->thread = thread__get(thread);
tools/perf/util/map_symbol.c
20
dst->thread = thread__get(src->thread);
tools/perf/util/thread.c
557
return thread__get(thread);
tools/perf/util/thread.h
87
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-local.c
671
e.ms.thread = thread__get(al.thread);