Home
last modified time | relevance | path

Searched refs:thread__get_arch (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.h589 int thread__get_arch(struct thread *thread, const struct arch **parch);
H A Dannotate.c983 int thread__get_arch(struct thread *thread, const struct arch **parch) in thread__get_arch() function
1019 err = thread__get_arch(ms->thread, &arch); in symbol__annotate()
1267 thread__get_arch(ms->thread, &apd.arch); in hist_entry__annotate_printf()
1372 thread__get_arch(apd->he->ms.thread, &apd->arch); in symbol__annotate_fprintf2()
/linux/tools/perf/ui/browsers/
H A Dannotate.c1201 err = thread__get_arch(ms->thread, &browser.arch); in __hist_entry__tui_annotate()