Searched defs:callchain (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | sample_tree.h | 125 std::vector<EntryT*> callchain; in ProcessSampleRecord() local 224 const std::vector<EntryT*>& callchain) { in InsertCallChainSample() 253 const std::vector<EntryT*>& callchain, in InsertCallChainForSample()
|
D | report_sample.proto | 38 repeated CallChainEntry callchain = 3; field
|
D | cmd_report_sample.cpp | 346 const proto::Sample_CallChainEntry& callchain = sample.callchain(i); in DumpProtobufReport() local 539 proto::Sample_CallChainEntry* callchain = sample->add_callchain(); in PrintSampleRecordInProtobuf() local
|
D | cmd_kmem.cpp | 43 CallChainRoot<SlabSample> callchain; // a callchain tree representing all member 216 const std::vector<SlabSample*>& callchain, in CreateCallChainSample()
|
D | cmd_report.cpp | 73 CallChainRoot<SampleEntry> callchain; member 200 const std::vector<SampleEntry*>& callchain, in CreateCallChainSample()
|
/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
|
/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 149 def __init__(self, pid, tid, unwinding_result, callchain, sample_record): argument 259 def is_callchain_complete(callchain): argument
|