Searched refs:counter_id (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.cc38 uint32_t find_id_within_group(uint32_t counter_id, const struct panfrost_perf_config *cfg) argument
42 if (counter_id < cat->n_counters) {
45 counter_id -= cat->n_counters;
48 return counter_id;
106 void PanfrostDriver::enable_counter(const uint32_t counter_id) argument
108 enabled_counters.push_back(counters[counter_id]);
H A Dpan_pps_driver.h38 void enable_counter(uint32_t counter_id) override;
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_config.cc73 uint32_t counter_id = 0; local in function:to_counter_id
75 auto res = std::from_chars(view.data(), view.data() + view.size(), counter_id);
80 return counter_id;
112 if (auto counter_id = to_counter_id(id)) { local in function:main
113 counter_ids.push_back(*counter_id);
H A Dpps_driver.h52 virtual void enable_counter(uint32_t counter_id) = 0;
H A Dpps_datasource.cc65 uint32_t counter_id = it->as_uint32(); local in function:pps::GpuDataSource::OnSetup
66 driver->enable_counter(counter_id);
/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.h48 void enable_counter(uint32_t counter_id) override;
H A Dintel_pps_driver.cc34 void IntelDriver::enable_counter(uint32_t counter_id) argument
36 auto &counter = counters[counter_id];
43 counter_id,
61 for (uint32_t counter_id : group.counters) { local in function:pps::IntelDriver::enable_all_counters
62 auto &counter = counters[counter_id];
/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.h25 void enable_counter(uint32_t counter_id) override;
H A Dfd_pps_driver.cc190 FreedrenoDriver::enable_counter(const uint32_t counter_id) argument
192 enabled_counters.push_back(counters[counter_id]);
/xsrc/external/mit/MesaLib/dist/src/panfrost/perf/
H A Dpan_gen_perf.py180 counter_id = 0
195 assert counter_id < n_counters
209 counter_id += 1

Completed in 8 milliseconds