Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A 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()
H A Drecord.h417 bool ExcludeKernelCallChain();
H A Dcmd_record.cpp1683 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordAfterUnwinding()
1700 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordWithoutUnwinding()
H A Drecord.cpp735 bool SampleRecord::ExcludeKernelCallChain() { in ExcludeKernelCallChain() function in simpleperf::SampleRecord