H A D | perf_event_record.h | 113 PerfEventRecord(perf_event_type type, bool inKernel, const std::string &name); 138 bool inKernel() in inKernel() function in OHOS::Developtools::HiPerf::PerfEventRecord 195 PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, 209 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min, 212 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item); 230 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost() argument 231 : PerfEventRecord(PERF_RECORD_LOST, inKernel, "lost") in PerfRecordLost() 245 PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm); 281 PerfRecordSample(bool inKernel, u32 pid, u32 tid, u64 period = 0, u64 time = 0, u64 id = 0) in PerfRecordSample() argument 282 : PerfEventRecord(PERF_RECORD_SAMPLE, inKernel, "sampl in PerfRecordSample() [all...] |