Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-sched.c236 bool idle_hist; member
2327 if (sched->idle_hist) { in timehist_get_thread()
2364 if (sched->idle_hist) { in timehist_skip_sample()
2594 if (!sched->idle_hist || thread->tid == 0) { in timehist_sched_change_event()
2598 if (sched->idle_hist) { in timehist_sched_change_event()
2835 if (sched->idle_hist) { in timehist_print_summary()
2864 if (sched->skipped_samples && !sched->idle_hist) in timehist_print_summary()
2886 if (sched->idle_hist && sched->show_callchain) { in timehist_print_summary()
3498 OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"), in cmd_sched()