8 lines · plain
1#!/bin/bash2# description: create firefox gecko profile json format from perf.data3if [ "$*" = "-i -" ]; then4perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py5else6perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py -- "$@"7fi8