52 ChildList::const_iterator
i, end =
children.end();
53 for (i =
children.begin(); i != end; ++
i) {
55 ccprintf(os,
"%#x ", (intptr_t)node);
60 for (i =
children.begin(); i != end; ++
i) {
70 panic(
"could not find symbol for address %#x\n", addr);
73 node->
dump(symbol, (intptr_t)node, symtab, os);
81 ChildList::iterator
i, end =
children.end();
87 :
reset(0), symtab(_symtab)
103 for (
int i = 0, size = stack.size();
i < size; ++
i) {
125 map<Addr, Counter>::const_iterator
i, end =
pc_count.end();
126 for (i =
pc_count.begin(); i != end; ++
i) {
134 ccprintf(os,
"%s %d\n", symbol, count);
136 ccprintf(os,
"%#x %d\n", pc, count);
#define panic(...)
This implements a cprintf based panic() function.
void ccprintf(cp::Print &print)
const Loader::SymbolTable * symtab
void sample(ProfileNode *node, Addr pc)
std::map< Addr, Counter > pc_count
bool findSymbol(Addr address, std::string &symbol) const
Overload hash function for BasicBlockRange type.
ThreadContext is the external interface to all thread state for anything outside of the CPU...
Declaration of Statistics objects.
FunctionProfile(const Loader::SymbolTable *symtab)
void dump(ThreadContext *tc, std::ostream &out) const
void registerResetCallback(Callback *cb)
Register a callback that should be called whenever statistics are reset.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int64_t Counter
Statistics counter type.
void dump(const std::string &symbol, uint64_t id, const Loader::SymbolTable *symtab, std::ostream &os) const
bool findNearestAddr(Addr addr, Addr &symaddr, Addr &nextaddr) const
Helper template class to turn a simple class member function into a callback.
ProfileNode * consume(ThreadContext *tc, const StaticInstPtr &inst)