summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sched-migration-record
blob: 7493fddbe99532db2b2c0c4ad3d7b469d29e1dda (plain)
1
2
#!/bin/bash
perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
d>samples/vfs: check whether flag was raisedChristian Brauner 2025-01-20samples/vfs: fix build warningsChristian Brauner 2025-01-20samples/vfs: use shared headerChristian Brauner 2025-01-10samples/vfs/mountinfo: Use __u64 instead of uint64_tGeert Uytterhoeven 2025-01-09samples: add test-list-all-mountsChristian Brauner 2025-01-09samples: add a mountinfo program to demonstrate statmount()/listmount()Jeff Layton