Searched refs:CallChainRecord (Results 1 – 3 of 3) sorted by relevance
202 void ProcessCallChainRecord(const CallChainRecord& r);345 ProcessCallChainRecord(*static_cast<CallChainRecord*>(r)); in ProcessRecord()401 void DumpRecordCommand::ProcessCallChainRecord(const CallChainRecord& cr) { in ProcessCallChainRecord()
576 struct CallChainRecord : public Record { struct585 explicit CallChainRecord(char* p); argument587 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
1161 CallChainRecord::CallChainRecord(char* p) : Record(p) { in CallChainRecord() function in simpleperf::CallChainRecord1176 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in simpleperf::CallChainRecord1202 void CallChainRecord::DumpData(size_t indent) const { in DumpData()1389 return std::unique_ptr<Record>(new CallChainRecord(p)); in ReadRecordFromBuffer()