Lines Matching refs:sym
533 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
1458 notes = symbol__annotation(act->ms.sym); in do_annotate()
1481 struct map *map, struct symbol *sym) in add_annotate_opt() argument
1483 if (sym == NULL || map->dso->annotate_warned) in add_annotate_opt()
1486 if (asprintf(optstr, "Annotate %s", sym->name) < 0) in add_annotate_opt()
1490 act->ms.sym = sym; in add_annotate_opt()
1612 } else if (act->ms.sym) { in do_run_script()
1614 act->ms.sym->name); in do_run_script()
1624 struct thread *thread, struct symbol *sym) in add_script_opt() argument
1630 } else if (sym) { in add_script_opt()
1632 sym->name) < 0) in add_script_opt()
1640 act->ms.sym = sym; in add_script_opt()
1868 browser->selection->sym == NULL || in perf_evsel__hists_browse()
1873 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
1908 actions->ms.sym = NULL; in perf_evsel__hists_browse()
2021 bi->from.sym); in perf_evsel__hists_browse()
2022 if (bi->to.sym != bi->from.sym) in perf_evsel__hists_browse()
2027 bi->to.sym); in perf_evsel__hists_browse()
2033 browser->selection->sym); in perf_evsel__hists_browse()
2062 if (sort__has_sym && browser->selection->sym) { in perf_evsel__hists_browse()
2066 NULL, browser->selection->sym); in perf_evsel__hists_browse()