Add support for looking up kernel symbols from /proc/kallsyms
authorSoren Sandmann <sandmann@daimi.au.dk>
Mon, 17 Sep 2007 01:43:07 +0000 (01:43 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Mon, 17 Sep 2007 01:43:07 +0000 (01:43 +0000)
commitf1cbdbf27c9c766ae1db854c67dce112703f8a8b
treedc34f996274ecb458d87013587bb01b6ee4dc225
parent39cb26654a9564306e6eb825e2da8c61fd36c78e
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
ChangeLog
TODO
collector.c
module/sysprof-module.c
module/sysprof-module.h
process.c
process.h
sysprof-text.c
sysprof.c