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. See oprofile(1) for how to write profile specifications.
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 --session-dir=dir_path
29 Use sample database out of directory dir_path instead of the
30 default location (/var/lib/oprofile).
31
32 --image-path / -p [paths]
33 Comma-separated list of additional paths to search for binaries.
34 This is needed to find modules in kernels 2.6 and upwards.
35
36 --root / -R [path]
37 A path to a filesystem to search for additional binaries.
38
39 --output-directory / -o [directory]
40 Output to the given directory. There is no default. This must be
41 specified.
42
43 --exclude-dependent / -x
44 Do not include application-specific images for libraries, kernel
45 modules and the kernel. This option only makes sense if the pro‐
46 file session used --separate.
47
48 --list-files / -l
49 Only list the files that would be archived, don't copy them.
50
51
53 No special environment variables are recognised by oparchive.
54
55
57 /var/lib/oprofile/samples/
58 The location of the generated sample files.
59
60
62 This man page is current for oprofile-0.9.6.
63
64
66 /usr/share/doc/oprofile-0.9.6/, oprofile(1)
67
68
69
704th Berkeley Distribution Tue 07 June 2011 OPARCHIVE(1)