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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c63 const char *sym_hist_filter; member in struct:perf_annotate
244 ann->sym_hist_filter != NULL &&
246 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
247 /* We're only interested in a symbol named sym_hist_filter */
493 if (ann->sym_hist_filter &&
494 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0))
759 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol",
860 annotate.sym_hist_filter = argv[0];

Completed in 120 milliseconds