summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2024-01-24libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko-0/+14
2024-01-24libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko-11/+131
2024-01-24libbpf: Wire up token_fd into feature probing logicAndrii Nakryiko-47/+97
2024-01-24libbpf: Move feature detection code into its own fileAndrii Nakryiko-466/+481
2024-01-24libbpf: Further decouple feature checking logic from bpf_objectAndrii Nakryiko-11/+22
2024-01-24libbpf: Split feature detectors definitions from cached resultsAndrii Nakryiko-6/+12
2024-01-24libbpf: Add BPF token support to bpf_prog_load() APIAndrii Nakryiko-2/+4
2024-01-24libbpf: Add BPF token support to bpf_btf_load() APIAndrii Nakryiko-2/+9
2024-01-24libbpf: Add BPF token support to bpf_map_create() APIAndrii Nakryiko-4/+7
2024-01-24libbpf: Add bpf_token_create() APIAndrii Nakryiko-0/+42
2024-01-24libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau-1/+1
2024-01-23libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek-1/+1
2024-01-23libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee-12/+38
2024-01-23libbpf: call dup2() syscall directlyAndrii Nakryiko-1/+11
2024-01-23libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin-0/+4
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds-111/+161
2024-01-17libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko-9/+66
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko-0/+67
2024-01-04libsubcmd: Fix memory leak in uniq()Ian Rogers-4/+14
2024-01-03libbpf: implement __arg_ctx fallback logicAndrii Nakryiko-4/+252
2024-01-03libbpf: move BTF loading step after relocation stepAndrii Nakryiko-1/+1
2024-01-03libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko-80/+85
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko-38/+77
2024-01-03libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko-15/+27
2024-01-03libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko-1/+1
2024-01-03libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko-1/+1
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang-0/+2
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross-0/+3
2023-12-19libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko-0/+3
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko-741/+478
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-57/+688
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers-0/+11
2023-12-13libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko-6/+21
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko-12/+158
2023-12-13libbpf: wire up token_fd into feature probing logicAndrii Nakryiko-46/+66
2023-12-13libbpf: move feature detection code into its own fileAndrii Nakryiko-466/+479
2023-12-13libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko-11/+22
2023-12-13libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko-6/+12
2023-12-13libbpf: Add BPF_CORE_WRITE_BITFIELD() macroDaniel Xu-0/+32
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers-0/+6
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers-6/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers-27/+51
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers-9/+9
2023-12-08libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elfSergei Trofimovich-4/+20
2023-12-08bpf: Load vmlinux btf for any struct_ops mapDavid Vernet-0/+11
2023-12-06libbpf: add BPF token support to bpf_prog_load() APIAndrii Nakryiko-2/+4
2023-12-06libbpf: add BPF token support to bpf_btf_load() APIAndrii Nakryiko-2/+5
2023-12-06libbpf: add BPF token support to bpf_map_create() APIAndrii Nakryiko-2/+7
2023-12-06libbpf: add bpf_token_create() APIAndrii Nakryiko-0/+42