count_filter      445 tools/perf/builtin-top.c 	fprintf(stdout, "\t[f]     profile display filter (count).    \t(%d)\n", top->count_filter);
count_filter      547 tools/perf/builtin-top.c 			prompt_integer(&top->count_filter, "Enter display event count filter");
count_filter     1396 tools/perf/builtin-top.c 		.count_filter	     = 5,
count_filter     1453 tools/perf/builtin-top.c 	OPT_INTEGER('f', "count-filter", &top.count_filter,
count_filter       33 tools/perf/util/top.h 	int		   print_entries, count_filter, delay_secs;