Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c585 struct map_symbol *ms = browser->b.priv, target_ms; in annotate_browser__callq() local
604 target_ms.maps = ms->maps; in annotate_browser__callq()
605 target_ms.map = ms->map; in annotate_browser__callq()
606 target_ms.sym = dl->ops.target.sym; in annotate_browser__callq()
608 __hist_entry__tui_annotate(browser->he, &target_ms, evsel, hbt, NO_ADDR); in annotate_browser__callq()