Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 1 | perf-report(1) |
Ingo Molnar | c1c2365 | 2009-05-30 12:38:51 +0200 | [diff] [blame] | 2 | ============== |
Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 3 | |
4 | NAME | ||||
5 | ---- | ||||
Ingo Molnar | 23ac9cb | 2009-05-27 09:33:18 +0200 | [diff] [blame] | 6 | perf-report - Read perf.data (created by perf record) and display the profile |
Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 7 | |
8 | SYNOPSIS | ||||
9 | -------- | ||||
10 | [verse] | ||||
11 | 'perf report' [-i <file> | --input=file] | ||||
12 | |||||
13 | DESCRIPTION | ||||
14 | ----------- | ||||
15 | This command displays the performance counter profile information recorded | ||||
Ingo Molnar | b0a2858 | 2009-06-23 16:39:53 +0200 | [diff] [blame^] | 16 | via perf record. |
Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 17 | |
18 | OPTIONS | ||||
19 | ------- | ||||
20 | -i:: | ||||
21 | --input=:: | ||||
Ingo Molnar | 23ac9cb | 2009-05-27 09:33:18 +0200 | [diff] [blame] | 22 | Input file name. (default: perf.data) |
Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 23 | |
Ingo Molnar | 0bec253 | 2009-05-26 09:17:18 +0200 | [diff] [blame] | 24 | SEE ALSO |
25 | -------- | ||||
26 | linkperf:perf-stat[1] |