Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h223 bool IsBranchSamplingSupported();
Devent_selection_set.cpp40 bool IsBranchSamplingSupported() { in IsBranchSamplingSupported() function
405 if (branch_sample_type != 0 && !IsBranchSamplingSupported()) { in SetBranchSampling()
Dcmd_record_test.cpp216 if (IsBranchSamplingSupported()) { in TEST()