summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-291-2/+7
* | libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-291-8/+17
* | libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-291-1/+2
|/
* libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko2021-05-251-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-181-0/+48
* libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko2021-03-181-194/+61
* libbpf: Rename internal memory-management helpersAndrii Nakryiko2021-03-181-12/+12
* libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2021-03-181-172/+221
* libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2021-03-181-1/+1
* libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-041-0/+49
* libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich2021-03-041-1/+1
* libbpf: Use string table index from index table if neededJiri Olsa2021-01-211-2/+10
* libbpf: Allow loading empty BTFsAndrii Nakryiko2021-01-121-5/+0
* libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko2020-12-031-26/+35
* libbpf: Add base BTF accessorAndrii Nakryiko2020-12-031-0/+5
* libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire2020-11-161-4/+4
* libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko2020-11-051-2/+25
* libbpf: Support BTF dedup of split BTFsAndrii Nakryiko2020-11-051-53/+168
* libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko2020-11-051-10/+6
* libbpf: Implement basic split BTF supportAndrii Nakryiko2020-11-051-45/+152
* libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko2020-11-051-165/+98
* libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko2020-11-051-80/+43
* libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko2020-09-301-0/+17