brintos

brintos / linux-shallow public Read only

0
0
Text · 240 B · 1867ec8 Raw
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