Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Daddr_location.c41 dst->thread = thread__get(src->thread); in addr_location__copy()
H A Dthread.c127 struct thread *thread__get(struct thread *thread) in thread__get() function
431 return thread__get(thread); in thread__main_thread()
H A Dthread.h85 struct thread *thread__get(struct thread *thread);
H A Dmachine.c579 return thread__get(th); in __threads__get_last_match()
604 threads->last_match = thread__get(th); in __threads__set_last_match()
640 return thread__get(th); in ____machine__findnew_thread()
688 return thread__get(th); in ____machine__findnew_thread()
H A Devent.c608 al->thread = thread__get(thread); in thread__find_map()
H A Dcs-etm.c626 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
H A Dhist.c501 he->thread = thread__get(he->thread); in hist_entry__init()
/openbmc/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()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c1047 atoms->thread = thread__get(thread); in thread_atoms_insert()
1620 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
H A Dbuiltin-trace.c2399 trace->current = thread__get(thread);
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2537 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()