Searched defs:inKernel (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 164 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/ |
| D | unique_stack_table.h | 50 uint64_t inKernel : KERNEL_FLAG_BIT_LENGTH; member
|
| D | perf_event_record.h | 254 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 781 PerfRecordSampleMock(bool inKernel, u32 pid, u32 tid, u64 period) in PerfRecordSampleMock()
|