Lines Matching refs:inKernel
113 PerfEventRecord(perf_event_type type, bool inKernel, const std::string &name);
138 bool inKernel()
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)
231 : PerfEventRecord(PERF_RECORD_LOST, inKernel, "lost")
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)
282 : PerfEventRecord(PERF_RECORD_SAMPLE, inKernel, "sample")