Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Drecord.h629 struct CallChainRecord : public Record { struct
638 CallChainRecord() {} in CallChainRecord() argument
644 uint64_t Timestamp() const override { return time; } in Timestamp()
H A Drecord.cpp1427 CallChainRecord::CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in CallChainRecord() function in simpleperf::CallChainRecord