summaryrefslogtreecommitdiff
path: root/debian/control.modules.in
blob: 7699524a6bc28c89dca36d1b2ffe63b41dece508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: sysprof
Section: devel
Priority: optional
Maintainer: Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 5.0.37), bzip2
Standards-Version: 3.8.0

Package: sysprof-module-_KVERS_
Architecture: any
Description: Sysprof module for Linux (kernel _KVERS_)
 Sysprof is a sampling CPU profiler that uses a Linux 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.
 .
 This package contains the kernel module compiled for linx _KVERS_ needed by
 sysprof.
 .
 If you have compiled your own kernel, you will most likely need to build
 your own sysprof-module. The sysprof-module-source package has been
 provided for use with the Debian's module-assistant or kernel-package
 utilities to produce a version of sysprof-module for your kernel.
 .
 You need a linux kernel version 2.6.11 or newer.