libsysprof: improve symbol categorization a bit

This commit is contained in:
Christian Hergert
2024-02-08 14:47:33 -08:00
parent 16b074b312
commit 15585d2803
2 changed files with 16 additions and 1 deletions

View File

@ -179,6 +179,8 @@ static const struct {
{ "libGL.so", "GL" },
/* Mesa and DRI Drivers */
{ "asahi_dri.so", "Mesa" },
{ "apple_dri.so", "Mesa" },
{ "crocus_dri.so", "Mesa" },
{ "i915_dri.so", "Mesa" },
{ "i965_drv_video.so", "Mesa" },