OpenASIP
2.0
|
#include <CallPathTracker.hh>
Public Attributes | |
ClockCycleCount | cycle |
InstructionAddress | address |
InstructionAddress | sourceAddress |
bool | isEntry |
Definition at line 53 of file CallPathTracker.hh.
InstructionAddress CallPathTracker::ProcedureTransfer::address |
Definition at line 55 of file CallPathTracker.hh.
Referenced by CallPathTracker::addProcedureTransfer(), and BackTraceCommand::execute().
ClockCycleCount CallPathTracker::ProcedureTransfer::cycle |
Definition at line 54 of file CallPathTracker.hh.
Referenced by CallPathTracker::addProcedureTransfer().
bool CallPathTracker::ProcedureTransfer::isEntry |
Definition at line 57 of file CallPathTracker.hh.
Referenced by CallPathTracker::addProcedureTransfer(), CallPathTracker::backTrace(), and BackTraceCommand::execute().
InstructionAddress CallPathTracker::ProcedureTransfer::sourceAddress |
Definition at line 56 of file CallPathTracker.hh.
Referenced by CallPathTracker::addProcedureTransfer(), and BackTraceCommand::execute().