Searched refs:sym_hist_filter (Results 1 – 1 of 1) sorted by relevance
41 static const char *sym_hist_filter; variable51 if (sym_hist_filter != NULL && in perf_evlist__add_sample()52 (al->sym == NULL || strcmp(sym_hist_filter, al->sym->name) != 0)) { in perf_evlist__add_sample()240 OPT_STRING('s', "symbol", &sym_hist_filter, "symbol",287 sym_hist_filter = argv[0]; in cmd_annotate()