Searched refs:PerfRecordSwitchCpuWide (Results 1 – 3 of 3) sorted by relevance
425 class PerfRecordSwitchCpuWide : public PerfEventRecord {428 explicit PerfRecordSwitchCpuWide(uint8_t *p);
69 return std::make_unique<PerfRecordSwitchCpuWide>(data); in GetPerfEventRecord()963 PerfRecordSwitchCpuWide::PerfRecordSwitchCpuWide(uint8_t *p) : PerfEventRecord(p, "switchCpuWide") in PerfRecordSwitchCpuWide() function in OHOS::Developtools::HiPerf::PerfRecordSwitchCpuWide971 bool PerfRecordSwitchCpuWide::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()985 void PerfRecordSwitchCpuWide::DumpData(int indent) const in DumpData()
670 PerfRecordSwitchCpuWide record((uint8_t *)&data);