Searched defs:callchain (Results 1 – 9 of 9) sorted by relevance
| /system/extras/simpleperf/scripts/purgatorio/templates/ |
| D | main.js | 132 function should_insert_callchain(callchain, items, filter_index, inverted) { argument 147 function insert_callchain(root, callchain, inverted) { argument
|
| /system/extras/simpleperf/ |
| D | sample_tree.h | 120 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()
|
| D | report_utils.cpp | 257 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()
|
| D | cmd_report_sample.proto | 64 repeated CallChainEntry callchain = 3; field
|
| D | cmd_report_sample.cpp | 407 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local 676 proto::Sample_CallChainEntry* callchain = sample->add_callchain(); in PrintSampleRecordInProtobuf() local
|
| D | cmd_kmem.cpp | 44 CallChainRoot<SlabSample> callchain; // a callchain tree representing all member 204 bool in_kernel, const std::vector<SlabSample*>& callchain, in CreateCallChainSample()
|
| D | cmd_report.cpp | 80 CallChainRoot<SampleEntry> callchain; member 212 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
|
| D | record.h | 658 } callchain; member
|
| /system/extras/simpleperf/scripts/inferno/ |
| D | data_types.py | 36 def add_callchain(self, callchain, symbol, sample): argument 72 def add_sample(self, sample, symbol, callchain): argument
|