OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hide_kernel_symbols
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h
27
bool
hide_kernel_symbols
, hide_user_symbols, zero;
member in struct:perf_top
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c
294
top->
hide_kernel_symbols
);
403
top->
hide_kernel_symbols
? "yes" : "no");
513
top->
hide_kernel_symbols
= !top->
hide_kernel_symbols
;
560
t->
hide_kernel_symbols
);
833
if (top->
hide_kernel_symbols
)
1083
OPT_BOOLEAN('K', "
hide_kernel_symbols
", &top.
hide_kernel_symbols
,
Completed in 50 milliseconds