xref: /linux/tools/perf/scripts/python/bin/task-analyzer-record (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1#!/bin/bash
2perf record -e sched:sched_switch -e sched:sched_migrate_task "$@"
3