Home
last modified time | relevance | path

Searched defs:inKernel (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dperf_event_record.cpp164 void PerfEventRecord::Init(const perf_event_type type, const bool inKernel) in Init()
288 PerfRecordMmap::PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap()
343 PerfRecordMmap2::PerfRecordMmap2(const bool inKernel, const u32 pid, const u32 tid, const u64 addr,… in PerfRecordMmap2()
366 PerfRecordMmap2::PerfRecordMmap2(const bool inKernel, const u32 pid, const u32 tid, std::shared_ptr… in PerfRecordMmap2()
463 PerfRecordComm::PerfRecordComm(const bool inKernel, const u32 pid, const u32 tid, const std::string… in PerfRecordComm()
/developtools/hiperf/include/
Dunique_stack_table.h50 uint64_t inKernel : KERNEL_FLAG_BIT_LENGTH; member
Dperf_event_record.h254 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost()
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp781 PerfRecordSampleMock(bool inKernel, u32 pid, u32 tid, u64 period) in PerfRecordSampleMock()