HP Caliper User's Guide

-r for PMU Histogram Reports
-r [statement][:instruction][none][all]
Default value is -r statement.
statement
Shows source statements (if source code exists, or line numbers
otherwise) with associated performance data. Machine instructions
are not shown.
You can shorten this option to -rs.
instruction
Shows machine instructions. Source statements are not shown.
You can shorten this option to -ri.
none
Prevents generation of the Function Details section.
You can shorten this option to -rn.
all
Shows all data (source statements and machine instructions) in the
Function Details section.
You can shorten this option to -ra.
-r for Function Coverage Reports
-r [module][:directory][:file][:function][:unknown][none][all]
Default value is module:directory:file:function:unknown.
module
Shows data by load module.
directory
Groups data by source directory.
file
Generates Summary Report by source file.
function
Shows function level detail by source file.
unknown
When used together with the other report options, provides additional
information about functions from unknown source files in the summary
and detail coverage reports.
-s or --sampling-spec
-s period
-s rate [,variation [,cpu_event
[[:threshold=int][:privilege-level-mask=level]]]]
Specifies the sampling period.
-s period
The -s period version of this option is used only for two measurements:
-s or --sampling-spec 69