Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtop.h48 int print_entries, count_filter, delay_secs; member
Dtop.c195 if ((int)syme->snap_count >= top->count_filter) { in perf_top__decay_samples()
226 (int)syme->snap_count < top->count_filter) in perf_top__find_widths()
/external/linux-tools-perf/
Dbuiltin-top.c84 .count_filter = 5,
340 (int)syme->snap_count < top.count_filter) in print_sym_table()
457 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top.count_filter); in print_mapped_keys()
565 prompt_integer(&top.count_filter, "Enter display event count filter"); in handle_keypress()
1045 OPT_INTEGER('f', "count-filter", &top.count_filter,