Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c236 bool idle_hist; member
2322 if (sched->idle_hist) { in timehist_get_thread()
2359 if (sched->idle_hist) { in timehist_skip_sample()
2589 if (!sched->idle_hist || thread->tid == 0) { in timehist_sched_change_event()
2593 if (sched->idle_hist) { in timehist_sched_change_event()
2830 if (sched->idle_hist) { in timehist_print_summary()
2859 if (sched->skipped_samples && !sched->idle_hist) in timehist_print_summary()
2881 if (sched->idle_hist && sched->show_callchain) { in timehist_print_summary()
3493 OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"), in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c237 bool idle_hist; member
2377 if (sched->idle_hist) { in timehist_get_thread()
2414 if (sched->idle_hist) { in timehist_skip_sample()
2645 if (!sched->idle_hist || thread__tid(thread) == 0) { in timehist_sched_change_event()
2649 if (sched->idle_hist) { in timehist_sched_change_event()
2871 if (sched->idle_hist) { in timehist_print_summary()
2895 if (sched->skipped_samples && !sched->idle_hist) in timehist_print_summary()
2917 if (sched->idle_hist && sched->show_callchain) { in timehist_print_summary()
3544 OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"), in cmd_sched()

Completed in 10 milliseconds