Lines Matching refs:counters
62 // Get enabled counters
63 PPS_LOG_IMPORTANT("Selecting counters");
69 // Enable all counters
144 dsd.set_name("gpu.counters." + driver_name);
153 if (!group.counters.empty()) {
154 // Define a block for each group containing counters
159 // Associate counters to blocks
160 for (auto id : group.counters) {
174 std::vector<Counter> const &counters,
185 // Add the counters
186 for (auto const &counter : counters) {
216 PPS_LOG_FATAL("There are no counters enabled");
255 auto &counters = driver->enabled_counters;
257 add_descriptors(event, groups, counters, *driver);
267 // Use FIFO policy to avoid preemption while collecting counters