thesis/linux-6.8.1/tools/perf/scripts/python/bin/gecko-report
2025-03-19 13:44:23 +01:00

7 lines
240 B
Bash
Executable file

#!/bin/bash
# description: create firefox gecko profile json format from perf.data
if [ "$*" = "-i -" ]; then
perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py
else
perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py -- "$@"
fi