1 #!/bin/bash 1 #!/bin/bash 2 # description: create firefox gecko profile js 2 # description: create firefox gecko profile json format from perf.data 3 if [ "$*" = "-i -" ]; then 3 if [ "$*" = "-i -" ]; then 4 perf script -s "$PERF_EXEC_PATH"/scripts/pytho 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py 5 else 5 else 6 perf script -s "$PERF_EXEC_PATH"/scripts/pytho 6 perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py -- "$@" 7 fi 7 fi
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.