Skip to content

Commit

Permalink
Tools: update perf-disassemble.sh
Browse files Browse the repository at this point in the history
The -P command line option doesn't exist anymore.
  • Loading branch information
Tilka committed Jun 18, 2017
1 parent 9a2bef9 commit 2adaeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/perf-disassemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2adaeae

Please sign in to comment.