Searched refs:perfcntrs (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | main.c | 32 #include "perfcntrs/freedreno_perfcntr.h" 204 struct perfcntr *perfcntrs = NULL; local in function:main 282 perfcntrs = parse_perfcntrs(dev_id, perfcntrstr, &num_perfcntrs); 283 backend->set_perfcntrs(backend, perfcntrs, num_perfcntrs); 309 printf("%s:\t%'" PRIu64 "\n", perfcntrs[i].name, results[i]);
|
| H A D | main.h | 72 void (*set_perfcntrs)(struct backend *b, const struct perfcntr *perfcntrs,
|
| H A D | a6xx.c | 49 const struct perfcntr *perfcntrs; member in struct:a6xx_backend 433 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; 443 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; 463 const struct perfcntr *counter = &a6xx_backend->perfcntrs[i]; 487 a6xx_set_perfcntrs(struct backend *b, const struct perfcntr *perfcntrs, argument 492 a6xx_backend->perfcntrs = perfcntrs;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/ |
| H A D | fd_pps_driver.h | 14 #include "perfcntrs/freedreno_dt.h" 15 #include "perfcntrs/freedreno_perfcntr.h" 52 const struct fd_perfcntr_group *perfcntrs; member in class:pps::FreedrenoDriver 57 * into this matches the index into perfcntrs
|
| H A D | fd_pps_driver.cc | 152 perfcntrs = fd_perfcntrs(fd_pipe_dev_id(pipe), &num_perfcntrs); 340 const struct fd_perfcntr_group *g = &d->perfcntrs[i];
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 1176 - freedreno/perfcntrs: fix fd leak 1798 - freedreno/perfcntrs: add a2xx MH counters 1799 - freedreno/perfcntrs/fdperf: fix u64 print on 32-bit builds 1800 - freedreno/perfcntrs/fdperf: add missing a20x compatible 1801 - freedreno/perfcntrs/fdperf: add missing a2xx case in select_counter 2935 - freedreno/perfcntrs: small cleanup 2936 - freedreno/perfcntrs: remove gallium dependencies 2937 - freedreno/perfcntrs: move to shared location 2938 - freedreno/perfcntrs: add accessor to get per-gen tables 2940 - freedreno/perfcntrs/a6x [all...] |
| H A D | 19.0.0.rst | 1480 - freedreno: a2xx: add perfcntrs
|
| H A D | 19.1.0.rst | 4103 - freedreno/a6xx: perfcntrs
|
| H A D | 20.1.0.rst | 1698 - freedreno/perfcntrs: fix fd leak
|
| H A D | 21.2.0.rst | 4497 - freedreno/perfcntrs: Re-indent
|
Completed in 38 milliseconds