Arnaldo Carvalho de Melo | c34984b | 2009-11-16 16:32:45 -0200 | [diff] [blame] | 1 | perf-buildid-list(1) |
| 2 | ==================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | perf-buildid-list - List the buildids in a perf.data file |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | [verse] |
| 11 | 'perf buildid-list <options>' |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | This command displays the buildids found in a perf.data file, so that other |
| 16 | tools can be used to fetch packages with matching symbol tables for use by |
| 17 | perf report. |
| 18 | |
| 19 | OPTIONS |
| 20 | ------- |
Shawn Bohrer | b6a535d | 2010-11-30 19:57:10 -0600 | [diff] [blame^] | 21 | -H:: |
| 22 | --with-hits:: |
| 23 | Show only DSOs with hits. |
Arnaldo Carvalho de Melo | c34984b | 2009-11-16 16:32:45 -0200 | [diff] [blame] | 24 | -i:: |
| 25 | --input=:: |
| 26 | Input file name. (default: perf.data) |
| 27 | -f:: |
| 28 | --force:: |
| 29 | Don't do ownership validation. |
| 30 | -v:: |
| 31 | --verbose:: |
Arnaldo Carvalho de Melo | 1124ba7 | 2009-11-16 21:45:25 -0200 | [diff] [blame] | 32 | Be more verbose. |
Arnaldo Carvalho de Melo | c34984b | 2009-11-16 16:32:45 -0200 | [diff] [blame] | 33 | |
| 34 | SEE ALSO |
| 35 | -------- |
| 36 | linkperf:perf-record[1], linkperf:perf-top[1], |
| 37 | linkperf:perf-report[1] |