Searched refs:CallChainRecord (Results 1 – 3 of 3) sorted by relevance
216 void ProcessCallChainRecord(const CallChainRecord& r);358 ProcessCallChainRecord(*static_cast<CallChainRecord*>(r)); in ProcessRecord()415 void DumpRecordCommand::ProcessCallChainRecord(const CallChainRecord& cr) { in ProcessCallChainRecord()
627 struct CallChainRecord : public Record { struct636 CallChainRecord() {} in CallChainRecord() argument638 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
1408 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()1426 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in simpleperf::CallChainRecord1452 void CallChainRecord::DumpData(size_t indent) const { in DumpData()1672 r.reset(new CallChainRecord); in ReadRecordFromBuffer()