See: Description
| Class | Description |
|---|---|
| Ip2SourceMapEntry |
Class representing the data structure
for mapping instruction pointers (IPs, also known as program counters)
to source code files, functions, and line numbers,
corresponding to the
ps_ip_map_t data structure
in PerfSuite C API. |
| Ip2SourceMapper |
Class to map instruction pointers (IPs, also known as program counters)
to source code files, functions, and line numbers.
|
| PapiEvent | |
| PS_BFD_Util |
Class to provide utility methods related to binary files,
such as checking whether it is a shared library (isDynamic).
|
| PS_Cube |
Class to convert PerfSuite generated XML reports to Cube3 format files.
|
| PS_Debug |
A class to print debug messages, and get and set debug level.
|
| PS_Environment |
Class to parse and set parameters from environment variables.
|
| PS_Util | |
| ValueSortedMap |