Go to the documentation of this file.
52 for (
int i = 0, size =
stack.size();
i < size; ++
i) {
64 if (it == symtab->
end())
86 const auto *node =
p.second;
87 node->dump(symbol, (intptr_t)node, prof,
os);
101 symtab(_symtab), trace(
std::move(_trace))
110 for (
int i = 0, size =
stack.size();
i < size; ++
i) {
144 top.dump(
"top", 0, *
this,
os);
virtual System * getSystemPtr()=0
std::vector< Addr > stack
void dump(const std::string &symbol, uint64_t id, const FunctionProfile &prof, std::ostream &os) const
void sample(ProfileNode *node, Addr pc)
const_iterator end() const
std::map< Addr, Counter > pc_count
Workload * workload
OS kernel.
void ccprintf(cp::Print &print)
virtual bool tryGetSymbol(std::string &symbol, Addr addr, const loader::SymbolTable *symtab)
const_iterator findNearest(Addr addr, Addr &next_addr) const
Find the nearest symbol equal to or less than the supplied address (e.g., the label for the enclosing...
void registerResetCallback(const std::function< void()> &callback)
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.
virtual const loader::SymbolTable & symtab(ThreadContext *tc)=0
const std::string & name()
void dump(std::ostream &out) const
const_iterator find(Addr address) const
Search for a symbol by its address.
Overload hash function for BasicBlockRange type.
double Counter
All counters are of 64-bit values.
virtual BaseCPU * getCpuPtr()=0
std::unique_ptr< BaseStackTrace > trace
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
FunctionProfile(std::unique_ptr< BaseStackTrace > _trace, const loader::SymbolTable &symtab)
ProfileNode * consume(ThreadContext *tc, const StaticInstPtr &inst)
void getSymbol(std::string &symbol, Addr addr, const loader::SymbolTable *symtab)
const loader::SymbolTable & symtab
Generated on Wed May 4 2022 12:13:54 for gem5 by doxygen 1.8.17