mirror_ubuntu-kernels/tools/perf/scripts/python/bin/gecko-report

8 lines
240 B
Plaintext
Raw Normal View History

2024-07-02 00:48:40 +03:00
#!/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