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() function185 std::vector<CallGraphEntry> callGraph;
285 for (const CallGraphEntry &entry : obj->callGraph) { in extractCallGraphProfile()
319 std::vector<CallGraphEntry> &callGraph) { in parseCallGraph()