Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp202 void ProcessCallChainRecord(const CallChainRecord& r);
345 ProcessCallChainRecord(*static_cast<CallChainRecord*>(r)); in ProcessRecord()
401 void DumpRecordCommand::ProcessCallChainRecord(const CallChainRecord& cr) { in ProcessCallChainRecord()
Drecord.h576 struct CallChainRecord : public Record { struct
585 explicit CallChainRecord(char* p); argument
587 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
Drecord.cpp1161 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in simpleperf::CallChainRecord
1176 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in simpleperf::CallChainRecord
1202 void CallChainRecord::DumpData(size_t indent) const { in DumpData()
1389 return std::unique_ptr<Record>(new CallChainRecord(p)); in ReadRecordFromBuffer()