Home
last modified time | relevance | path

Searched refs:migrations (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+std_output.sh13 event_name=(cpu-clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycles-backend cycles instructions branches branch-misses)
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c272 u64 migrations; member
2517 tr->migrations++; in timehist_migrate_task_event()
2519 /* show migrations if requested */ in timehist_migrate_task_event()
2694 printf(" %5" PRIu64, r->migrations); in print_thread_runtime()
2833 printf(" idle-time min-idle avg-idle max-idle stddev migrations\n"); in timehist_print_summary()
2841 printf(" run-time min-run avg-run max-run stddev migrations\n"); in timehist_print_summary()
3491 OPT_BOOLEAN('M', "migrations", &sched.show_migrations, "Show migration events"), in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c274 u64 migrations; member
2572 tr->migrations++; in timehist_migrate_task_event()
2574 /* show migrations if requested */ in timehist_migrate_task_event()
2751 printf(" %5" PRIu64, r->migrations); in print_thread_runtime()
2874 printf(" idle-time min-idle avg-idle max-idle stddev migrations\n"); in timehist_print_summary()
2882 printf(" run-time min-run avg-run max-run stddev migrations\n"); in timehist_print_summary()
3542 OPT_BOOLEAN('M', "migrations", &sched.show_migrations, "Show migration events"), in cmd_sched()

Completed in 10 milliseconds