mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
elf: add more pango mappings
This commit is contained in:
@ -189,6 +189,18 @@ guess_tag (SpElfSymbolResolver *self,
|
|||||||
else if (strstr (map->filename, "/libpango-1.0."))
|
else if (strstr (map->filename, "/libpango-1.0."))
|
||||||
tag = g_quark_from_static_string ("Pango");
|
tag = g_quark_from_static_string ("Pango");
|
||||||
|
|
||||||
|
else if (strstr (map->filename, "/libpangocairo-1.0."))
|
||||||
|
tag = g_quark_from_static_string ("Pango");
|
||||||
|
|
||||||
|
else if (strstr (map->filename, "/libpangomm-1.4."))
|
||||||
|
tag = g_quark_from_static_string ("Pango");
|
||||||
|
|
||||||
|
else if (strstr (map->filename, "/libpangoft2-1.0"))
|
||||||
|
tag = g_quark_from_static_string ("Pango");
|
||||||
|
|
||||||
|
else if (strstr (map->filename, "/libpangoxft-1.0."))
|
||||||
|
tag = g_quark_from_static_string ("Pango");
|
||||||
|
|
||||||
else if (strstr (map->filename, "/libclutter-"))
|
else if (strstr (map->filename, "/libclutter-"))
|
||||||
tag = g_quark_from_static_string ("Clutter");
|
tag = g_quark_from_static_string ("Clutter");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user