perf_counter: PERF_TYPE_HW_CACHE is a hardware counter too
[linux-2.6/verdex.git] / tools / perf / Documentation / perf-annotate.txt
blobc9dcade068312d843904107d51beb9d9497f2c4a
1 perf-annotate(1)
2 ==============
4 NAME
5 ----
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
8 SYNOPSIS
9 --------
10 [verse]
11 'perf annotate' [-i <file> | --input=file] symbol_name
13 DESCRIPTION
14 -----------
15 This command reads the input file and displays an annotated version of the
16 code. If the object file has debug symbols then the source code will be
17 displayed alongside assembly code.
19 If there is no debug info in the object, then annotated assembly is displayed.
21 OPTIONS
22 -------
23 -i::
24 --input=::
25         Input file name. (default: perf.data)
27 SEE ALSO
28 --------
29 linkperf:perf-record[1]