summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2024-01-25libbpf: Ensure undefined bpf_attr field stays 0Martin KaFai Lau1-1/+1
2024-01-24libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo structDima Tisnek1-1/+1
2024-01-24libbpf: Find correct module BTFs for struct_ops maps and progs.Kui-Feng Lee4-12/+38
2024-01-24libbpf: call dup2() syscall directlyAndrii Nakryiko1-1/+11
2024-01-24libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-01-20Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds16-111/+161
2024-01-18libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko1-9/+66
2024-01-18libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko1-0/+67
2024-01-05libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-01-04libbpf: implement __arg_ctx fallback logicAndrii Nakryiko1-4/+252
2024-01-04libbpf: move BTF loading step after relocation stepAndrii Nakryiko1-1/+1
2024-01-04libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko1-80/+85
2024-01-04libbpf: use stable map placeholder FDsAndrii Nakryiko2-38/+77
2024-01-04libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko1-15/+27
2024-01-04libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko1-1/+1
2024-01-04libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko1-1/+1
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross1-0/+3
2023-12-20libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko1-0/+3
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko12-741/+478
2023-12-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo10-57/+688
2023-12-19libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers1-0/+11
2023-12-14libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2-6/+21
2023-12-14libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko4-12/+158
2023-12-14libbpf: wire up token_fd into feature probing logicAndrii Nakryiko5-46/+66
2023-12-14libbpf: move feature detection code into its own fileAndrii Nakryiko6-466/+479
2023-12-14libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko3-11/+22
2023-12-14libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko1-6/+12
2023-12-14libbpf: Add BPF_CORE_WRITE_BITFIELD() macroDaniel Xu1-0/+32
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers1-0/+6
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers5-6/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers5-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers4-27/+51
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers7-9/+9
2023-12-09libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elfSergei Trofimovich1-4/+20
2023-12-08bpf: Load vmlinux btf for any struct_ops mapDavid Vernet1-0/+11
2023-12-06libbpf: add BPF token support to bpf_prog_load() APIAndrii Nakryiko2-2/+4
2023-12-06libbpf: add BPF token support to bpf_btf_load() APIAndrii Nakryiko2-2/+5
2023-12-06libbpf: add BPF token support to bpf_map_create() APIAndrii Nakryiko2-2/+7
2023-12-06libbpf: add bpf_token_create() APIAndrii Nakryiko3-0/+42
2023-12-01tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers1-9/+15
2023-12-01tools api fs: Switch filename__read_str to use io.hIan Rogers2-45/+22
2023-12-01libperf: Lazily allocate/size mmap event copyIan Rogers2-4/+19
2023-12-01libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-11-29libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa3-4/+6
2023-11-24libbpf: Start v1.4 development cycleEduard Zingerman2-1/+4
2023-11-10libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song1-5/+8
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds4-1/+24
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-0/+7
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5