Searched refs:hide_user_symbols (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dtop.h28 bool hide_kernel_symbols, hide_user_symbols, zero; member in struct:perf_top
/linux-4.4.14/tools/perf/
H A Dbuiltin-top.c287 hists__decay_entries(hists, top->hide_user_symbols, perf_top__print_sym_table()
405 top->hide_user_symbols ? "yes" : "no"); perf_top__print_mapped_keys()
530 top->hide_user_symbols = !top->hide_user_symbols; perf_top__handle_keypress()
558 hists__decay_entries(hists, t->hide_user_symbols, perf_top__sort_new_samples()
839 if (top->hide_user_symbols) perf_top__mmap_read_idx()
1160 OPT_BOOLEAN('U', "hide_user_symbols", &top.hide_user_symbols, cmd_top()

Completed in 60 milliseconds