From 2adaeae87cf5e14b2e4b4f3c23526ae21163df5d Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 18 Jun 2017 06:59:53 +0100 Subject: [PATCH] Tools: update perf-disassemble.sh The -P command line option doesn't exist anymore. --- Tools/perf-disassemble.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/perf-disassemble.sh b/Tools/perf-disassemble.sh index d338b7141e..323cb8fcd9 100755 --- a/Tools/perf-disassemble.sh +++ b/Tools/perf-disassemble.sh @@ -9,8 +9,8 @@ # kernel.yama.ptrace_scope = 0 # # Example usage: -# $ dolphin-emu -P /tmp -b -e $game -# $ perf top -p $(pidof dolphin-emu) --objdump ./Tools/perf-disassemble.sh +# $ dolphin-emu -C Dolphin.Core.PerfMapDir=/tmp -b -e $game +# $ perf top -p $(pidof dolphin-emu) --objdump ./Tools/perf-disassemble.sh -M intel flavor=att raw=r