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 - 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
293
top->
hide_user_symbols
,
406
top->
hide_user_symbols
? "yes" : "no");
536
top->
hide_user_symbols
= !top->
hide_user_symbols
;
559
t->
hide_user_symbols
,
827
if (top->
hide_user_symbols
)
1105
OPT_BOOLEAN('U', "
hide_user_symbols
", &top.
hide_user_symbols
,
Completed in 182 milliseconds