diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2017-06-18 06:59:53 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2017-06-18 06:59:53 +0100 |
| commit | 2adaeae87cf5e14b2e4b4f3c23526ae21163df5d (patch) | |
| tree | ecb338121ab808802b42d615522bc8556100631a /Tools | |
| parent | 9a2bef97dafdfc8ee9b8e91f71f1173cdd6cd3d8 (diff) | |
Tools: update perf-disassemble.sh
The -P command line option doesn't exist anymore.
Diffstat (limited to 'Tools')
| -rwxr-xr-x | Tools/perf-disassemble.sh | 4 |
1 files 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 |
