#!/bin/bash perf record -g "$@" >
summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2025-11-24bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21Tom Stellard
2025-08-28bpftool: Fix JSON writer resource leak in version commandYuan Chen
2025-08-15bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik
2025-05-02bpf: bpftool: Setting error code in do_loader()Sewon Nam
2024-12-14bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi
2024-12-09bpf, bpftool: Fix incorrect disasm pcLeon Hwang
2024-10-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu
2024-10-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu