hide_kernel_symbols  292 tools/perf/builtin-top.c 						     t->hide_kernel_symbols);
hide_kernel_symbols  453 tools/perf/builtin-top.c 		top->hide_kernel_symbols ? "yes" : "no");
hide_kernel_symbols  554 tools/perf/builtin-top.c 			top->hide_kernel_symbols = !top->hide_kernel_symbols;
hide_kernel_symbols 1166 tools/perf/builtin-top.c 		if (top->hide_kernel_symbols)
hide_kernel_symbols 1442 tools/perf/builtin-top.c 	OPT_BOOLEAN('K', "hide_kernel_symbols", &top.hide_kernel_symbols,
hide_kernel_symbols   35 tools/perf/util/top.h 	bool		   hide_kernel_symbols, hide_user_symbols, zero;