| perf-report - Read perf.data (created by perf record) and display the profile |
| 'perf report' [-i <file> | --input=file] |
| This command displays the performance counter profile information recorded |
| Input file name. (default: perf.data) |
| Only consider symbols in these dsos. CSV that understands |
| Show the number of samples for each symbol |
| Show per-thread event counters |
| Only consider symbols in these comms. CSV that understands |
| Only consider these symbols. CSV that understands |
| Sort by key(s): pid, comm, dso, symbol, parent. |
| Force each column width to the provided list, for large terminal |
| Use a special separator character and don't pad with spaces, replacing |
| all occurances of this separator in symbol names (and other output) |
| with a '.' character, that thus it's the only non valid separator. |
| Display callchains using type and min percent threshold. |
| - flat: single column, linear exposure of callchains. |
| - graph: use a graph tree, displaying absolute overhead rates. |
| - fractal: like graph, but displays relative rates. Each branch of |
| the tree is considered as a new profiled object. + |