]> Git Repo - linux.git/blob - tools/perf/scripts/python/bin/compaction-times-record
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux.git] / tools / perf / scripts / python / bin / compaction-times-record
1 #!/bin/bash
2 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 $@
This page took 0.029224 seconds and 4 git commands to generate.