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

/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.c32 #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 Dmain.h72 void (*set_perfcntrs)(struct backend *b, const struct perfcntr *perfcntrs,
H A Da6xx.c49 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 Dfd_pps_driver.h14 #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 Dfd_pps_driver.cc152 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 D20.0.0.rst1176 - 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 D19.0.0.rst1480 - freedreno: a2xx: add perfcntrs
H A D19.1.0.rst4103 - freedreno/a6xx: perfcntrs
H A D20.1.0.rst1698 - freedreno/perfcntrs: fix fd leak
H A D21.2.0.rst4497 - freedreno/perfcntrs: Re-indent

Completed in 38 milliseconds