Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_test.cpp69 ASSERT_FALSE(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.h417 bool ExcludeKernelCallChain();
Dcmd_record.cpp1712 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordAfterUnwinding()
1729 if (r.InKernel() && exclude_kernel_callchain_ && !r.ExcludeKernelCallChain()) { in SaveRecordWithoutUnwinding()
Drecord.cpp735 bool SampleRecord::ExcludeKernelCallChain() { in ExcludeKernelCallChain() function in simpleperf::SampleRecord