Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Daddr_location.c39 dst->thread = thread__get(src->thread); in addr_location__copy()
H A Dmap_symbol.c20 dst->thread = thread__get(src->thread); in map_symbol__copy()
H A Dthread.c132 struct thread *thread__get(struct thread *thread) in thread__get() function
557 return thread__get(thread); in thread__main_thread()
H A Dmachine.c2019 ams->ms.thread = thread__get(al.thread); in ip__resolve_ams()
2040 ams->ms.thread = thread__get(al.thread); in ip__resolve_data()
2123 .thread = thread__get(ms->thread), in append_inlines()
2223 ms.thread = thread__get(al.thread); in add_callchain_ip()
2386 lbr_stitch->prev_lbr_cursor[idx].ms.thread = thread__get(cursor->curr->ms.thread); in save_lbr_cursor_node()
2612 thread__get(lbr_stitch->prev_lbr_cursor[i].ms.thread); in has_stitched_lbr()
3088 entry->thread = thread__get(thread); in thread_list_cb()
H A Dthread.h87 struct thread *thread__get(struct thread *thread);
H A Dunwind-libdw.c164 e->ms.thread = thread__get(al.thread); in entry()
H A Dhist.c539 he->ms.thread = thread__get(he->ms.thread); in hist_entry__init()
555 he->branch_info->from.ms.thread = thread__get(he->branch_info->from.ms.thread); in hist_entry__init()
557 he->branch_info->to.ms.thread = thread__get(he->branch_info->to.ms.thread); in hist_entry__init()
590 he->thread = thread__get(he->thread); in hist_entry__init()
1024 al->thread = thread__get(bi[i].to.ms.thread); in iter_next_branch_entry()
H A Ddb-export.c258 al.thread = thread__get(thread); in call_path_from_sample()
H A Dunwind-libunwind-local.c671 e.ms.thread = thread__get(al.thread); in entry()
H A Devent.c703 al->thread = thread__get(thread); in thread__find_map()
H A Dcallchain.c1046 .thread = thread__get(list->ms.thread), in merge_chain_branch()
H A Dcs-etm.c767 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
/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-report.c978 a = thread__get(a); in task_list_cmp()
979 b = thread__get(b); in task_list_cmp()
H A Dbuiltin-sched.c1047 atoms->thread = thread__get(thread); in thread_atoms_insert()
1688 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in); in map_switch_event()
1689 sched->curr_out_thread[this_cpu.cpu] = thread__get(sched_out); in map_switch_event()
2483 return thread__get(idle_threads[cpu]); in get_idle_thread()
2539 itr->last_thread = thread__get(thread); in timehist_get_thread()
H A Dbuiltin-trace.c2849 trace->current = thread__get(thread); in trace__sys_enter()
/linux/tools/perf/ui/browsers/
H A Dannotate.c1211 annotate_he.thread = thread__get(he->thread); in __hist_entry__tui_annotate()
H A Dhists.c2598 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()