Home
last modified time | relevance | path

Searched refs:IsDwarfCallChainSamplingSupported (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_record_test.cpp269 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST()
291 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST()
298 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST()
306 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST()
425 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST()
H A Devent_selection_set.h245 bool IsDwarfCallChainSamplingSupported();
H A Devent_selection_set.cpp53 bool IsDwarfCallChainSamplingSupported() { in IsDwarfCallChainSamplingSupported() function
554 if (!IsDwarfCallChainSamplingSupported()) { in EnableDwarfCallChainSampling()
H A Dcmd_list.cpp443 if (IsDwarfCallChainSamplingSupported()) { in ShowFeatures()
H A Dcmd_report_test.cpp713 ASSERT_TRUE(IsDwarfCallChainSamplingSupported()); in TEST_F()