Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_event_record.h384 class PerfRecordSwitch : public PerfEventRecord {
387 explicit PerfRecordSwitch(uint8_t *p);
/developtools/hiperf/src/
Dperf_event_record.cpp61 return std::make_unique<PerfRecordSwitch>(data); in GetPerfEventRecord()
848 PerfRecordSwitch::PerfRecordSwitch(uint8_t *p) : PerfEventRecord(p, "switch") in PerfRecordSwitch() function in OHOS::Developtools::HiPerf::PerfRecordSwitch
856 bool PerfRecordSwitch::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp647 PerfRecordSwitch record((uint8_t *)&data);