Home
last modified time | relevance | path

Searched refs:sym_pcnt_filter (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dtop.h48 int sym_pcnt_filter; member
/linux-3.4.99/tools/perf/
Dbuiltin-top.c249 printf(" Events Pcnt (>=%d%%)\n", top->sym_pcnt_filter); in perf_top__show_details()
252 0, top->sym_pcnt_filter, top->print_entries, 4); in perf_top__show_details()
415 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->sym_pcnt_filter); in perf_top__print_mapped_keys()
526 prompt_percent(&top->sym_pcnt_filter, in perf_top__handle_keypress()
1160 .sym_pcnt_filter = 5, in cmd_top()