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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c41 const char *sym_hist_filter; member in struct:perf_annotate
54 if (ann->sym_hist_filter != NULL &&
56 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
57 /* We're only interested in a symbol named sym_hist_filter */
293 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol",
357 annotate.sym_hist_filter = argv[0];

Completed in 81 milliseconds