Browse Source

Clifford Wolf:

Added package oprofile (this time with checksum).


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2181 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 21 years ago
parent
commit
a4f94e6576
2 changed files with 59 additions and 0 deletions
  1. +10
    -0
      package/base/oprofile/depmod.patch
  2. +49
    -0
      package/base/oprofile/oprofile.desc

+ 10
- 0
package/base/oprofile/depmod.patch

@ -0,0 +1,10 @@
--- ./Makefile.in.orig 2004-01-10 13:24:42.000000000 +0100
+++ ./Makefile.in 2004-01-10 13:24:55.000000000 +0100
@@ -545,7 +545,6 @@
@kernel_support_FALSE@install-exec-local:
@kernel_support_FALSE@ -mkdir -p $(MODINSTALLDIR)/oprofile
@kernel_support_FALSE@ cp module/oprofile-module.o $(MODINSTALLDIR)/oprofile/oprofile.o
-@kernel_support_FALSE@ if test $(KVERS) = "`uname -r`"; then depmod -a ; fi
@kernel_support_FALSE@clean-local:
@kernel_support_FALSE@ rm -f module/*.o module/@OPROFILE_MODULE_ARCH@/*.o \

+ 49
- 0
package/base/oprofile/oprofile.desc

@ -0,0 +1,49 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/base/oprofile/oprofile.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] System-wide profiler for Linux systems
[T] OProfile is a system-wide profiler for Linux systems, capable of profiling
[T] all running code at low overhead. OProfile is released under the GNU GPL.
[T]
[T] It consists of a kernel driver and a daemon for collecting sample data,
[T] and several post-profiling tools for turning data into information.
[T]
[T] OProfile leverages the hardware performance counters of the CPU to
[T] enable profiling of a wide variety of interesting statistics, which
[T] can also be used for basic time-spent profiling. All code is profiled:
[T] hardware and software interrupt handlers, kernel modules, the kernel,
[T] shared libraries, and applications.
[A] John Levon <levon@movementarian.org>
[M] Clifford Wolf <clifford@clifford.at>
[C] base/system
[L] GPL
[S] Stable
[V] 0.7.1
[P] X -----5---9 376.500
[D] 1713954208 oprofile-0.7.1.tar.gz http://dl.sourceforge.net/sourceforge/oprofile/

Loading…
Cancel
Save