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