xref
: /
linux
/
tools
/
perf
/
scripts
/
python
/
bin
/
task-analyzer-record
(revision 34b7074d3fba0d3f3ca8c66b6105b7f575e77e98)
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