File: control

package info (click to toggle)
kerneltop 0.92-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: ansic: 685; makefile: 28
file content (21 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: kerneltop
Standards-Version: 4.7.3
Maintainer: Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>
Section: devel
Build-Depends:
 debhelper-compat (= 13),
Vcs-Browser: https://salsa.debian.org/debian/kerneltop
Vcs-Git: https://salsa.debian.org/debian/kerneltop.git
Homepage: https://www.infradead.org/~rdunlap/src/

Package: kerneltop
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: shows Linux kernel function usage in a style like top
 kerneltop shows Linux kernel function information usage (modules
 not included) like top do for process, and is derived from
 readprofile.
 .
 It needs profiling enabled on kernel at boot time.