Searched refs:CallGraphEntry (Results 1 – 3 of 3) sorted by relevance
93 struct CallGraphEntry { struct101 CallGraphEntry(uint32_t fromIndex, uint32_t toIndex, uint64_t count) in CallGraphEntry() argument178 std::vector<CallGraphEntry> callGraph;
282 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
299 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph()