Home
last modified time | relevance | path

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

/developtools/hiperf/include/
H A Dperf_event_record.h317 class PerfRecordUnthrottle : public PerfEventRecord { class
321 explicit PerfRecordUnthrottle(uint8_t *p);
/developtools/hiperf/src/
H A Dperf_event_record.cpp56 return std::make_unique<PerfRecordUnthrottle>(data); in GetPerfEventRecord()
925 PerfRecordUnthrottle::PerfRecordUnthrottle(uint8_t *p) : PerfEventRecord(p, "unthrottle") in PerfRecordUnthrottle() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
934 HLOGE("PerfRecordUnthrottle retren failed !!!"); in PerfRecordUnthrottle()
938 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()
951 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData()
/developtools/hiperf/test/unittest/common/native/
H A Dperf_event_record_test.cpp246 PerfRecordUnthrottle record((uint8_t *)&data); in HWTEST_F()

Completed in 5 milliseconds