Searched refs:sym_pcnt_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-top.c102 static int sym_pcnt_filter = 5; variable
358 printf(" Events Pcnt (>=%d%%)\n", sym_pcnt_filter);
377 if (pcnt >= (float)sym_pcnt_filter) {
747 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", sym_pcnt_filter);
849 prompt_percent(&sym_pcnt_filter, "Enter details display event filter (percent)");

Completed in 65 milliseconds