repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git]
/
tools
/
perf
/
scripts
/
python
/
bin
/
gecko-report
blob
1867ec8d97575fbc55151fd1b136f4c363ca1a05
1
#!/bin/bash
2
# description: create firefox gecko profile json format from perf.data
3
if
[
"$*"
=
"-i -"
];
then
4
perf
script
-s
"
$PERF_EXEC_PATH
"
/
script
s
/
python
/
gecko.py
5
else
6
perf
script
-s
"
$PERF_EXEC_PATH
"
/
script
s
/
python
/
gecko.py
--
"$@"
7
fi