Author: Remi Meier <[email protected]>
Branch: stmgc-c8
Changeset: r85244:477eccd1cf3e
Date: 2016-06-20 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/477eccd1cf3e/
Log: Merge
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; }
@@ -47,4 +49,4 @@
;;
esac
done
-gdb -q -p $pid -ex "set disassembly $flavor" -ex "disas /$raw$src
$start,$stop" -ex q -batch
+gdb -q -p $pid -ex "set disassembly $flavor" -ex "disas /$raw$src
$start,$stop" -ex q -batch | sed "s/=>/ /g"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit