ktap 0.4+git20160427-1ubuntu4 source package in Ubuntu

Changelog

ktap (0.4+git20160427-1ubuntu4) bionic; urgency=medium

  * Linux 5.2 and 5.3 compatibility (LP: #1849569)
    - debian/patches/fix-stacktrace-5.2.patch
    - debian/patches/fix-tracing_generic_entry_update-5.3.patch

 -- Marcelo Henrique Cerri <email address hidden>  Fri, 15 Nov 2019 16:30:33 -0300

Upload details

Uploaded by:
Marcelo Cerri
Sponsored by:
Tyler Hicks
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc

Downloads

File Size SHA-256 Checksum
ktap_0.4+git20160427.orig.tar.gz 167.1 KiB 13843ce647d64d4bfed12f7794d82c04a1047981f18081921a3e9b6f8b5c0a59
ktap_0.4+git20160427-1ubuntu4.debian.tar.xz 7.0 KiB 888e19b8652595e56ec596a53798421f4547a18a604498f4b758dfb028c7bece
ktap_0.4+git20160427-1ubuntu4.dsc 2.0 KiB ae84f2e5ef9b4b660d4f2133c2ae7090e78349e68238db97fadcdfb5f2084c65

View changes file

Binary packages built by this source

ktap: lightweight script-based dynamic tracing tool for Linux

 ktap is a new script-based dynamic tracing tool for Linux, it uses a scripting
 language and lets users trace the Linux kernel dynamically. ktap is designed to
 give operational insights with interoperability that allows users to tune,
 troubleshoot and extend kernel and application. It's similar with Linux
 Systemtap and Solaris Dtrace.
 .
 ktap have different design principles from Linux mainstream dynamic tracing
 language in that it's based on bytecode, so it doesn't depend upon GCC, doesn't
 require compiling kernel module for each script, safe to use in production
 environment, fulfilling the embedded ecosystem's tracing needs.

ktap-dbgsym: debug symbols for ktap