Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 12 of 12) sorted by relevance

/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt6 This is the value that perf shows traditionally and sum of all the
15 It might be confusing that the sum of all the 'children' overhead
Dperf-top.txt136 Show a column with the sum of periods.
197 sum of shown entries will be always 100%. "absolute" means it retains
Dperf-diff.txt109 sum of shown entries will be always 100%. "absolute" means it retains
Dperf-report.txt279 --show-total-period:: Show a column with the sum of periods.
332 sum of shown entries will be always 100%. "absolute" means it retains
Dperf-script-perl.txt212 avg($total, $n) - returns average given a sum and a total number of values
Dperf-script-python.txt616 avg(total, n) - returns average given a sum and a total number of values
/tools/perf/util/
Dannotate.c559 h->sum++; in __symbol__inc_addr_samples()
809 if (h->sum) { in disasm__calc_percent()
811 percent = 100.0 * hits / h->sum; in disasm__calc_percent()
1372 u64 h_sum = h->sum; in symbol__get_source_line()
1378 h_sum += h->sum; in symbol__get_source_line()
1401 src_line->samples[k].percent = 100.0 * h->addr[i] / h->sum; in symbol__get_source_line()
1470 printf("%*s: %" PRIu64 "\n", BITS_PER_LONG / 2, "h->sum", h->sum); in symbol__annotate_hits()
1572 h->sum = 0; in symbol__annotate_decay_histogram()
1575 h->sum += h->addr[offset]; in symbol__annotate_decay_histogram()
Dannotate.h80 u64 sum; member
/tools/perf/bench/
Dnuma.c967 int sum; in calc_convergence() local
1003 sum = 0; in calc_convergence()
1011 sum += nr; in calc_convergence()
1015 BUG_ON(sum > g->p.nr_tasks); in calc_convergence()
1017 if (0 && (sum < g->p.nr_tasks)) in calc_convergence()
/tools/perf/ui/gtk/
Dannotate.c39 percent = 100.0 * symhist->addr[dl->offset] / symhist->sum; in perf_gtk__get_percent()
/tools/perf/
Dbuiltin-sched.c431 u64 sum; in get_cpu_usage_nsec_parent() local
437 sum = ru.ru_utime.tv_sec*1e9 + ru.ru_utime.tv_usec*1e3; in get_cpu_usage_nsec_parent()
438 sum += ru.ru_stime.tv_sec*1e9 + ru.ru_stime.tv_usec*1e3; in get_cpu_usage_nsec_parent()
440 return sum; in get_cpu_usage_nsec_parent()
/tools/power/x86/turbostat/
Dturbostat.c201 } sum, average; variable