summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/compaction-times-record
blob: 6edcd40e14e874a68b8ca69692876ac09b05dc8f (plain)
1
2
#!/bin/bash
perf record -e compaction:mm_compaction_begin -e compaction:mm_compaction_end -e compaction:mm_compaction_migratepages -e compaction:mm_compaction_isolate_migratepages -e compaction:mm_compaction_isolate_freepages $@
le='2021-09-09 13:25:49 -0700'>2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds 2021-09-03memcg: enable accounting of ipc resourcesVasily Averin 2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann 2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul 2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin 2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam 2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury 2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury