Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h122 std::vector<EntryT*> callchain; in ProcessSampleRecord() local
218 const std::vector<EntryT*>& callchain) { in InsertCallChainSample()
247 const std::vector<EntryT*>& callchain, in InsertCallChainForSample()
Dreport_sample.proto34 repeated CallChainEntry callchain = 3; field
Dcmd_report_sample.cpp282 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local
369 proto::Sample_CallChainEntry* callchain = sample->add_callchain(); in PrintSampleRecordInProtobuf() local
Dcmd_kmem.cpp43 CallChainRoot<SlabSample> callchain; // a callchain tree representing all member
216 const std::vector<SlabSample*>& callchain, in CreateCallChainSample()
Dcmd_report.cpp74 CallChainRoot<SampleEntry> callchain; member
177 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
/system/extras/perfprofd/
Dperf_data_converter.cc11 typedef std::vector<DSOAndOffset> callchain; typedef
/system/extras/perfprofd/quipper/
Dperf_parser.h89 std::vector<DSOAndOffset> callchain; member
Dperf_parser.cc311 struct ip_callchain* callchain, in MapCallchain()
Dperf_reader.cc283 struct ip_callchain* callchain = in ReadCallchain() local
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py126 def __init__(self, callchain): argument
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h118 struct ip_callchain *callchain; member
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h130 struct ip_callchain * callchain; member