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