HP Caliper User Guide Release 5.5 (5900-2351, August 2012)

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.
You can use this option with the following measurements: alat, branch, cgprof, dcache,
dtlb, fprof, fcount, icache, itlb, and scgprof.
For the cgprof and fcount measurements, this option should be specified during data collection
as well as reporting, because the inline functions must be instrumented at collection time for the
data to be available at report time. For the other measurements, this option needs to be specified
only during reporting (though it can also be specified during data collection).
In reports, entries for inline functions are preceded with the following: { inline }. This notation
is particularly useful if a particular function is called both inline and not inline. (There is no special
notation for the function when it is not called inline.)
To obtain information regarding inline functions that HP Caliper can use, you must compile your
program with -g and the optimization level should not exceed +O1.
--join
The --join option is deprecated. Instead, you should use the caliper report | merge |
diff command. See “Creating Reports from Multiple Databases” (page 115).
--jre
--jre path
Specifies the JRE path to be used when invoking the local GUI client. This option is used only with
the caliper -g command.
HP Caliper searches for the JRE in this order:
1. Path specified by the --jre path option
2. Path specified by the JAVA_HOME environment variable
3. Path specified by the PATH environment variable
--kernel-path
--kernel-path path
When using the --event-defaults option with the privilege-level-mask set to kernel
or all, specifies the path to the kernel file you want HP Caliper to use for symbol lookup and
disassembly.
--info 63