panfrost: Add a performance counter dump utility
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 15 Jun 2021 22:59:33 +0000 (18:59 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 9 Jul 2021 23:15:28 +0000 (23:15 +0000)
commitc20dde51797b37950f8067f451221b1daf7cd413
treedf8593c236381f0ad19ec2f7923b394203d641c4
parent7748ab117f04914878653954001b68ccf4b0f5af
panfrost: Add a performance counter dump utility

This uses Antonio's src/panfrost/perf for all the heavylifting, just
like the Perfetto producer. Unlike the Perfetto producer, it has no
dependencies and is a lot less useful. But it's a good smoke test.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11733>
src/panfrost/perf/meson.build
src/panfrost/perf/quick.c [new file with mode: 0644]