perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'
[linux-2.6-microblaze.git] / tools / perf / Documentation / perf-config.txt
index 76408d9..31069d8 100644 (file)
@@ -242,6 +242,11 @@ annotate.*::
        These are in control of addresses, jump function, source code
        in lines of assembly code from a specific program.
 
+       annotate.disassembler_style:
+               Use this to change the default disassembler style to some other value
+               supported by binutils, such as "intel", see the '-M' option help in the
+               'objdump' man page.
+
        annotate.hide_src_code::
                If a program which is analyzed has source code,
                this option lets 'annotate' print a list of assembly code with the source code.