[Lunar-commits] <moonbase> sysprof: sysprof data analyser
Duncan Gibson
engelsman at lunar-linux.org
Tue Jun 2 19:20:25 CEST 2009
commit 4a0dde4e96cc364ca7e6ff0ad0a787e794002db0
Author: Auke Kok <sofar at foo-projects.org>
Date: Tue Jun 2 19:20:25 2009 +0200
sysprof: sysprof data analyser
This tool goes together with the in-kernel sysprof tracer.
---
zbeta/sysprof/DETAILS | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/zbeta/sysprof/DETAILS b/zbeta/sysprof/DETAILS
new file mode 100644
index 0000000..45dfa76
--- /dev/null
+++ b/zbeta/sysprof/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=sysprof
+ VERSION=1.0.12
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.daimi.au.dk/~sandmann/sysprof/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c5fae3caa6c7e4b7d1aa639dd8412fcb51d2cc8f
+ WEB_SITE="http://www.daimi.au.dk/~sandmann/sysprof/"
+ ENTERED=20090601
+ UPDATED=20090601
+ SHORT="system profiler (sysprof) data analysis tool"
+cat <<EOF
+Sysprof is a sampling CPU profiler for Linux that uses a kernel module
+to profile the entire system, not just a single application. Sysprof
+handles shared libraries and applications do not need to be
+recompiled. In fact they don't even have to be restarted.
+EOF
More information about the Lunar-commits
mailing list