summaryrefslogtreecommitdiff
path: root/tools/bpf/resolve_btfids
AgeCommit message (Expand)Author
7 daysMerge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-08-12resolve_btfids: Emit arena attributes from kfunc parameter suffixesKumar Kartikeya Dwivedi
2026-08-06docs, resolve_btfids: Document kfunc BTF annotation emissionIhor Solodrai
2026-08-06resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai
2026-08-06resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai
2026-08-06resolve_btfids: Deduplicate BTF after btf2btf transformationsIhor Solodrai
2026-07-30resolve_btfids: Enforce consistent kfunc flags across BTF ID setsIhor Solodrai
2026-07-30resolve_btfids: Discover kfuncs from BTF ID setsIhor Solodrai
2026-07-30resolve_btfids: Fix the _impl lookup for module BTFIhor Solodrai
2026-07-30resolve_btfids: Keep collected kfuncs in a rbtreeIhor Solodrai
2026-07-30resolve_btfids: Index BTF ID symbols by addressIhor Solodrai
2026-07-30resolve_btfids: Implement generic ensure_mem() to grow arraysIhor Solodrai
2026-07-25tools/build: selftests: Remove some duplicate toolchain definitionsJames Clark
2026-07-08tools/resolve_btfids: Include libsubcmd headers directly from source treeThomas Weißschuh
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng
2026-01-20resolve_btfids: Support for KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20resolve_btfids: Introduce finalize_btf() stepIhor Solodrai
2026-01-13tools/resolve_btfids: Support BTF sorting featureDonglin Peng
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai
2025-06-10tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh
2024-10-23resolve_btfids: Fix compiler warningsEder Zulian
2024-07-22tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock
2024-02-07tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik
2024-02-07tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik
2023-06-05tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-03-06tools/resolve_btfids: Add /libsubcmd to .gitignoreRong Tao
2023-02-09tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa
2023-02-07tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers
2023-02-07tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa
2023-01-25tools/resolve_btfids: Alter how HOSTCC is forcedIan Rogers
2023-01-25tools/resolve_btfids: Install subcmd headersIan Rogers
2022-12-15tools/resolve_btfids: Use pkg-config to locate libelfShen Jiamin
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski