Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (fb1301745d671efa02a978cf8683f1998861a69f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (fb1301745d671efa02a978cf8683f1998861a69f)
  • Date: Thu, 25 Jan 2007 15:29:15 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
devel/sysprof/DEPENDS | 7 +++++++
devel/sysprof/DETAILS | 18 ++++++++++++++++++
devel/sysprof/HISTORY | 2 ++
devel/sysprof/TRIGGERS | 1 +
5 files changed, 29 insertions(+)

New commits:
commit fb1301745d671efa02a978cf8683f1998861a69f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

sysprof added

diff --git a/ChangeLog b/ChangeLog
index 40e5cde..d06b7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* utils/sisctrl: A tool that allows you to tune SiS drivers from X
#9166
* security/thc-pptp-bruter: Remote pptp brute force cracker #9314
thanks to Finn Haedicke for the initial spell
+ * devel/sysprof: A sampling systemwide CPU profiler for Linux on x86
#10241

2007-01-25 Arjan Bouter <abouter AT sourcemage.org>
* x11/gkrellm-bluez: new spell
diff --git a/devel/sysprof/DEPENDS b/devel/sysprof/DEPENDS
new file mode 100755
index 0000000..8b6272d
--- /dev/null
+++ b/devel/sysprof/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+2 &&
+depends libglade2
+
+# add subdepends on linux when CONFIG* will be available
+# needs profiling support
+# also needs to depend on linux first for that, so only subdepend
+# if linux is installed, so custom-ers can be happy
diff --git a/devel/sysprof/DETAILS b/devel/sysprof/DETAILS
new file mode 100755
index 0000000..7504e6f
--- /dev/null
+++ b/devel/sysprof/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=sysprof
+ VERSION=1.0.8
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.daimi.au.dk/~sandmann/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d178fe225103b0885001e0b20cce93a0ff59ba094edab53ef144d5fa7d76a742fabe268a9b2fbf1dcab19ced7f2cc7e25dc7cd4eba52a663ff330bd21310bc20
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.daimi.au.dk/~sandmann/sysprof/";
+ LICENSE[0]=GPL
+ ENTERED=20070125
+ SHORT="A sampling systemwide CPU profiler for Linux on x86."
+cat << EOF
+Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile
+the entire system, not just a single application. It handles shared
libraries,
+and applications do not need to be recompiled. It profiles all running
+processes, not just a single application, has a nice graphical interface,
+shows the time spent in each branch of the call tree, can load and save
+profiles, and is easy to use.
+EOF
diff --git a/devel/sysprof/HISTORY b/devel/sysprof/HISTORY
new file mode 100755
index 0000000..f92a99e
--- /dev/null
+++ b/devel/sysprof/HISTORY
@@ -0,0 +1,2 @@
+2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, TRIGGERS: created spell
diff --git a/devel/sysprof/TRIGGERS b/devel/sysprof/TRIGGERS
new file mode 100755
index 0000000..5c92593
--- /dev/null
+++ b/devel/sysprof/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (fb1301745d671efa02a978cf8683f1998861a69f), Jaka Kranjc, 01/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page