Searched refs:count_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.c64 static int count_filter = 5; variable
583 (int)syme->snap_count < count_filter)
626 if (++printed > print_entries || (int)syme->snap_count < count_filter)
745 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", count_filter);
846 prompt_integer(&count_filter, "Enter display event count filter");
1346 OPT_INTEGER('f', "count-filter", &count_filter,

Completed in 48 milliseconds