xref
: /
linux
/
tools
/
perf
/
scripts
/
python
/
bin
/
task-analyzer-record
(revision 49f3806d89e4cf9e330b6f2e39db1c913a8fd25a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
perf
record
-e
sched
:
sched_switch
-e
sched
:
sched_migrate_task
"$@"
3