[sysprof] elf: tag GtkSourceView symbols
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] elf: tag GtkSourceView symbols
- Date: Thu, 21 Apr 2016 03:36:12 +0000 (UTC)
commit e759f2999fb7a9f1e7e1c5f4748eeb9672cb5ae4
Author: Christian Hergert <christian hergert me>
Date: Wed Apr 20 20:36:01 2016 -0700
elf: tag GtkSourceView symbols
We see this library enough in the platform that it is work tagging.
lib/sp-elf-symbol-resolver.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/sp-elf-symbol-resolver.c b/lib/sp-elf-symbol-resolver.c
index c034378..a2ea7c9 100644
--- a/lib/sp-elf-symbol-resolver.c
+++ b/lib/sp-elf-symbol-resolver.c
@@ -171,6 +171,9 @@ guess_tag (SpElfSymbolResolver *self,
else if (strstr (map->filename, "/libgdk-3."))
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"))
tag = g_quark_from_static_string ("Pixman");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]