"archive:"archive Path to the archive to inspect, as generated by oparchive
"session:"sessionlist A comma-separated list of session names to resolve in. Absence of this tag, unlike all others, means "the current session", equivalent to specifying "session:current".
"session-exclude:"sessionlist A comma-separated list of sessions to exclude.
"image:"imagelist A comma-separated list of image names to resolve. Each entry may be relative path, glob-style name, or full path, e.g. opreport 'image:/usr/bin/oprofiled,*op*,./oprofpp'
"image-exclude:"imagelist Same as image:, but the matching images are excluded.
"lib-image:"imagelist Same as image:, but only for images that are for a particular primary binary image (namely, an application). This only makes sense to use if you're using --separate. This includes kernel modules and the kernel when using --separate=kernel.
"lib-image-exclude:"imagelist Same as <option>lib-image:</option>, but the matching images are excluded.
"event:"eventname The symbolic event name to match on, e.g. event:DATA_MEM_REFS.
"count:"eventcount The event count to match on, e.g. event:DATA_MEM_REFS count:30000.
"unit-mask:"maskvalue The unit mask value of the event to match on, e.g. unit-mask:1.
"cpu:"cpulist Only consider profiles for the given numbered CPU (starting from zero). This is only useful when using CPU profile separation.
"tgid:"pidlist Only consider profiles for the given task groups. Unless some program is using threads, the task group ID of a process is the same as its process ID. This option corresponds to the POSIX notion of a thread group. This is only useful when using per-process profile separation.
"tid:"tidlist Only consider profiles for the given threads. When using recent thread libraries, all threads in a process share the same task group ID, but have different thread IDs. You can use this option in combination with tgid: to restrict the results to particular threads within a process. This is only useful when using per-process profile separation.
$HOME/.oprofile/ Configuration files
/root/.oprofile/daemonrc Configuration file for opcontrol
@prefix@/share/oprofile/ Event description files used by OProfile.
/var/lib/oprofile/samples/oprofiled.log The user-space daemon logfile.
/var/lib/oprofile/opdev, /var/lib/oprofile/ophashmapdev, /var/lib/oprofile/opnotedev The device files for communication with the Linux 2.4 kernel module.
/dev/oprofile The device filesystem for communication with the Linux 2.6 kernel module.
/var/lib/oprofile/samples/ The location of the generated sample files.
This man page is current for @PACKAGE@-@VERSION@.