Home
last modified time | relevance | path

Searched refs:less_symbol (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/libpp/
Dcallgraph_container.h75 typedef std::map<symbol_entry, count_array_t, less_symbol> children;
88 typedef std::map<symbol_entry, cg_data, less_symbol> map_t;
Dsymbol_functors.h32 struct less_symbol { struct
Dsymbol_functors.cpp14 bool less_symbol::operator()(symbol_entry const & lhs, in operator ()()
Dsymbol_container.h31 typedef std::set<symbol_entry, less_symbol> symbols_t;
Dcallgraph_container.cpp39 less_symbol cmp_symb; in operator ==()
/external/oprofile/
DChangeLog-20034351 * libpp/symbol_functors.h: add less_symbol predicate
4352 * libpp/symbol_functors.cpp: new file, less_symbol implementation