OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:display_weighted
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
top.h
49
int
display_weighted
, freq, rb_entries;
member in struct:perf_top
top.c
26
if (!top->
display_weighted
)
107
if (top->evlist->nr_entries == 1 || !top->
display_weighted
) {
115
if (!top->
display_weighted
) {
174
int snap = !top->
display_weighted
? top->sym_evsel->idx : 0, j;
/external/linux-tools-perf/util/ui/browsers/
top.c
44
if (top->evlist->nr_entries == 1 || !top->
display_weighted
) {
/external/linux-tools-perf/
builtin-top.c
86
.
display_weighted
= -1,
346
if (top.evlist->nr_entries == 1 || !top.
display_weighted
)
464
fprintf(stdout, "\t[w] toggle display weighted/count[E]r. \t(%d)\n", top.
display_weighted
? 1 : 0);
596
top.
display_weighted
= ~top.
display_weighted
;
Completed in 105 milliseconds