Home
last modified time | relevance | path

Searched refs:ExcludeKernelCallChain (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Drecord_test.cpp64 ASSERT_TRUE(r.ExcludeKernelCallChain()); in TEST_F()
68 ASSERT_TRUE(r1.ExcludeKernelCallChain()); in TEST_F()
77 ASSERT_TRUE(r3.ExcludeKernelCallChain()); in TEST_F()
87 ASSERT_FALSE(r5.ExcludeKernelCallChain()); in TEST_F()
89 ASSERT_FALSE(r6.ExcludeKernelCallChain()); in TEST_F()
95 ASSERT_TRUE(r7.ExcludeKernelCallChain()); in TEST_F()
Drecord.h400 bool ExcludeKernelCallChain();
Dcmd_record.cpp1416 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordAfterUnwinding()
1435 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordWithoutUnwinding()
Drecord.cpp599 bool SampleRecord::ExcludeKernelCallChain() { in ExcludeKernelCallChain() function in simpleperf::SampleRecord