golang-github-evilsocket-ftrace 1.2.0-2.1 source package in Ubuntu

Changelog

golang-github-evilsocket-ftrace (1.2.0-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 13:36:53 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-evilsocket-ftrace_1.2.0-2.1.dsc 2.2 KiB d30e985beef87bcbf7e477525b0fff9d80554f9717cc0bd4a1cbd992bf3e8fe9
golang-github-evilsocket-ftrace_1.2.0.orig.tar.gz 16.5 KiB b41c2867728ebefe8a845b651f498b3d64da5b457a6bb9dcc0c5b5b1d82640f8
golang-github-evilsocket-ftrace_1.2.0-2.1.debian.tar.xz 2.1 KiB 16488d205b0d6155475c0e6d131d49f0d42845d9118891ae6fefb7b4bf52c2be

Available diffs

No changes file available.

Binary packages built by this source

golang-github-evilsocket-ftrace-dev: trace Linux syscalls using the FTRACE kernel framework

 This package utilizes the FTRACE kernel framework in order to trace system
 calls and kernel events from user space in Go programs.
 .
 Ftrace is an internal tracer designed to help out developers and designers of
 systems to find what is going on inside the kernel. It can be used for
 debugging or analyzing latencies and performance issues that take place
 outside of user-space.
 .
 Although ftrace is typically considered the function tracer it is really a
 framework of several assorted tracing utilities; there's latency tracing to
 examine what occurs between interrupts disabled and enabled as well as for
 preemption and from a time a task is woken to the task is actually scheduled
 in.