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

@ -5,7 +5,10 @@ Pixman:
pixman* paint inherit
EGL:
egl* paint inherit
egl* graphics inherit
_egl* graphics inherit
dri_* graphics inherit
dri2_* graphics inherit
FontConfig:
@ -104,6 +107,16 @@ g_value_type_transformable type-system inherit
GTK 4:
gsk_gl_command_queue* graphics inherit
gsk_gl_frame_* graphics inherit
gsk_gl_image_bind_* graphics inherit
gsk_gl_image_new graphics inherit
gsk_gpu_render_pass_op_gl_* graphics inherit
*_op_gl_command graphics inherit
*_op_gl_command_n graphics inherit
*_use_program graphics inherit
*_setup_vao graphics inherit
*_op_alloc memory
gsk_gpu_frame_alloc_op memory
gdk_cairo* paint inherit
gtk_widget_snapshot paint inherit

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" },