Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-annotate.c66 const char *sym_hist_filter; member
248 ann->sym_hist_filter != NULL && in evsel__add_sample()
250 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample()
251 /* We're only interested in a symbol named sym_hist_filter */ in evsel__add_sample()
427 if (ann->sym_hist_filter && in hists__find_annotations()
428 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations()
714 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol", in cmd_annotate()
817 annotate.sym_hist_filter = argv[0]; in cmd_annotate()