Whamcloud - gitweb
b=15977 analyse only consistent part of the log
authorVitaly Fertman <Vitaly.Fertman@Sun.COM>
Thu, 11 Feb 2010 20:39:25 +0000 (12:39 -0800)
committerRobert Read <rread@sun.com>
Thu, 11 Feb 2010 20:39:25 +0000 (12:39 -0800)
commit744f5f8e6d8b902953431b0a39542b86c09275b1
tree56c9ef491c68917380f41bb9f84b4c8fa37701c9
parent6c80ca6ae2fdecc8653b8309b61d602c2746033d
b=15977 analyse only consistent part of the log

due to debug log buffer overflow, old messages are lost;
as each CPU has its own buffers which overflows at different time,
it may happen that FREE is lost for still existing ALLOC;
make leak_finder to analyze the log since the oldest overflow time.

i=rread
i=green
libcfs/include/libcfs/libcfs_debug.h
libcfs/libcfs/darwin/darwin-tracefile.c
libcfs/libcfs/linux/linux-tracefile.c
libcfs/libcfs/linux/linux-tracefile.h
libcfs/libcfs/tracefile.c
libcfs/libcfs/winnt/winnt-tracefile.c
lnet/utils/debug.c
lustre/tests/conf-sanity.sh
lustre/tests/leak_finder.pl