Searched refs:ProfileNode (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/
H A Dprofile.hh43 class ProfileNode class
48 typedef std::map<Addr, ProfileNode *> ChildList;
55 ProfileNode();
68 ProfileNode top;
76 ProfileNode *consume(ThreadContext *tc, const StaticInstPtr &inst);
77 ProfileNode *consume(const std::vector<Addr> &stack);
80 void sample(ProfileNode *node, Addr pc);
83 inline ProfileNode *
H A Dprofile.cc45 ProfileNode::ProfileNode() function in class:ProfileNode
50 ProfileNode::dump(const string &symbol, uint64_t id, const SymbolTable *symtab,
56 const ProfileNode *node = i->second;
74 const ProfileNode *node = i->second;
80 ProfileNode::clear()
101 ProfileNode *
104 ProfileNode *current = &top;
106 ProfileNode *&ptr = current->children[stack[size - i - 1]];
108 ptr = new ProfileNode;
[all...]
H A Dthread_state.hh43 class ProfileNode;
183 ProfileNode *profileNode;
H A Dsimple_thread.cc108 static ProfileNode dummyNode;
H A Dsimple_thread.hh75 class ProfileNode;
/gem5/src/cpu/o3/
H A Dthread_state.hh58 class ProfileNode;
110 static ProfileNode dummyNode;
H A Dcommit_impl.hh1286 ProfileNode *node = thread[tid]->profile->consume(
/gem5/src/cpu/simple/
H A Dbase.cc592 ProfileNode *node = thread->profile->consume(threadContexts[curThread],

Completed in 16 milliseconds