Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/pmdas/linux/ksym.c | 117
+++++++++++++++++++++------------------------
src/pmdas/linux/pmda.c | 52 ++++++++++----------
src/pmdas/linux/proc_pid.c | 32 +++++++++++-
src/pmdas/linux/proc_pid.h | 5 +
4 files changed, 119 insertions(+), 87 deletions(-)
commit 4688a3813242a4f799f87d32e24868cb02258190
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 5 11:03:18 2008 +1000
Fix the Linux proc.psinfo.wchan_s metric for recent kernels.
If /proc/<pid>/wchan exists use it to obtain the wchan symbol
in preference to the older ksyms/System.map based method.
Fix some memory leaks in the old string handling code as well.
commit 9c2ccf8d499c751f466782d396cade8ea07d908b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 5 10:57:52 2008 +1000
Code cleanup in Linux ksym.c code - static functions, whitespace,
etc.
|