Searched refs:display_weighted (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c104 static int display_weighted = -1; variable
412 if (!display_weighted)
464 int counter, snap = !display_weighted ? sym_counter : 0;
535 if (nr_counters == 1 || !display_weighted) {
543 if (!display_weighted)
632 if (nr_counters == 1 || !display_weighted)
752 fprintf(stdout, "\t[w] toggle display weighted/count[E]r. \t(%d)\n", display_weighted ? 1 : 0);
879 display_weighted = ~display_weighted;

Completed in 102 milliseconds