Searched refs:PerfRecordUnthrottle (Results 1 – 3 of 3) sorted by relevance
299 class PerfRecordUnthrottle : public PerfEventRecord {303 explicit PerfRecordUnthrottle(uint8_t *p);
55 return std::make_unique<PerfRecordUnthrottle>(data); in GetPerfEventRecord()774 PerfRecordUnthrottle::PerfRecordUnthrottle(uint8_t *p) : PerfEventRecord(p, "unthrottle") in PerfRecordUnthrottle() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle782 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()795 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData()
246 PerfRecordUnthrottle record((uint8_t *)&data);