Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c233 bool pre_migrations; member
2111 if (sched->pre_migrations) in timehist_header()
2134 if (sched->pre_migrations) in timehist_header()
2154 if (sched->pre_migrations) in timehist_header()
2215 if (sched->pre_migrations) in timehist_print_sample()
3361 if ((sched->show_migrations || sched->pre_migrations) && in perf_sched__timehist()
4904 OPT_BOOLEAN('P', "pre-migrations", &sched.pre_migrations, "Show pre-migration wait time"), in cmd_sched()