blob: 46acf02b6e75ea80d77d0dae6c8ccb8d43304219 [file] [log] [blame]
.TH OPREPORT 1 "@DATE@" "oprofile @VERSION@"
.UC 4
.SH NAME
opreport \- produce symbol or binary image summaries
.SH SYNOPSIS
.br
.B opreport
[
.I options
]
[profile specification]
.SH DESCRIPTION
.B opreport
outputs binary image summaries, or per-symbol data, from OProfile profiling
sessions. See oprofile(1) for how to write profile specifications.
.SH OPTIONS
.TP
.BI "--accumulated / -a"
Accumulate sample and percentage counts in the symbol list.
.br
.TP
.BI "--debug-info / -g"
Show source file and line for each symbol.
.br
.TP
.BI "--demangle / -D none|smart|normal"
none: no demangling. normal: use default demangler (default) smart: use
pattern-matching to make C++ symbol demangling more readable.
.br
.TP
.BI "--callgraph / -c"
Show call graph information if available.
.br
.TP
.BI "--details / -d"
Show per-instruction details for all selected symbols.
.br
.TP
.BI "--exclude-dependent / -x"
Do not include application-specific images for libraries, kernel modules
and the kernel. This option only makes sense if the profile session
used --separate.
.br
.TP
.BI "--exclude-symbols / -e [symbols]"
Exclude all the symbols in the given comma-separated list.
.br
.TP
.BI "--global-percent / -%"
Make all percentages relative to the whole profile.
.br
.TP
.BI "--help / -? / --usage"
Show help message.
.br
.TP
.BI "--image-path / -p [paths]"
Comma-separated list of additional paths to search for binaries.
This is needed to find modules in kernels 2.6 and upwards.
.br
.TP
.BI "--root / -R [path]"
A path to a filesystem to search for additional binaries.
.br
.TP
.BI "--include-symbols / -i [symbols]"
Only include symbols in the given comma-separated list.
.br
.TP
.BI "--long-filenames / -f"
Output full paths instead of basenames.
.br
.TP
.BI "--merge / -m [lib,cpu,tid,tgid,unitmask,all]"
Merge any profiles separated in a --separate session.
.br
.TP
.BI "--no-header / -n"
Don't output a header detailing profiling parameters.
.br
.TP
.BI "--output-file / -o [file]"
Output to the given file instead of stdout.
.br
.TP
.BI "--reverse-sort / -r"
Reverse the sort from the default.
.br
.TP
.BI "--session-dir="dir_path
Use sample database from the specified directory
.I dir_path
instead of the default locations. If
.I --session-dir
is not specified, then
.B opreport
will search for samples in
.I <current_dir>/oprofile_data
first. If that directory does not exist, the standard session-dir of /var/lib/oprofile is used.
.br
.TP
.BI "--show-address / -w"
Show each symbol's VMA address.
.br
.TP
.BI "--sort / -s [vma,sample,symbol,debug,image]"
Sort the list of symbols by, respectively, symbol address,
number of samples, symbol name, debug filename and line number,
binary image filename.
.br
.TP
.BI "--symbols / -l"
List per-symbol information instead of a binary image summary.
.br
Usually, the total of all per-symbols samples for a given binary image
equals the summary count for the binary image (shown by running
.B opreport
with no options).
However, it's possible for some sample addresses to fall outside the range of
any symbols for a given binary image. In such cases, the total number of
per-symbols samples for the binary image may be less than the summary count
for the image. Running
.B opreport
with the
.I --verbose=debug
option will display an informational message when this difference is detected.
This difference is typically very small and can be ignored.
.br
.TP
.BI "--threshold / -t [percentage]"
Only output data for symbols that have more than the given percentage
of total samples.
.br
.TP
.BI "--verbose / -V [options]"
Give verbose debugging output.
.br
.TP
.BI "--version / -v"
Show version.
.br
.TP
.BI "--xml / -X"
Generate XML output.
.SH ENVIRONMENT
No special environment variables are recognized by opreport.
.SH FILES
.I <current_dir>/oprofile_data/samples
.RS 7
Or
.RE
.I /var/lib/oprofile/samples/
.LP
.RS 7
The location of the generated sample files.
.RE
.SH VERSION
.TP
This man page is current for @PACKAGE@-@VERSION@.
.SH SEE ALSO
.BR @OP_DOCDIR@,
.BR oprofile(1)