Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A 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()
H A Daddr_location.c42 dst->thread = thread__get(src->thread); in addr_location__copy()
H A Dthread.c132 struct thread *thread__get(struct thread *thread) in thread__get() function
532 return thread__get(thread); in thread__main_thread()
H A Dthread.h83 struct thread *thread__get(struct thread *thread);
H A Dcs-etm.c768 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
H A Dhist.c590 he->thread = thread__get(he->thread); in hist_entry__init()
H A Dmachine.c3058 entry->thread = thread__get(thread); in thread_list_cb()
/linux/tools/perf/tests/
H A 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()
H A Dhists_filter.c93 fake_samples[i].thread = thread__get(al.thread); in add_hist_entries()
H A Dhists_cumulate.c115 fake_samples[i].thread = thread__get(al.thread); in add_hist_entries()
/linux/tools/perf/
H A Dbuiltin-sched.c1040 atoms->thread = thread__get(thread); in thread_atoms_insert()
1692 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
1693 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()
2487 return thread__get(idle_threads[cpu]); in get_idle_thread()
2543 itr->last_thread = thread__get(thread); in timehist_get_thread()
H A Dbuiltin-report.c977 a = thread__get(a); in task_list_cmp()
978 b = thread__get(b); in task_list_cmp()
H A Dbuiltin-trace.c2827 trace->current = thread__get(thread); in trace__sys_enter()
/linux/tools/perf/ui/browsers/
H A Dhists.c2598 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()