summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix error handling in btf__distill_base()Alan Maguire2024-07-011-1/+1
* libbpf: Skip base btf sanity checksAntoine Tenart2024-06-241-1/+1
* libbpf: Split field iter code into its own file kernelAlan Maguire2024-06-211-162/+0
* libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2024-06-171-54/+110
* libbpf: Split BTF relocationAlan Maguire2024-06-171-0/+17
* libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire2024-06-171-6/+313
* libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko2024-06-051-130/+0
* libbpf: Make use of BTF field iterator in BTF handling codeAndrii Nakryiko2024-06-051-22/+54
* libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko2024-06-051-2/+2
* libbpf: Add BTF field iteratorAndrii Nakryiko2024-06-051-0/+162
* libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen2024-03-041-1/+1
* libbpf: Add missed btf_ext__raw_data() APIAndrii Nakryiko2024-02-011-1/+5
* libbpf: Add btf__new_split() API that was declared but not implementedAndrii Nakryiko2024-02-011-0/+5
* libbpf: Add some details for BTF parsing failuresIan Rogers2024-01-291-4/+18
* libbpf: Wire up BPF token support at BPF object levelAndrii Nakryiko2024-01-241-2/+8
* libbpf: Add basic BTF sanity validationAndrii Nakryiko2023-09-081-0/+160
* libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko2023-05-261-1/+1
* libbpf: Remove several dead assignmentsViktor Malik2023-03-011-2/+0
* libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-4/+4
* libbpf: Return -ENODATA for missing btf sectionChangbin Du2023-01-031-1/+1
* libbpf: Show error info about missing ".BTF" sectionChangbin Du2022-12-201-0/+1
* libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko2022-12-151-0/+13
* libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul2022-11-141-2/+3
* libbpf: Resolve unambigous forward declarationsEduard Zingerman2022-11-091-4/+139
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-21/+20
* libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman2022-11-041-50/+25
* libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire2022-10-251-3/+5
* libbpf: Fix the case of running as non-root with capabilitiesJon Doron2022-09-261-1/+1
* libbpf: Support raw BTF placed in the default search pathTao Chen2022-09-211-18/+12
* libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko2022-08-171-2/+0
* libbpf: remove deprecated BTF APIsAndrii Nakryiko2022-06-281-182/+1
* libbpf: Add enum64 deduplication supportYonghong Song2022-06-071-2/+60
* libbpf: Add enum64 parsing and new enum64 public APIYonghong Song2022-06-071-0/+103
* libbpf: Refactor btf__add_enum() for future code sharingYonghong Song2022-06-071-15/+21
* libbpf: Fix a couple of typosDaniel Müller2022-06-031-1/+1
* libbpf: Fix determine_ptr_size() guessingDouglas Raillard2022-06-021-6/+20
* libbpf: Avoid joining .BTF.ext data with BPF programs by section nameAndrii Nakryiko2022-04-261-2/+7
* libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang2022-04-031-4/+2
* libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee2022-01-191-1/+30
* libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet2021-12-101-1/+1
* libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko2021-12-101-23/+55
* libbpf: Replace btf__type_by_id() with btf_type_by_id().Alexei Starovoitov2021-12-021-1/+1
* libbpf: Fix potential misaligned memory access in btf_ext__new()Andrii Nakryiko2021-11-261-5/+5
* libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko2021-11-191-4/+41
* libbpf: Fix a couple of missed btf_type_tag handling in btf.cYonghong Song2021-11-161-0/+2
* libbpf: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-111-0/+23
* libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-111-19/+27
* libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi2021-10-281-1/+1
* libbpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-2/+2
* libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-10-221-3/+9