summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-10-221-2/+2
* libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen2021-10-221-14/+22
* libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-10-221-2/+4
* libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko2021-10-211-93/+0
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-18/+18
* libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko2021-10-061-2/+112
* libbpf: Support kernel module function callsKumar Kartikeya Dwivedi2021-10-051-3/+15
* libbpf: Add support for BTF_KIND_TAGYonghong Song2021-09-141-0/+68
* libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tagYonghong Song2021-09-141-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+1
|\