Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h125 std::vector<EntryT*> callchain; in ProcessSampleRecord() local
224 const std::vector<EntryT*>& callchain) { in InsertCallChainSample()
253 const std::vector<EntryT*>& callchain, in InsertCallChainForSample()
Dreport_sample.proto38 repeated CallChainEntry callchain = 3; field
Dcmd_report_sample.cpp346 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local
539 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.cpp73 CallChainRoot<SampleEntry> callchain; member
200 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
/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/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py149 def __init__(self, pid, tid, unwinding_result, callchain, sample_record): argument
259 def is_callchain_complete(callchain): argument