Sign in
cos
/
third_party
/
kernel
/
b9830e08e06afddb85dda3efe62bd12fc6ca078e
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
compaction-times-report
blob: 3dc13897cfdeb2bba90b6828074bd2437ad2b958 [
file
]
#!/bin/bash
#description: display time taken by mm compaction
#args: [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid|pid-range|comm-regex]
perf script
-
s
"$PERF_EXEC_PATH"
/
scripts
/
python
/
compaction
-
times
.
py $@