# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/bpftop/bpftop.desc # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- [I] Interactive top-like utility for live BPF program performance [T] bpftop provides a dynamic real-time view of running eBPF programs, [T] displaying the average runtime, events per second, and estimated total CPU [T] percentage for each loaded BPF program. [U] https://github.com/jfernandez/bpftop [A] Netflix, Inc. [M] René Rebe [C] extra/tool [L] APL [V] 0.9.0 [D] 45e3b24e84aafb8294d05b53949154665de0245f132974b308a9b1af bpftop-0.9.0.tar.gz https://github.com/jfernandez/bpftop/archive/v0.9.0/ # Avoid applying T2 tuning to clang invocation with -target bpf new='' for x in $GCC_WRAPPER_INSERT; do new="$new bpf?:$x" done GCC_WRAPPER_INSERT=$new new='' for x in $GCC_WRAPPER_APPEND; do new="$new bpf?:$x" done GCC_WRAPPER_APPEND=$new new='' for x in $GCC_WRAPPER_REMOVE; do new="$new bpf?:$x" done GCC_WRAPPER_REMOVE=$new