mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
elf: tag GtkSourceView symbols
We see this library enough in the platform that it is work tagging.
This commit is contained in:
@ -171,6 +171,9 @@ guess_tag (SpElfSymbolResolver *self,
|
|||||||
else if (strstr (map->filename, "/libgdk-3."))
|
else if (strstr (map->filename, "/libgdk-3."))
|
||||||
tag = g_quark_from_static_string ("Gdk");
|
tag = g_quark_from_static_string ("Gdk");
|
||||||
|
|
||||||
|
else if (strstr (map->filename, "/libgtksourceview-3.0"))
|
||||||
|
tag = g_quark_from_static_string ("GtkSourceView");
|
||||||
|
|
||||||
else if (strstr (map->filename, "/libpixman-1"))
|
else if (strstr (map->filename, "/libpixman-1"))
|
||||||
tag = g_quark_from_static_string ("Pixman");
|
tag = g_quark_from_static_string ("Pixman");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user