HomeSort by relevance Sort by last modified time
    Searched full:cg_symbol (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libpp/
symbol.h 102 * the cg_symbol retains its self count.
104 class cg_symbol : public symbol_entry { class in inherits:symbol_entry
106 cg_symbol(symbol_entry const & sym) : symbol_entry(sym) {} function in class:cg_symbol
122 typedef std::list<cg_symbol> cg_collection_objs;
format_output.cpp 513 cg_symbol const * sym = dynamic_cast<cg_symbol const *>(*it);
515 cg_symbol::children::const_iterator cit;
516 cg_symbol::children::const_iterator cend = sym->callers.end();
738 cg_symbol::children const cg_symb, op_bfd * & abfd)
740 cg_symbol::children::const_iterator cit;
741 cg_symbol::children::const_iterator cend = cg_symb.end();
766 cg_symbol const * cg_symb = dynamic_cast<cg_symbol const *>(symb);
943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb
    [all...]
callgraph_container.cpp 37 bool operator==(cg_symbol const & lhs, cg_symbol const & rhs)
304 void arc_recorder::process_children(cg_symbol & sym, double threshold)
320 cg_symbol::children::iterator cit = sym.callers.begin();
321 cg_symbol::children::iterator cend = sym.callers.end();
350 cg_symbol sym((*it).first);
callgraph_container.h 86 void process_children(cg_symbol & sym, double threshold);
format_output.h 296 cg_symbol::children const cg_symb, op_bfd * & abfd);
316 cg_symbol::children const cg_symb,

Completed in 243 milliseconds