Searched refs:CallChainRecord (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | record.h | 510 struct CallChainRecord : public Record { struct 519 explicit CallChainRecord(char* p); argument 521 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
|
D | cmd_dumprecord.cpp | 204 CallChainRecord& cr = *static_cast<CallChainRecord*>(r.get()); in DumpDataSection()
|
D | record.cpp | 1072 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in CallChainRecord 1087 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in CallChainRecord 1113 void CallChainRecord::DumpData(size_t indent) const { in DumpData() 1223 return std::unique_ptr<Record>(new CallChainRecord(p)); in ReadRecordFromBuffer()
|
D | cmd_debug_unwind.cpp | 330 if (!writer_->WriteRecord(CallChainRecord(pid, tid, type, sr.Timestamp(), ips, sps))) { in JoinCallChains()
|
/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 292 class CallChainRecord(object): class 314 record = CallChainRecord()
|