Lines Matching refs:total_runtime

92 	if (l->total_runtime > r->total_runtime)  in runtime_cmp()
94 if (l->total_runtime < r->total_runtime) in runtime_cmp()
595 work->total_runtime += delta; in report_update_exit_event()
893 work->total_runtime += delta; in top_update_runtime()
1379 (double)work->total_runtime / NSEC_PER_MSEC); in report_print_work()
1668 (double)work->total_runtime / NSEC_PER_MSEC); in top_print_work()
1930 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
2012 stat->cpus_runtime[work->cpu].total += work->total_runtime; in top_calc_total_runtime()
2013 stat->cpus_runtime[MAX_NR_CPUS].total += work->total_runtime; in top_calc_total_runtime()
2024 stat->cpus_runtime[work->cpu].idle += work->total_runtime; in top_calc_idle_time()
2025 stat->cpus_runtime[MAX_NR_CPUS].idle += work->total_runtime; in top_calc_idle_time()
2036 stat->cpus_runtime[work->cpu].irq += work->total_runtime; in top_calc_irq_runtime()
2037 stat->cpus_runtime[MAX_NR_CPUS].irq += work->total_runtime; in top_calc_irq_runtime()
2039 stat->cpus_runtime[work->cpu].softirq += work->total_runtime; in top_calc_irq_runtime()
2040 stat->cpus_runtime[MAX_NR_CPUS].softirq += work->total_runtime; in top_calc_irq_runtime()
2062 if (work->total_runtime > data->total_runtime) { in top_subtract_irq_runtime()
2063 work->total_runtime -= data->total_runtime; in top_subtract_irq_runtime()
2084 if (work->total_runtime == 0) in top_calc_cpu_usage()
2091 work->cpu_usage = work->total_runtime * 10000 / in top_calc_cpu_usage()
2106 stat->cpus_runtime[work->cpu].load += work->total_runtime; in top_calc_load_runtime()
2107 stat->cpus_runtime[MAX_NR_CPUS].load += work->total_runtime; in top_calc_load_runtime()
2140 merged_work->total_runtime += data->total_runtime; in top_merge_tasks()
2164 if (work->total_runtime == 0) in perf_kwork__top_report()