Home
last modified time | relevance | path

Searched defs:callchain (Results 1 – 11 of 11) 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/
Dreport_utils.cpp198 void Modify(std::vector<CallChainReportEntry>& callchain) override { in Modify()
212 void Modify(std::vector<CallChainReportEntry>& callchain) override { in Modify()
281 void Modify(std::vector<CallChainReportEntry>& callchain) override { in Modify()
335 void Modify(std::vector<CallChainReportEntry>& callchain) override { in Modify()
438 void CallChainReportBuilder::MarkArtFrame(std::vector<CallChainReportEntry>& callchain) { in MarkArtFrame()
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()
Dcmd_report_sample.cpp129 std::vector<CallChainReportEntry> callchain; member
452 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local
703 std::vector<CallChainReportEntry> callchain = in ProcessSampleRecord() local
796 proto::Sample_CallChainEntry* callchain = proto_sample->add_callchain(); in PrintSampleInProtobuf() local
Dcmd_report_sample.proto64 repeated CallChainEntry callchain = 3; field
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.h660 } 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
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h8667 struct perf_callchain_entry *callchain; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h7474 struct perf_callchain_entry *callchain; member