Searched refs:thread__get (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/perf/util/
H A Daddr_location.c41 dst->thread = thread__get(src->thread);
H A Dthreads.c72 res = thread__get(th);
81 table->last_match = thread__get(th);
101 res = thread__get(res);
123 res = thread__get(res);
125 res = thread__get(res);
H A Dthread.c131 struct thread *thread__get(struct thread *thread) function
433 return thread__get(thread);
H A Dthread.h78 struct thread *thread__get(struct thread *thread);
H A Devent.c608 al->thread = thread__get(thread);
H A Dcs-etm.c635 tidq->prev_packet_thread = thread__get(tidq->thread);
H A Dhist.c501 he->thread = thread__get(he->thread);
H A Dmachine.c3074 entry->thread = thread__get(thread);
/linux-master/tools/perf/tests/
H A Dhists_link.c99 fake_common_samples[k].thread = thread__get(al.thread);
119 fake_samples[i][k].thread = thread__get(al.thread);
H A Dhists_filter.c93 fake_samples[i].thread = thread__get(al.thread);
H A Dhists_cumulate.c115 fake_samples[i].thread = thread__get(al.thread);
/linux-master/tools/perf/
H A Dbuiltin-report.c949 a = thread__get(a);
950 b = thread__get(b);
H A Dbuiltin-sched.c1029 atoms->thread = thread__get(thread);
1595 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in);
H A Dbuiltin-trace.c2400 trace->current = thread__get(thread);
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2534 browser->hists->thread_filter = thread__get(thread);

Completed in 246 milliseconds