The source code of this class is located at CpuSampleModel.hpp.
CpuSampleModel represent a point of execution.
Returns the next instruction pointer following the instruction pointer the program is executing.
Returns the id of the executing process.
Returns the id of the executing thread.
Returns the symbol name associated with the instruction pointer, may be nullptr.
Returns the result of the backtrace made at the time of execution.
Returns the symbol names associated with instruction pointers in call chain, may contains nullptr.
The result of getCallChainIps and getCallChainSymbolNames should have the same size.