JustOS/linux-6.13/tools/perf/scripts/python/bin/gecko-report
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

8 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