summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@daimi.au.dk>2007-09-17 01:43:07 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2007-09-17 01:43:07 +0000
commitf1cbdbf27c9c766ae1db854c67dce112703f8a8b (patch)
treedc34f996274ecb458d87013587bb01b6ee4dc225 /ChangeLog
parent39cb26654a9564306e6eb825e2da8c61fd36c78e (diff)
Add support for looking up kernel symbols from /proc/kallsyms
2007-09-16 Soren Sandmann <sandmann@daimi.au.dk> * process.c (process_lookup_kernel_symbol): Add support for looking up kernel symbols from /proc/kallsyms * sysprof-text.c (dump_data): Print note that the file is being saved. * module/sysprof-module.[ch] (timer_notify): Send a copy of the kernel stack to userspace. * collector.c: Do kernel symbol lookups. svn path=/trunk/; revision=372
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3a9fb8..d22a90a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-09-16 Soren Sandmann <sandmann@daimi.au.dk>
+
+ * process.c (process_lookup_kernel_symbol): Add support for
+ looking up kernel symbols from /proc/kallsyms
+
+ * sysprof-text.c (dump_data): Print note that the file is being
+ saved.
+
+ * module/sysprof-module.[ch] (timer_notify): Send a copy of the
+ kernel stack to userspace.
+
+ * collector.c: Do kernel symbol lookups.
+
2007-08-26 Soren Sandmann <sandmann@daimi.au.dk>
* profile.c (profile_get_size): Compute the size by simply summing