diff options
| -rw-r--r-- | tools/perf/Documentation/perf-annotate.txt | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt index b2c63309a651..6f5a498608b2 100644 --- a/tools/perf/Documentation/perf-annotate.txt +++ b/tools/perf/Documentation/perf-annotate.txt | |||
| @@ -24,12 +24,47 @@ OPTIONS | |||
| 24 | --input=:: | 24 | --input=:: |
| 25 | Input file name. (default: perf.data) | 25 | Input file name. (default: perf.data) |
| 26 | 26 | ||
| 27 | -d:: | ||
| 28 | --dsos=<dso[,dso...]>:: | ||
| 29 | Only consider symbols in these dsos. | ||
| 30 | -s:: | ||
| 31 | --symbol=<symbol>:: | ||
| 32 | Symbol to annotate. | ||
| 33 | |||
| 34 | -f:: | ||
| 35 | --force:: | ||
| 36 | Don't complain, do it. | ||
| 37 | |||
| 38 | -v:: | ||
| 39 | --verbose:: | ||
| 40 | Be more verbose. (Show symbol address, etc) | ||
| 41 | |||
| 42 | -D:: | ||
| 43 | --dump-raw-trace:: | ||
| 44 | Dump raw trace in ASCII. | ||
| 45 | |||
| 46 | -k:: | ||
| 47 | --vmlinux=<file>:: | ||
| 48 | vmlinux pathname. | ||
| 49 | |||
| 50 | -m:: | ||
| 51 | --modules:: | ||
| 52 | Load module symbols. WARNING: use only with -k and LIVE kernel. | ||
| 53 | |||
| 54 | -l:: | ||
| 55 | --print-line:: | ||
| 56 | Print matching source lines (may be slow). | ||
| 57 | |||
| 58 | -P:: | ||
| 59 | --full-paths:: | ||
| 60 | Don't shorten the displayed pathnames. | ||
| 61 | |||
| 27 | --stdio:: Use the stdio interface. | 62 | --stdio:: Use the stdio interface. |
| 28 | 63 | ||
| 29 | --tui:: Use the TUI interface Use of --tui requires a tty, if one is not | 64 | --tui:: Use the TUI interface Use of --tui requires a tty, if one is not |
| 30 | present, as when piping to other commands, the stdio interface is | 65 | present, as when piping to other commands, the stdio interface is |
| 31 | used. This interfaces starts by centering on the line with more | 66 | used. This interfaces starts by centering on the line with more |
| 32 | samples, TAB/UNTAB cycles thru the lines with more samples. | 67 | samples, TAB/UNTAB cycles through the lines with more samples. |
| 33 | 68 | ||
| 34 | SEE ALSO | 69 | SEE ALSO |
| 35 | -------- | 70 | -------- |
