File: control

package info (click to toggle)
trace-cmd 2.6.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,600 kB
  • ctags: 4,289
  • sloc: ansic: 41,076; makefile: 573; python: 538; sh: 37
file content (29 lines) | stat: -rw-r--r-- 1,313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: trace-cmd
Section: devel
Priority: optional
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Uploaders: Seth Forshee <seth.forshee@canonical.com>, Kamal Mostafa <kamal@canonical.com>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 7), cdbs, asciidoc, docbook-xsl, libgtk2.0-dev, xsltproc, libxml2-dev, python-dev (>= 2.6.6-3), python-gtk2-dev, swig, dh-python
Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
Vcs-Browser: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git

Package: trace-cmd
Architecture: linux-any
Section: devel
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python
Suggests: kernelshark
Description: Utility for retrieving and analyzing function tracing in the kernel
 This package contains the trace-cmd utility. Trace-cmd makes it easy to
 retrieve and analyze function traces from the Linux kernel while it is running.

Package: kernelshark
Architecture: linux-any
Section: devel
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: trace-cmd
Description: Utilities for graphically analyzing function tracing in the kernel
 This package contains the kernelshark, trace-view, and trace-graph programs.
 Data for analysis may be generated by the trace-cmd utility.