Home
last modified time | relevance | path

Searched defs:callchain (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/scripts/purgatorio/templates/
Dmain.js132 function should_insert_callchain(callchain, items, filter_index, inverted) { argument
147 function insert_callchain(root, callchain, inverted) { argument
/system/extras/simpleperf/
Dsample_tree.h120 std::vector<EntryT*> callchain; in ProcessSampleRecord() local
229 const std::vector<EntryT*>& callchain) { in InsertCallChainSample()
244 void InsertCallChainForSample(EntryT* sample, const std::vector<EntryT*>& callchain, in InsertCallChainForSample()
Dreport_utils.cpp257 void CallChainReportBuilder::MarkArtFrame(std::vector<CallChainReportEntry>& callchain) { in MarkArtFrame()
295 void CallChainReportBuilder::ConvertJITFrame(std::vector<CallChainReportEntry>& callchain) { in ConvertJITFrame()
359 void CallChainReportBuilder::DeObfuscateJavaMethods(std::vector<CallChainReportEntry>& callchain) { in DeObfuscateJavaMethods()
Dcmd_report_sample.proto64 repeated CallChainEntry callchain = 3; field
Dcmd_report_sample.cpp407 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local
676 proto::Sample_CallChainEntry* callchain = sample->add_callchain(); in PrintSampleRecordInProtobuf() local
Dcmd_kmem.cpp44 CallChainRoot<SlabSample> callchain; // a callchain tree representing all member
204 bool in_kernel, const std::vector<SlabSample*>& callchain, in CreateCallChainSample()
Dcmd_report.cpp80 CallChainRoot<SampleEntry> callchain; member
212 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
Drecord.h658 } callchain; member
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py36 def add_callchain(self, callchain, symbol, sample): argument
72 def add_sample(self, sample, symbol, callchain): argument