Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_test.cpp69 ASSERT_TRUE(r.ExcludeKernelCallChain()); in TEST_F()
73 ASSERT_TRUE(r1.ExcludeKernelCallChain()); in TEST_F()
84 ASSERT_TRUE(r3.ExcludeKernelCallChain()); in TEST_F()
96 ASSERT_FALSE(r5.ExcludeKernelCallChain()); in TEST_F()
98 ASSERT_FALSE(r6.ExcludeKernelCallChain()); in TEST_F()
104 ASSERT_TRUE(r7.ExcludeKernelCallChain()); in TEST_F()
Drecord.h416 bool ExcludeKernelCallChain();
Dcmd_record.cpp1653 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordAfterUnwinding()
1670 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordWithoutUnwinding()
Drecord.cpp730 bool SampleRecord::ExcludeKernelCallChain() { in ExcludeKernelCallChain() function in simpleperf::SampleRecord