Name: | bpftrace |
---|---|
Version: | 0.9.2 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1704177 |
License: | ASL 2.0 |
RPM: | bpftrace-0.9.2-1.el8.x86_64.rpm |
Source RPM: | bpftrace-0.9.2-1.el8.src.rpm |
Build Date: | Thu Feb 27 2020 |
Build Host: | jenkins-10-147-72-125-fd830b6b-4c62-43ce-adb7-b4f91f0f55f4.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/iovisor/bpftrace |
Summary: | High-level tracing language for Linux eBPF |
Description: | BPFtrace is a high-level tracing language for Linux enhanced Berkeley Packet Filter (eBPF) available in recent Linux kernels (4.x). BPFtrace uses LLVM as a backend to compile scripts to BPF-bytecode and makes use of BCC for interacting with the Linux BPF system, as well as existing Linux tracing capabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing (uprobes), and tracepoints. The BPFtrace language is inspired by awk and C, and predecessor tracers such as DTrace and SystemTap |
- Rebase on bpftrace 0.9.2
- Don't allow to raw_spin_lock* kprobes that can deadlock the kernel.
- Fixes gethostlatency - Fixes a struct definition issue that made several tools fail - Add CI gating
- Original build on RHEL 8
- Rebuilt for bcc 0.9.0
- Fix Source0 reference - Use make_build macro for calling make
- Build on aarch64 and s390x
- Updated to version 0.9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Updated to latest upstream (c49b333c034a6d29a7ce90f565e27da1061af971)