Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h123 bool SetBranchSampling(uint64_t branch_sample_type);
Devent_selection_set.cpp413 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) { in SetBranchSampling() function in simpleperf::EventSelectionSet
Dcmd_record.cpp1200 if (!event_selection_set_.SetBranchSampling(branch_sampling_)) { in SetEventSelectionFlags()