1OPGPROF(1) General Commands Manual OPGPROF(1)
2
3
4
6 opgprof - produce gprof-format profile data
7
9 opgprof [ options ] [profile specification]
10
12 opgprof outputs gprof-format profile data for a given binary image,
13 from an OProfile session. See oprofile(1) for how to write profile
14 specifications.
15
16
18 --help / -? / --usage
19 Show help message.
20
21 --version / -v
22 Show version.
23
24 --verbose / -V [options]
25 Give verbose debugging output.
26
27 --session-dir=dir_path
28 Use sample database from the specified directory dir_path
29 instead of the default location. If --session-dir is not speci‐
30 fied, then opgprof will search for samples in <cur‐
31 rent_dir>/oprofile_data first. If that directory does not exist,
32 the standard session-dir of /var/lib/oprofile is used.
33
34 --image-path / -p [paths]
35 Comma-separated list of additional paths to search for binaries.
36 This is needed to find modules in kernels 2.6 and upwards.
37
38 --root / -R [path]
39 A path to a filesystem to search for additional binaries.
40
41 --threshold / -t [percentage]
42 Only output data for symbols that have more than the given per‐
43 centage of total samples.
44
45 --output-filename / -o [file]
46 Output to the given file instead of the default, gmon.out
47
48
50 No special environment variables are recognized by opgprof.
51
52
54 <session_dir>/samples
55 The location of the generated sample files.
56
57
59 This man page is current for oprofile-1.3.0.
60
61
63 /usr/share/doc/oprofile/, oprofile(1)
64
65
66
674th Berkeley Distribution Thu 15 November 2018 OPGPROF(1)