High-level tracing language for Linux eBPF
Go to file
Viktor Malik 7c11d1b4f8
Strip bpftrace binaries
Historically, bpftrace binary could not be stripped as its symbols were
needed for the BEGIN and END probes. However, these probes are now
implemented as BPF_PROG_TYPE_RAW_TRACEPOINT and executed via
BPF_PROG_RUN. Therefore, binaries can be stripped now.

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2025-10-23 13:56:26 +02:00
tests Port gating from RHEL-9 to RHEL-10 2024-06-27 07:57:34 +02:00
.gitignore Rebase to upstream version 0.23.5 2025-06-16 07:26:47 +02:00
bpftrace-0.23.5-RHEL-aarch64-fixes-statsnoop-and-opensnoop.patch Rebase to upstream version 0.23.5 2025-06-16 07:26:47 +02:00
bpftrace.spec Strip bpftrace binaries 2025-10-23 13:56:26 +02:00
gating.yaml Port gating from RHEL-9 to RHEL-10 2024-06-27 07:57:34 +02:00
README.md Added the README 2018-11-09 15:15:48 +00:00
sources Rebase to upstream version 0.23.5 2025-06-16 07:26:47 +02:00

bpftrace

The bpftrace package