HomeSort by relevance Sort by last modified time
    Searched refs:inplace_samplers (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
event_selection_set.h 132 std::vector<std::unique_ptr<InplaceSamplerClient>> inplace_samplers; member in struct:EventSelectionSet::EventSelection
event_selection_set.cpp 153 if (!selection.inplace_samplers.empty()) {
154 attr_id.ids.push_back(selection.inplace_samplers[0]->Id());
447 selection.inplace_samplers.push_back(std::move(sampler));
540 for (auto& sampler : selection.inplace_samplers) {
651 for (auto& sampler : sel.inplace_samplers) {
858 for (auto& sampler : sel.inplace_samplers) {

Completed in 1057 milliseconds