OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hide_user_symbols
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
top.h
51
bool hide_kernel_symbols,
hide_user_symbols
, zero;
member in struct:perf_top
top.c
186
if ((top->
hide_user_symbols
&&
/external/linux-tools-perf/
builtin-top.c
471
top.
hide_user_symbols
? "yes" : "no");
593
top.
hide_user_symbols
= !top.
hide_user_symbols
;
728
if (top.
hide_user_symbols
)
1059
OPT_BOOLEAN('U', "
hide_user_symbols
", &top.
hide_user_symbols
,
Completed in 31 milliseconds