Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c226 bool idle_hist; member
2524 if (sched->idle_hist) { in timehist_get_thread()
2583 if (sched->idle_hist) { in timehist_skip_sample()
2859 if (!sched->idle_hist || thread__tid(thread) == 0) { in timehist_sched_change_event()
2863 if (sched->idle_hist) { in timehist_sched_change_event()
3089 if (sched->idle_hist) { in timehist_print_summary()
3113 if (sched->skipped_samples && !sched->idle_hist) in timehist_print_summary()
3135 if (sched->idle_hist && sched->show_callchain) { in timehist_print_summary()
4892 OPT_BOOLEAN('I', "idle-hist", &sched.idle_hist, "Show idle events only"), in cmd_sched()