Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h133 bool SetTracepointFilter(const std::string& filter);
Devent_selection_set.cpp502 bool EventSelectionSet::SetTracepointFilter(const std::string& filter) { in SetTracepointFilter() function in simpleperf::EventSelectionSet
Dcmd_record.cpp1089 if (!event_selection_set_.SetTracepointFilter(*value.str_value)) { in ParseOptions()