blob: 8b9301c8e9f96f3d1ff18ad67b74132decc6b1a9 [file] [log] [blame]
Upstreamcc2ee171970-01-12 13:46:40 +00001.TH OPARCHIVE 1 "@DATE@" "oprofile @VERSION@"
2.UC 4
3.SH NAME
4oparchive \- produce archive of oprofile data for offline analysis
5.SH SYNOPSIS
6.br
7.B oparchive
8[
9.I options
10]
11[profile specification]
12.B -o
13[directory]
14.SH DESCRIPTION
15
16.B oparchive
17generates a directory populated with executable, debug, and oprofile sample
18files. This directory can be move to another machine via tar and analyzed
19without further use of the data collection machine.
20
21.SH OPTIONS
22.TP
23.BI "--help / -? / --usage"
24Show help message.
25.br
26.TP
27.BI "--version / -v"
28Show version.
29.br
30.TP
31.BI "--verbose / -V [options]"
32Give verbose debugging output.
33.br
34.TP
35.BI "--image-path / -p [paths]"
36Comma-separated list of additional paths to search for binaries.
37This is needed to find modules in kernels 2.6 and upwards.
38.br
39.TP
40.BI "--output-directory / -o [directory]"
41Output to the given directory. There is no default. This must be specified.
42.br
43.TP
44.BI "--exclude-dependent / -x"
45Do not include application-specific images for libraries, kernel modules
46and the kernel. This option only makes sense if the profile session
47used --separate.
48
49.SH ENVIRONMENT
50No special environment variables are recognised by oparchive.
51
52.SH FILES
53.TP
54.I /var/lib/oprofile/samples/
55The location of the generated sample files.
56
57.SH VERSION
58.TP
59This man page is current for @PACKAGE@-@VERSION@.
60
61.SH SEE ALSO
62.BR @OP_DOCDIR@,
63.BR oprofile(1)