Home
last modified time | relevance | path

Searched refs:CallChainRecord (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_dumprecord.cpp153 void ProcessCallChainRecord(const CallChainRecord& r);
293 ProcessCallChainRecord(*static_cast<CallChainRecord*>(r)); in ProcessRecord()
351 void DumpRecordCommand::ProcessCallChainRecord(const CallChainRecord& cr) { in ProcessCallChainRecord()
Drecord.h586 struct CallChainRecord : public Record { struct
595 explicit CallChainRecord(char* p); argument
597 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
Drecord.cpp1173 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in CallChainRecord
1188 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in CallChainRecord
1214 void CallChainRecord::DumpData(size_t indent) const { in DumpData()
1330 return std::unique_ptr<Record>(new CallChainRecord(p)); in ReadRecordFromBuffer()
Dcmd_debug_unwind.cpp331 if (!writer_->WriteRecord(CallChainRecord(pid, tid, type, sr.Timestamp(), ips, sps))) { in JoinCallChains()
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py292 class CallChainRecord(object): class
314 record = CallChainRecord()