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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: kernelshark
Section: devel
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends:
debhelper-compat (= 13),
libtracecmd-dev (>= 2.9.3),
libtracefs-dev (>= 1.2.0),
libtraceevent-dev (>= 1:1.3.0),
cmake,
libjson-c-dev,
freeglut3-dev,
libxmu-dev,
libxi-dev,
qt6-base-dev,
qt6-scxml-dev,
graphviz,
doxygen-gui,
pkgconf,
fonts-freefont-ttf,
trace-cmd (>= 2.9.3),
pkexec
Standards-Version: 4.7.2
Homepage: https://kernelshark.org/
Vcs-Browser: https://salsa.debian.org/sudip/kernelshark
Vcs-Git: https://salsa.debian.org/sudip/kernelshark.git
Package: kernelshark
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
trace-cmd (>= 2.9.3), fonts-freefont-ttf,
pkexec
Description: Utilities for graphically analyzing function tracing in the kernel
KernelShark is a front end reader of trace-cmd output. It reads a trace-cmd.dat
formatted file and produces a graph and list view of the data.
Package: libkshark2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for accessing ftrace file system (shared library)
Library for accessing ftrace file system and provides API for processing of
tracing data.
.
This package contains the shared library.
Package: libkshark-dev
Section: libdevel
Architecture: any
Depends: libkshark2 (= ${binary:Version}), ${misc:Depends}
Description: Library for accessing ftrace file system (development files)
Library for accessing ftrace file system and provides API for processing of
tracing data.
.
This package is needed to compile programs against libkshark2.
|