File: control

package info (click to toggle)
ply-probe 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: ansic: 10,301; makefile: 202; sh: 183; yacc: 174; python: 89; lex: 87
file content (28 lines) | stat: -rw-r--r-- 827 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
22
23
24
25
26
27
28
Source: ply-probe
Section: admin
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 bison,
 flex,
 ronn
Standards-Version: 4.7.0
Homepage: https://wkz.github.io/ply/
Vcs-Browser: https://salsa.debian.org/sudip/ply-probe
Vcs-Git: https://salsa.debian.org/sudip/ply-probe.git

Package: ply
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Light-weight dynamic tracer for Linux
 A light-weight dynamic tracer for Linux that leverages the kernel's BPF
 VM in concert with kprobes and tracepoints to attach probes to arbitrary
 points in the kernel.
 .
 ply follows the Little Language approach of yore, compiling ply scripts
 into Linux BPF programs that are attached to kprobes and tracepoints in
 the kernel.