Searched refs:PerfRecordThrottle (Results 1 – 3 of 3) sorted by relevance
289 class PerfRecordThrottle : public PerfEventRecord {293 PerfRecordThrottle(uint8_t *p);
53 return std::make_unique<PerfRecordThrottle>(data); in GetPerfEventRecord()746 PerfRecordThrottle::PerfRecordThrottle(uint8_t *p) : PerfEventRecord(p, "throttle") in PerfRecordThrottle() function in OHOS::Developtools::HiPerf::PerfRecordThrottle754 bool PerfRecordThrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()768 void PerfRecordThrottle::DumpData(int indent) const in DumpData()
223 PerfRecordThrottle record((uint8_t *)&data);