HP Caliper User's Guide
--hotpaths
--hotpaths
Specifies whether or not the hot call paths section should appear in callgraph
measurement reports. The default value is True. This option is used only with the
cgprof, and scgprof reports.
--ibrp
--ibrp=IBRP_INDEX,PLM,ADDR_MATCH,ADDR_MASK
Specifies the bits to program the PMU's instruction address range matching registers.
Forces event monitoring to be constrained by instruction addresses ranges.
IBRP_INDEX
can be 0, 1, 2 or 3. It identifies one of the four Instruction Breakpoint
Register pairs (IBRPs) used to specify the desired address range.
PLM
specifies the privilege level setting. The privilege levels available are:
"user", "kernel", and "all".
ADDR_MATCH
is the 64-bit address to match.
ADDR_MASK is the 56-bit address mask to apply before matching the ADDR_MATCH
bits. The HP Caliper option --_debug-pmu-settings will dump
the exact bits programmed into the PMUs registers. This is helpful in
verifying the bits programmed into the opcode matching and address
matching registers.
For more information about opcode matching, instruction address
range and data address range matching, refer to the following Intel
documentation: Dual-Core Update to the Intel Itanium 2 Processor
Reference Manual for Software Development and Optimization, Document
Number 308065-001. http://download.intel.com/design/Itanium2/
manuals/30806501.pdf and Intel Itanium 2 Processor Reference Manual
for Software Development and Optimization, Document Number
251110-003. http://www.intel.com/design/itanium2/manuals/
251110.htm
--info
--info
Causes HP Caliper to append help information to the end of textual reports.
--inlines
--[no]inlines
Causes HP Caliper to collect data for inline functions.
The default value is --noinlines.
--hotpaths 83