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