Home
last modified time | relevance | path

Searched defs:CallChainRecord (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Drecord.h576 struct CallChainRecord : public Record { struct
585 explicit CallChainRecord(char* p); argument
590 uint64_t Timestamp() const override { return time; } in Timestamp()
H A 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