Home
last modified time | relevance | path

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

12

/aosp_15_r20/system/extras/simpleperf/
H A 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()
H A 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()
H A 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
H A Dcmd_kmem.cpp44 CallChainRoot<SlabSample> callchain; // a callchain tree representing all member
204 bool in_kernel, const std::vector<SlabSample*>& callchain, in CreateCallChainSample()
H A Dcmd_report_sample.proto64 repeated CallChainEntry callchain = 3; field
H A Dcmd_report.cpp80 CallChainRoot<SampleEntry> callchain; member
212 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
H A Drecord.h660 } callchain; member
/aosp_15_r20/system/extras/simpleperf/scripts/purgatorio/templates/
H A Dmain.js132 function should_insert_callchain(callchain, items, filter_index, inverted) { argument
147 function insert_callchain(root, callchain, inverted) { argument
/aosp_15_r20/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py36 def add_callchain(self, callchain, symbol, sample): argument
72 def add_sample(self, sample, symbol, callchain): argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dsample.h64 std::vector<Frame> callchain; member
H A Drecord_parser.cc195 const std::vector<Sample::Frame>& callchain, in InternCallchain()
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dperf_data.proto320 repeated uint64 callchain = 11; field
/aosp_15_r20/out/soong/.intermediates/system/extras/simpleperf/libsimpleperf/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/extras/simpleperf/
Dcmd_report_sample.pb.h2366 inline const ::simpleperf_report_proto::Sample_CallChainEntry& Sample::callchain(int index) const { in callchain() function
2379 Sample::callchain() const { in callchain() function
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dperf_data.pb.h7480 inline uint64_t PerfDataProto_SampleEvent::callchain(int index) const { in callchain() function
7500 PerfDataProto_SampleEvent::callchain() const { in callchain() function
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h7748 struct perf_callchain_entry *callchain; member
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h6052 struct perf_callchain_entry *callchain; member
H A Dvmlinux_600.h6052 struct perf_callchain_entry *callchain; member
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h6061 struct perf_callchain_entry *callchain; member
H A Dvmlinux_602.h6061 struct perf_callchain_entry *callchain; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h8751 struct perf_callchain_entry *callchain; member
H A Dvmlinux_518.h8751 struct perf_callchain_entry *callchain; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h8667 struct perf_callchain_entry *callchain; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h6579 struct perf_callchain_entry *callchain; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h5633 struct perf_callchain_entry *callchain; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h7474 struct perf_callchain_entry *callchain; member

12