gfxstream: revert "gfxstream: Remove unnecessary tag to simplify perfetto trace config"

Breaks emulator 26Q1 release.

Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39205>
This commit is contained in:
Andrew Sinclair 2026-01-06 10:34:51 -08:00 committed by Gurchetan Singh
parent 8f8bc7ca3b
commit 89ffdf8c5a

View file

@ -46,7 +46,9 @@
#define GFXSTREAM_TRACE_DEFAULT_CATEGORY "gfxstream.default"
PERFETTO_DEFINE_CATEGORIES(
perfetto::Category(GFXSTREAM_TRACE_DEFAULT_CATEGORY));
perfetto::Category(GFXSTREAM_TRACE_DEFAULT_CATEGORY)
.SetDescription("Default events")
.SetTags("default"));
#endif // HAVE_PERFETTO