Lines Matching refs:sym
514 bool show_annotated = browser->show_dso && chain->ms.sym && symbol__annotation(chain->ms.sym)->src; in hist_browser__show_callchain_entry()
1526 browser->selection->sym == NULL || in perf_evsel__hists_browse()
1626 if (bi->from.sym != NULL && in perf_evsel__hists_browse()
1628 asprintf(&options[nr_options], "Annotate %s", bi->from.sym->name) > 0) { in perf_evsel__hists_browse()
1632 if (bi->to.sym != NULL && in perf_evsel__hists_browse()
1634 (bi->to.sym != bi->from.sym || in perf_evsel__hists_browse()
1636 asprintf(&options[nr_options], "Annotate %s", bi->to.sym->name) > 0) { in perf_evsel__hists_browse()
1640 if (browser->selection->sym != NULL && in perf_evsel__hists_browse()
1644 notes = symbol__annotation(browser->selection->sym); in perf_evsel__hists_browse()
1648 browser->selection->sym->name) > 0) { in perf_evsel__hists_browse()
1674 struct symbol *sym; in perf_evsel__hists_browse() local
1680 sym = browser->he_selection->ms.sym; in perf_evsel__hists_browse()
1681 if (sym && sym->namelen && in perf_evsel__hists_browse()
1683 sym->name) > 0) in perf_evsel__hists_browse()
1721 ms.sym = he->branch_info->from.sym; in perf_evsel__hists_browse()
1724 ms.sym = he->branch_info->to.sym; in perf_evsel__hists_browse()
1729 notes = symbol__annotation(ms.sym); in perf_evsel__hists_browse()
1796 sprintf(script_opt, " -S %s ", browser->he_selection->ms.sym->name); in perf_evsel__hists_browse()