Home
last modified time | relevance | path

Searched refs:cpus_runtime (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c1573 total = stat->cpus_runtime[i].total; in top_print_per_cpu_load()
1574 load = stat->cpus_runtime[i].load; in top_print_per_cpu_load()
1595 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; in top_print_cpu_usage()
1596 u64 hardirq_time = stat->cpus_runtime[MAX_NR_CPUS].irq; in top_print_cpu_usage()
1597 u64 softirq_time = stat->cpus_runtime[MAX_NR_CPUS].softirq; in top_print_cpu_usage()
2036 stat->cpus_runtime[work->cpu].irq += work->total_runtime; in top_calc_irq_runtime()
2092 stat->cpus_runtime[work->cpu].total; in top_calc_cpu_usage()
2208 struct __top_cpus_runtime *cpus_runtime; in perf_kwork__top() local
2212 if (!cpus_runtime) in perf_kwork__top()
2215 kwork->top_stat.cpus_runtime = cpus_runtime; in perf_kwork__top()
[all …]
/linux-6.15/tools/perf/util/
H A Dkwork.h196 struct __top_cpus_runtime *cpus_runtime; member