Tools: update perf-disassemble.sh
The -P command line option doesn't exist anymore.
This commit is contained in:
parent
9a2bef97da
commit
2adaeae87c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue