Home
last modified time | relevance | path

Searched refs:PerfRecordUnthrottle (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dperf_event_record.cpp49 return std::make_unique<PerfRecordUnthrottle>(data); in GetPerfEventRecord()
681 PerfRecordUnthrottle::PerfRecordUnthrottle(uint8_t *p) : PerfEventRecord(p, "unthrottle") in PerfRecordUnthrottle() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
689 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()
702 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData()
/developtools/hiperf/include/
Dperf_event_record.h284 class PerfRecordUnthrottle : public PerfEventRecord {
288 explicit PerfRecordUnthrottle(uint8_t *p);
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp246 PerfRecordUnthrottle record((uint8_t *)&data);