1OPARCHIVE(1)                General Commands Manual               OPARCHIVE(1)
2
3
4

NAME

6       oparchive - produce archive of oprofile data for offline analysis
7

SYNOPSIS

9       oparchive [ options ] [profile specification] -o [directory]
10

DESCRIPTION

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

OPTIONS

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  from  the  specified  directory  dir_path
30              instead of the default locations. If --session-dir is not speci‐
31              fied,  then  oparchive  will  search  for   samples   in   <cur‐
32              rent_dir>/oprofile_data first. If that directory does not exist,
33              the standard session-dir of /var/lib/oprofile is used.
34
35       --image-path / -p [paths]
36              Comma-separated list of additional paths to search for binaries.
37              This is needed to find modules in kernels 2.6 and upwards.
38
39       --root / -R [path]
40              A path to a filesystem to search for additional binaries.
41
42       --output-directory / -o [directory]
43              Output to the given directory. There is no default. This must be
44              specified.
45
46       --exclude-dependent / -x
47              Do not include application-specific images for libraries, kernel
48              modules and the kernel. This option only makes sense if the pro‐
49              file session used --separate.
50
51       --list-files / -l
52              Only list the files that would be archived, don't copy them.
53
54

ENVIRONMENT

56       No special environment variables are recognised by oparchive.
57
58

FILES

60       <current_dir>/oprofile_data/samples
61              Or
62       /var/lib/oprofile/samples/
63
64              The location of the generated sample files.
65
66

VERSION

68       This man page is current for oprofile-0.9.9.
69
70

SEE ALSO

72       /usr/share/doc/oprofile/, oprofile(1)
73
74
75
764th Berkeley Distribution    Fri 02 November 2018                 OPARCHIVE(1)
Impressum