Home
last modified time | relevance | path

Searched refs:IsBranchSamplingSupported (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.h220 bool IsBranchSamplingSupported();
Devent_selection_set.cpp42 bool IsBranchSamplingSupported() { in IsBranchSamplingSupported() function
420 if (branch_sample_type != 0 && !IsBranchSamplingSupported()) { in SetBranchSampling()
Dcmd_record_test.cpp212 if (IsBranchSamplingSupported()) { in TEST()