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