Sign in
android-kvm
/
linux
/
dce0919c83c325ac9dec5bc8838d5de6d32c01b1
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
gecko-report
blob: 1867ec8d97575fbc55151fd1b136f4c363ca1a05 [
file
] [
log
] [
blame
]
#!/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