Home
last modified time | relevance | path

Searched refs:cg_data (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpp/
Dcallgraph_container.h72 struct cg_data { struct
73 cg_data() {} in cg_data() function
88 typedef std::map<symbol_entry, cg_data, less_symbol> map_t; argument
Dcallgraph_container.cpp290 cg_data & data = sym_map[caller]; in add()
297 cg_data & callee_data = sym_map[*callee]; in add()
351 cg_data const & data = (*it).second; in process()
361 cg_data::children::const_iterator cit; in process()
362 cg_data::children::const_iterator cend = data.callers.end(); in process()