Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Devent_selection_set.h131 bool SetBranchSampling(uint64_t branch_sample_type);
H A Devent_selection_set.cpp520 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) { in SetBranchSampling() function in simpleperf::EventSelectionSet
H A Dcmd_record.cpp1444 if (!event_selection_set_.SetBranchSampling(branch_sampling_)) { in SetEventSelectionFlags()