Searched refs:hide_user_symbols (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | top.h | 35 bool hide_kernel_symbols, hide_user_symbols, zero; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | top.h | 36 bool hide_kernel_symbols, hide_user_symbols, zero; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 294 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__resort_hists() 458 top->hide_user_symbols ? "yes" : "no"); in perf_top__print_mapped_keys() 579 top->hide_user_symbols = !top->hide_user_symbols; in perf_top__handle_keypress() 1174 if (top->hide_user_symbols) in deliver_event() 1494 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 298 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__resort_hists() 462 top->hide_user_symbols ? "yes" : "no"); in perf_top__print_mapped_keys() 583 top->hide_user_symbols = !top->hide_user_symbols; in perf_top__handle_keypress() 1172 if (top->hide_user_symbols) in deliver_event() 1503 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, in cmd_top()
|
Completed in 6 milliseconds