Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-kwork.c1570 struct kwork_top_stat *stat = &kwork->top_stat; in top_print_per_cpu_load()
1594 struct kwork_top_stat *stat = &kwork->top_stat; in top_print_cpu_usage()
2002 struct kwork_top_stat *stat = &kwork->top_stat; in top_calc_total_runtime()
2021 struct kwork_top_stat *stat = &kwork->top_stat; in top_calc_idle_time()
2033 struct kwork_top_stat *stat = &kwork->top_stat; in top_calc_irq_runtime()
2074 struct kwork_top_stat *stat = &kwork->top_stat; in top_calc_cpu_usage()
2103 struct kwork_top_stat *stat = &kwork->top_stat; in top_calc_load_runtime()
2215 kwork->top_stat.cpus_runtime = cpus_runtime; in perf_kwork__top()
2216 bitmap_zero(kwork->top_stat.all_cpus_bitmap, MAX_NR_CPUS); in perf_kwork__top()
2235 zfree(&kwork->top_stat.cpus_runtime); in perf_kwork__top()
/linux/tools/perf/util/
H A Dkwork.h254 struct kwork_top_stat top_stat; member