Author: Remi Meier <[email protected]>
Branch: stmgc-c8
Changeset: r83583:27f7b74d3121
Date: 2016-04-08 11:25 +0300
http://bitbucket.org/pypy/pypy/changeset/27f7b74d3121/

Log:    improve perf disassemble script

diff --git a/rpython/tool/perf-disassemble.sh b/rpython/tool/perf-disassemble.sh
--- a/rpython/tool/perf-disassemble.sh
+++ b/rpython/tool/perf-disassemble.sh
@@ -12,10 +12,12 @@
 # $ dolphin-emu -P /tmp -b -e $game
 # $ perf top -p $(pidof dolphin-emu) --objdump ./Tools/perf-disassemble.sh
 
-flavor=att
-raw=r
+flavor=intel
+#raw=r
+raw=
 src=
 
+echo $@ > ~/bla
 
 [[ "${@: -1}" != /tmp/perf-*.map ]] && { objdump "$@"; exit; }
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to