OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cg_data
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
callgraph_container.h
72
struct
cg_data
{
struct in class:arc_recorder
73
cg_data
() {}
function in struct:arc_recorder::cg_data
88
typedef std::map<symbol_entry,
cg_data
, less_symbol> map_t;
callgraph_container.cpp
290
cg_data
& data = sym_map[caller];
297
cg_data
& callee_data = sym_map[*callee];
351
cg_data
const & data = (*it).second;
361
cg_data
::children::const_iterator cit;
362
cg_data
::children::const_iterator cend = data.callers.end();
Completed in 351 milliseconds