Home
last modified time | relevance | path

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

/tools/perf/util/
Dthreads.c72 res = thread__get(th); in __threads_table_entry__get_last_match()
81 table->last_match = thread__get(th); in __threads_table_entry__set_last_match()
101 res = thread__get(res); in threads__find()
123 res = thread__get(res); in threads__findnew()
125 res = thread__get(res); in threads__findnew()
Daddr_location.c41 dst->thread = thread__get(src->thread); in addr_location__copy()
Dthread.c127 struct thread *thread__get(struct thread *thread) in thread__get() function
433 return thread__get(thread); in thread__main_thread()
Dthread.h79 struct thread *thread__get(struct thread *thread);
Devent.c628 al->thread = thread__get(thread); in thread__find_map()
Dhist.c510 he->thread = thread__get(he->thread); in hist_entry__init()
Dcs-etm.c761 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
Dmachine.c3021 entry->thread = thread__get(thread); in thread_list_cb()
/tools/perf/tests/
Dhists_link.c99 fake_common_samples[k].thread = thread__get(al.thread); in add_hist_entries()
119 fake_samples[i][k].thread = thread__get(al.thread); in add_hist_entries()
Dhists_filter.c93 fake_samples[i].thread = thread__get(al.thread); in add_hist_entries()
Dhists_cumulate.c115 fake_samples[i].thread = thread__get(al.thread); in add_hist_entries()
/tools/perf/
Dbuiltin-report.c963 a = thread__get(a); in task_list_cmp()
964 b = thread__get(b); in task_list_cmp()
Dbuiltin-sched.c1045 atoms->thread = thread__get(thread); in thread_atoms_insert()
1697 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
1698 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()
Dbuiltin-trace.c2691 trace->current = thread__get(thread);
/tools/perf/ui/browsers/
Dhists.c2561 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()