Lines Matching refs:total_runtime
91 if (l->total_runtime > r->total_runtime) in runtime_cmp()
93 if (l->total_runtime < r->total_runtime) in runtime_cmp()
594 work->total_runtime += delta; in report_update_exit_event()
892 work->total_runtime += delta; in top_update_runtime()
1377 (double)work->total_runtime / NSEC_PER_MSEC); in report_print_work()
1666 (double)work->total_runtime / NSEC_PER_MSEC); in top_print_work()
1928 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
2010 stat->cpus_runtime[work->cpu].total += work->total_runtime; in top_calc_total_runtime()
2011 stat->cpus_runtime[MAX_NR_CPUS].total += work->total_runtime; in top_calc_total_runtime()
2022 stat->cpus_runtime[work->cpu].idle += work->total_runtime; in top_calc_idle_time()
2023 stat->cpus_runtime[MAX_NR_CPUS].idle += work->total_runtime; in top_calc_idle_time()
2034 stat->cpus_runtime[work->cpu].irq += work->total_runtime; in top_calc_irq_runtime()
2035 stat->cpus_runtime[MAX_NR_CPUS].irq += work->total_runtime; in top_calc_irq_runtime()
2037 stat->cpus_runtime[work->cpu].softirq += work->total_runtime; in top_calc_irq_runtime()
2038 stat->cpus_runtime[MAX_NR_CPUS].softirq += work->total_runtime; in top_calc_irq_runtime()
2060 if (work->total_runtime > data->total_runtime) { in top_subtract_irq_runtime()
2061 work->total_runtime -= data->total_runtime; in top_subtract_irq_runtime()
2082 if (work->total_runtime == 0) in top_calc_cpu_usage()
2089 work->cpu_usage = work->total_runtime * 10000 / in top_calc_cpu_usage()
2104 stat->cpus_runtime[work->cpu].load += work->total_runtime; in top_calc_load_runtime()
2105 stat->cpus_runtime[MAX_NR_CPUS].load += work->total_runtime; in top_calc_load_runtime()
2138 merged_work->total_runtime += data->total_runtime; in top_merge_tasks()
2162 if (work->total_runtime == 0) in perf_kwork__top_report()