Home
last modified time | relevance | path

Searched refs:inKernel (Results 1 - 7 of 7) sorted by relevance

/developtools/hiperf/include/
H A Dperf_event_record.h113 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...]
H A Dunique_stack_table.h50 uint64_t inKernel : KERNEL_FLAG_BIT_LENGTH; member
/developtools/hiperf/src/
H A Dunique_stack_table.cpp90 node.section.inKernel = !!(thisIp & IP_IN_KERNEL); in PutIpInSlot()
173 node->section.inKernel ? (node->section.ip | KERNEL_PREFIX) : node->section.ip); in GetIpsByStackId()
H A Dperf_event_record.cpp158 PerfEventRecord::PerfEventRecord(perf_event_type type, bool inKernel, const std::string &name) in PerfEventRecord() argument
162 header.misc = inKernel ? PERF_RECORD_MISC_KERNEL : PERF_RECORD_MISC_USER; in PerfEventRecord()
621 PerfRecordMmap::PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap() argument
623 : PerfEventRecord(PERF_RECORD_MMAP, inKernel, "mmap") in PerfRecordMmap()
682 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap2() argument
685 : PerfEventRecord(PERF_RECORD_MMAP2, inKernel, "mmap2") in PerfRecordMmap2()
705 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item) in PerfRecordMmap2() argument
706 : PerfEventRecord(PERF_RECORD_MMAP2, inKernel, "mmap2") in PerfRecordMmap2()
821 PerfRecordComm::PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) in PerfRecordComm() argument
822 : PerfEventRecord(PERF_RECORD_COMM, inKernel, "com in PerfRecordComm()
[all...]
H A Dvirtual_runtime.cpp419 if (node->section.inKernel) { in CollectDedupSymbol()
556 !sample.inKernel() || sample.data_.nr == 0) { in NeedDropKernelCallChain()
661 HLOGV(" MMAP: %s dso '%s' (0x%llx-0x%llx)@0x%llx", recordMmap.inKernel() ? "kernel" : "user", in UpdateFromRecord()
669 } else if (recordMmap.inKernel()) { in UpdateFromRecord()
713 std::make_unique<PerfRecordMmap2>(recordMmap2.inKernel(), recordMmap2.data_.pid, recordMmap2.data_.tid, in CheckValidSandBoxMmap()
725 std::make_unique<PerfRecordMmap2>(recordMmap2.inKernel(), recordMmap2.data_.pid, recordMmap2.data_.tid, in CheckValidSandBoxMmap()
732 std::make_unique<PerfRecordMmap2>(recordMmap2.inKernel(), recordMmap2.data_.pid, recordMmap2.data_.tid, in CheckValidSandBoxMmap()
769 HLOGV(" MMAP2: %s dso '%s' (0x%llx-0x%llx)@0x%llx prot:%u", recordMmap2.inKernel() ? "kernel" : "user", in UpdateFromRecord()
H A Dsubcommand_record.cpp1677 perf_callchain_context context = sample->inKernel() ? PERF_CONTEXT_KERNEL in CollectSymbol()
/developtools/hiperf/test/unittest/common/native/
H A Dreport_test.cpp766 PerfRecordSampleMock(bool inKernel, u32 pid, u32 tid, u64 period) in HWTEST_F() argument
767 : PerfRecordSample(inKernel, pid, tid, period) in HWTEST_F()

Completed in 9 milliseconds