perf-annotate.txt (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) | perf-annotate.txt (efad14150a0b4429f37da7245001a8096ef7ee38) |
---|---|
1perf-annotate(1) 2================ 3 4NAME 5---- 6perf-annotate - Read perf.data (created by perf record) and display annotated code 7 8SYNOPSIS --- 8 unchanged lines hidden (view full) --- 17displayed alongside assembly code. 18 19If there is no debug info in the object, then annotated assembly is displayed. 20 21OPTIONS 22------- 23-i:: 24--input=:: | 1perf-annotate(1) 2================ 3 4NAME 5---- 6perf-annotate - Read perf.data (created by perf record) and display annotated code 7 8SYNOPSIS --- 8 unchanged lines hidden (view full) --- 17displayed alongside assembly code. 18 19If there is no debug info in the object, then annotated assembly is displayed. 20 21OPTIONS 22------- 23-i:: 24--input=:: |
25 Input file name. (default: perf.data) | 25 Input file name. (default: perf.data unless stdin is a fifo) |
26 27-d:: 28--dsos=<dso[,dso...]>:: 29 Only consider symbols in these dsos. 30-s:: 31--symbol=<symbol>:: 32 Symbol to annotate. 33 --- 27 unchanged lines hidden (view full) --- 61 62--stdio:: Use the stdio interface. 63 64--tui:: Use the TUI interface Use of --tui requires a tty, if one is not 65 present, as when piping to other commands, the stdio interface is 66 used. This interfaces starts by centering on the line with more 67 samples, TAB/UNTAB cycles through the lines with more samples. 68 | 26 27-d:: 28--dsos=<dso[,dso...]>:: 29 Only consider symbols in these dsos. 30-s:: 31--symbol=<symbol>:: 32 Symbol to annotate. 33 --- 27 unchanged lines hidden (view full) --- 61 62--stdio:: Use the stdio interface. 63 64--tui:: Use the TUI interface Use of --tui requires a tty, if one is not 65 present, as when piping to other commands, the stdio interface is 66 used. This interfaces starts by centering on the line with more 67 samples, TAB/UNTAB cycles through the lines with more samples. 68 |
69-c:: | 69-C:: |
70--cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can 71 be provided as a comma-separated list with no space: 0,1. Ranges of 72 CPUs are specified with -: 0-2. Default is to report samples on all 73 CPUs. 74 75--asm-raw:: 76 Show raw instruction encoding of assembly instructions. 77 --- 13 unchanged lines hidden --- | 70--cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can 71 be provided as a comma-separated list with no space: 0,1. Ranges of 72 CPUs are specified with -: 0-2. Default is to report samples on all 73 CPUs. 74 75--asm-raw:: 76 Show raw instruction encoding of assembly instructions. 77 --- 13 unchanged lines hidden --- |