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

/system/extras/simpleperf/
H A Dcallchain.h31 struct CallChainNode { struct
35 std::vector<std::unique_ptr<CallChainNode>> children;
40 typedef CallChainNode<EntryT> NodeT;
H A Dcmd_kmem.cpp266 CallgraphDisplayer<SlabSample, CallChainNode<SlabSample>>;
H A Dcmd_report.cpp345 CallgraphDisplayer<SampleEntry, CallChainNode<SampleEntry>>;
/system/extras/simpleperf/scripts/
H A Ddebug_unwind_reporter.py130 class CallChainNode(object): class in inherits:object
371 record.callchain.append(CallChainNode(ips[j], sps[j], filenames[j], vaddr_in_files[j],

Completed in 116 milliseconds