Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp216 void ProcessCallChainRecord(const CallChainRecord& r);
358 ProcessCallChainRecord(*static_cast<CallChainRecord*>(r)); in ProcessRecord()
415 void DumpRecordCommand::ProcessCallChainRecord(const CallChainRecord& cr) { in ProcessCallChainRecord()
Drecord.h627 struct CallChainRecord : public Record { struct
636 CallChainRecord() {} in CallChainRecord() argument
638 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
Drecord.cpp1408 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::CallChainRecord
1452 void CallChainRecord::DumpData(size_t indent) const { in DumpData()
1672 r.reset(new CallChainRecord); in ReadRecordFromBuffer()