mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
39cb26654a
commit
f1cbdbf27c
13
ChangeLog
13
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
|
||||
|
||||
Reference in New Issue
Block a user