| D | perf_event_record.cpp | 26 std::unique_ptr<PerfEventRecord> GetPerfEventRecord(const int type, uint8_t *p, in GetPerfEventRecord() 111 PerfEventRecord::PerfEventRecord(perf_event_type type, bool in_kernel, const std::string &name) in PerfEventRecord() function in OHOS::Developtools::HiPerf::PerfEventRecord 119 PerfEventRecord::PerfEventRecord(perf_event_hiperf_ext_type type, const std::string &name) in PerfEventRecord() function in OHOS::Developtools::HiPerf::PerfEventRecord 127 PerfEventRecord::PerfEventRecord(uint8_t *p, const std::string &name) : name_(name) in PerfEventRecord() function in OHOS::Developtools::HiPerf::PerfEventRecord 132 void PerfEventRecord::GetHeaderBinary(std::vector<uint8_t> &buf) const in GetHeaderBinary() 141 void PerfEventRecord::Dump(int indent, std::string outputFilename) const in Dump() 157 void PerfEventRecord::DumpLog(const std::string &prefix) const in DumpLog() 237 : PerfEventRecord(p, "sample") in PerfRecordSample() 418 PerfRecordMmap::PerfRecordMmap(uint8_t *p) : PerfEventRecord(p, "mmap") in PerfRecordMmap() 428 : PerfEventRecord(PERF_RECORD_MMAP, inKernel, "mmap") in PerfRecordMmap() [all …]
|