Home
last modified time | relevance | path

Searched refs:CallChainNode (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/
H A Ddebug_unwind_reporter.py45 class CallChainNode: class
58 self.callchain: List[CallChainNode] = []
75 def _get_callchain_node(self, callchain_id: int) -> CallChainNode:
78 self.callchain.append(CallChainNode())
/aosp12/system/extras/simpleperf/
H A Dcallchain.h33 struct CallChainNode { struct
37 std::vector<std::unique_ptr<CallChainNode>> children; argument
42 typedef CallChainNode<EntryT> NodeT;
H A Dcmd_kmem.cpp251 using SlabSampleCallgraphDisplayer = CallgraphDisplayer<SlabSample, CallChainNode<SlabSample>>;
H A Dcmd_report.cpp347 using ReportCmdCallgraphDisplayer = CallgraphDisplayer<SampleEntry, CallChainNode<SampleEntry>>;