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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-annotate.c37 static const char *sym_hist_filter; variable
43 if (sym_hist_filter != NULL &&
44 (al->sym == NULL || strcmp(sym_hist_filter, al->sym->name) != 0)) {
45 /* We're only interested in a symbol named sym_hist_filter */
424 OPT_STRING('s', "symbol", &sym_hist_filter, "symbol",
464 sym_hist_filter = argv[0];

Completed in 101 milliseconds