Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c241 bool show_next; member
2049 if (sched->show_next) { in timehist_print_sample()
2054 if (sched->show_wakeups && !sched->show_next) in timehist_print_sample()
3490 OPT_BOOLEAN('n', "next", &sched.show_next, "Show next task"), in cmd_sched()
3593 if ((sched.show_wakeups || sched.show_next) && in cmd_sched()
3599 if (sched.show_next) in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c242 bool show_next; member
2096 if (sched->show_next) { in timehist_print_sample()
2101 if (sched->show_wakeups && !sched->show_next) in timehist_print_sample()
3541 OPT_BOOLEAN('n', "next", &sched.show_next, "Show next task"), in cmd_sched()
3661 if ((sched.show_wakeups || sched.show_next) && in cmd_sched()
3667 if (sched.show_next) in cmd_sched()

Completed in 10 milliseconds