Lines Matching defs:counters
64 // Get enabled counters
65 PPS_LOG_IMPORTANT("Selecting counters");
71 // Enable all counters
148 dsd.set_name("gpu.counters." + driver_name);
157 if (!group.counters.empty()) {
158 // Define a block for each group containing counters
163 // Associate counters to blocks
164 for (auto id : group.counters) {
178 std::vector<Counter> const &counters,
189 // Add the counters
190 for (auto const &counter : counters) {
220 PPS_LOG_FATAL("There are no counters enabled");
289 auto &counters = driver->enabled_counters;
290 add_descriptors(event, groups, counters, *driver);
314 // Use FIFO policy to avoid preemption while collecting counters