Searched refs:print_sched_time (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-sched.c | 2183 print_sched_time(wait_time, 6); in timehist_print_sample() 2185 print_sched_time(tr->dt_delay, 6); in timehist_print_sample() 2186 print_sched_time(tr->dt_run, 6); in timehist_print_sample() 2188 print_sched_time(tr->dt_pre_mig, 6); in timehist_print_sample() 2906 print_sched_time(r->total_run_time, 8); in print_thread_runtime() 2908 print_sched_time(r->run_stats.min, 6); in print_thread_runtime() 2910 print_sched_time((u64) mean, 6); in print_thread_runtime() 2912 print_sched_time(r->run_stats.max, 6); in print_thread_runtime() 2926 print_sched_time(r->total_run_time, 8); in print_thread_waittime() 3011 print_sched_time(chain->hit, 12); in timehist_print_idlehist_callchain() [all …]
|