summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix the case of running as non-root with capabilitiesJon Doron2022-09-271-1/+1
* libbpf: Support raw BTF placed in the default search pathTao Chen2022-09-221-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-031-6/+20
* libbpf: Avoid joining .BTF.ext data with BPF programs by section nameAndrii Nakryiko2022-04-271-2/+7
* libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang2022-04-041-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-111-1/+1
* libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko2021-12-111-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-121-0/+23
* libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-121-19/+27
* libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi2021-10-291-1/+1
* libbpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-261-2/+2
* libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-10-231-3/+9
* libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-10-231-2/+2
* libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen2021-10-231-14/+22
* libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-10-231-2/+4
* libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko2021-10-221-93/+0
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-191-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-061-3/+15
* libbpf: Add support for BTF_KIND_TAGYonghong Song2021-09-151-0/+68
* libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tagYonghong Song2021-09-151-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+1
|\
| * libbpf: Do not close un-owned FD 0 on errorsDaniel Xu2021-08-071-2/+1
* | libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen2021-07-301-2/+12
* | libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet2021-07-301-2/+7
* | libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-301-8/+17
* | libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-301-1/+2
|/
* libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko2021-05-261-150/+152
* libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko2021-04-231-5/+0
* libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko2021-03-191-0/+48
* libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko2021-03-191-194/+61
* libbpf: Rename internal memory-management helpersAndrii Nakryiko2021-03-191-12/+12
* libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2021-03-191-172/+221
* libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2021-03-191-1/+1
* libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-051-0/+49
* libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich2021-03-051-1/+1
* libbpf: Use string table index from index table if neededJiri Olsa2021-01-221-2/+10
* libbpf: Allow loading empty BTFsAndrii Nakryiko2021-01-121-5/+0
* libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko2020-12-041-26/+35