Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c41 static const char *sym_hist_filter; variable
51 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()