1OPARCHIVE(1) General Commands Manual OPARCHIVE(1)
2
3
4
6 oparchive - produce archive of oprofile data for offline analysis
7
9 oparchive [ options ] [profile specification] -o [directory]
10
12 oparchive generates a directory populated with executable, debug, and
13 oprofile sample files. This directory can be move to another machine
14 via tar and analyzed without further use of the data collection
15 machine.
16
17
19 --help / -? / --usage
20 Show help message.
21
22 --version / -v
23 Show version.
24
25 --verbose / -V [options]
26 Give verbose debugging output.
27
28 --image-path / -p [paths]
29 Comma-separated list of additional paths to search for binaries.
30 This is needed to find modules in kernels 2.6 and upwards.
31
32 --output-directory / -o [directory]
33 Output to the given directory. There is no default. This must be
34 specified.
35
36 --exclude-dependent / -x
37 Do not include application-specific images for libraries, kernel
38 modules and the kernel. This option only makes sense if the pro‐
39 file session used --separate.
40
41
43 No special environment variables are recognised by oparchive.
44
45
47 /var/lib/oprofile/samples/
48 The location of the generated sample files.
49
50
52 This man page is current for oprofile-0.9.2.
53
54
56 /usr/share/doc/oprofile/, oprofile(1)
57
58
59
604th Berkeley Distribution Fri 23 March 2007 OPARCHIVE(1)