mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 16:00:24 +01:00
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:
parent
8f8bc7ca3b
commit
89ffdf8c5a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue