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