| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-14 | libbpf: Fix BTF dedup to support recursive typedef definitions | Paul Houssel | 1 | -16/+55 |
| 2025-11-04 | libbpf: Fix parsing of multi-split BTF | Alan Maguire | 1 | -2/+2 |
| 2025-10-01 | libbpf: move libbpf_errstr() into libbpf_utils.c | Andrii Nakryiko | 1 | -1/+0 |
| 2025-06-06 | libbpf: Handle unsupported mmap-based /sys/kernel/btf/vmlinux correctly | Andrii Nakryiko | 1 | -3/+3 |
| 2025-05-23 | libbpf: Use mmap to parse vmlinux BTF from sysfs | Lorenz Bauer | 1 | -18/+71 |
| 2025-05-20 | libbpf/btf: Fix string handling to support multi-split BTF | Alan Maguire | 1 | -1/+1 |
| 2025-05-05 | libbpf: Improve BTF dedup handling of "identical" BTF types | Andrii Nakryiko | 1 | -48/+89 |
| 2025-04-29 | libbpf: Add identical pointer detection to btf_dedup_is_equiv() | Alan Maguire | 1 | -0/+16 |
| 2025-04-15 | libbpf: Verify section type in btf_find_elf_sections | Ihor Solodrai | 1 | -0/+6 |
| 2025-03-17 | libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID | Mykyta Yatsenko | 1 | -2/+13 |
| 2025-02-05 | libbpf: Introduce kflag for type_tags and decl_tags in BTF | Ihor Solodrai | 1 | -23/+63 |
| 2025-02-03 | libbpf: Fix accessing BTF.ext core_relo header | Tony Ambardar | 1 | -2/+2 |
| 2025-01-16 | libbpf: Fix return zero when elf_begin failed | Pu Lehui | 1 | -0/+1 |
| 2024-12-02 | libbpf: Improve debug message when the base BTF cannot be found | Ben Olson | 1 | -1/+1 |
| 2024-11-16 | libbpf: Change hash_combine parameters from long to unsigned long | Sidong Yang | 1 | -1/+1 |
| 2024-11-11 | libbpf: Stringify errno in log messages in btf*.c | Mykyta Yatsenko | 1 | -12/+14 |
| 2024-10-03 | libbpf: Support BTF.ext loading and output in either endianness | Tony Ambardar | 1 | -57/+219 |
| 2024-10-03 | libbpf: Improve log message formatting | Tony Ambardar | 1 | -3/+3 |
| 2024-09-09 | libbpf: Fix some typos in comments | Yusheng Zheng | 1 | -1/+1 |
| 2024-09-05 | libbpf: fix some typos in libbpf | Lin Yikai | 1 | -1/+1 |
| 2024-08-30 | libbpf: Ensure new BTF objects inherit input endianness | Tony Ambardar | 1 | -0/+4 |
| 2024-07-01 | libbpf: Fix error handling in btf__distill_base() | Alan Maguire | 1 | -1/+1 |
| 2024-06-24 | libbpf: Skip base btf sanity checks | Antoine Tenart | 1 | -1/+1 |
| 2024-06-21 | libbpf: Split field iter code into its own file kernel | Alan Maguire | 1 | -162/+0 |
| 2024-06-17 | libbpf: Make btf_parse_elf process .BTF.base transparently | Eduard Zingerman | 1 | -54/+110 |
| 2024-06-17 | libbpf: Split BTF relocation | Alan Maguire | 1 | -0/+17 |
| 2024-06-17 | libbpf: Add btf__distill_base() creating split BTF with distilled base BTF | Alan Maguire | 1 | -6/+313 |
| 2024-06-05 | libbpf: Remove callback-based type/string BTF field visitor helpers | Andrii Nakryiko | 1 | -130/+0 |
| 2024-06-05 | libbpf: Make use of BTF field iterator in BTF handling code | Andrii Nakryiko | 1 | -22/+54 |
| 2024-06-05 | libbpf: Make use of BTF field iterator in BPF linker code | Andrii Nakryiko | 1 | -2/+2 |
| 2024-06-05 | libbpf: Add BTF field iterator | Andrii Nakryiko | 1 | -0/+162 |
| 2024-03-04 | libbpf: Correct debug message in btf__load_vmlinux_btf | Chen Shen | 1 | -1/+1 |
| 2024-02-01 | libbpf: Add missed btf_ext__raw_data() API | Andrii Nakryiko | 1 | -1/+5 |
| 2024-02-01 | libbpf: Add btf__new_split() API that was declared but not implemented | Andrii Nakryiko | 1 | -0/+5 |
| 2024-01-29 | libbpf: Add some details for BTF parsing failures | Ian Rogers | 1 | -4/+18 |
| 2024-01-24 | libbpf: Wire up BPF token support at BPF object level | Andrii Nakryiko | 1 | -2/+8 |
| 2023-09-08 | libbpf: Add basic BTF sanity validation | Andrii Nakryiko | 1 | -0/+160 |
| 2023-05-26 | libbpf: Ensure libbpf always opens files with O_CLOEXEC | Andrii Nakryiko | 1 | -1/+1 |
| 2023-03-01 | libbpf: Remove several dead assignments | Viktor Malik | 1 | -2/+0 |
| 2023-02-16 | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 1 | -4/+4 |
| 2023-01-03 | libbpf: Return -ENODATA for missing btf section | Changbin Du | 1 | -1/+1 |
| 2022-12-20 | libbpf: Show error info about missing ".BTF" section | Changbin Du | 1 | -0/+1 |
| 2022-12-15 | libbpf: Fix btf__align_of() by taking into account field offsets | Andrii Nakryiko | 1 | -0/+13 |
| 2022-11-14 | libbpf: checkpatch: Fixed code alignments in btf.c | Kang Minchul | 1 | -2/+3 |
| 2022-11-09 | libbpf: Resolve unambigous forward declarations | Eduard Zingerman | 1 | -4/+139 |
| 2022-11-09 | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 1 | -21/+20 |
| 2022-11-04 | libbpf: Resolve enum fwd as full enum64 and vice versa | Eduard Zingerman | 1 | -50/+25 |
| 2022-10-25 | libbpf: Btf dedup identical struct test needs check for nested structs/arrays | Alan Maguire | 1 | -3/+5 |
| 2022-09-26 | libbpf: Fix the case of running as non-root with capabilities | Jon Doron | 1 | -1/+1 |
| 2022-09-21 | libbpf: Support raw BTF placed in the default search path | Tao Chen | 1 | -18/+12 |
| 2022-08-17 | libbpf: Clean up deprecated and legacy aliases | Andrii Nakryiko | 1 | -2/+0 |
| 2022-06-28 | libbpf: remove deprecated BTF APIs | Andrii Nakryiko | 1 | -182/+1 |
| 2022-06-07 | libbpf: Add enum64 deduplication support | Yonghong Song | 1 | -2/+60 |
| 2022-06-07 | libbpf: Add enum64 parsing and new enum64 public API | Yonghong Song | 1 | -0/+103 |
| 2022-06-07 | libbpf: Refactor btf__add_enum() for future code sharing | Yonghong Song | 1 | -15/+21 |
| 2022-06-03 | libbpf: Fix a couple of typos | Daniel Müller | 1 | -1/+1 |
| 2022-06-02 | libbpf: Fix determine_ptr_size() guessing | Douglas Raillard | 1 | -6/+20 |
| 2022-04-26 | libbpf: Avoid joining .BTF.ext data with BPF programs by section name | Andrii Nakryiko | 1 | -2/+7 |
| 2022-04-03 | libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len) | Yuntao Wang | 1 | -4/+2 |
| 2022-01-19 | libbpf: Improve btf__add_btf() with an additional hashmap for strings. | Kui-Feng Lee | 1 | -1/+30 |
| 2021-12-10 | libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition | Vincent Minet | 1 | -1/+1 |
| 2021-12-10 | libbpf: Allow passing preallocated log_buf when loading BTF into kernel | Andrii Nakryiko | 1 | -23/+55 |
| 2021-12-02 | libbpf: Replace btf__type_by_id() with btf_type_by_id(). | Alexei Starovoitov | 1 | -1/+1 |
| 2021-11-26 | libbpf: Fix potential misaligned memory access in btf_ext__new() | Andrii Nakryiko | 1 | -5/+5 |
| 2021-11-19 | libbpf: Accommodate DWARF/compiler bug with duplicated structs | Andrii Nakryiko | 1 | -4/+41 |
| 2021-11-16 | libbpf: Fix a couple of missed btf_type_tag handling in btf.c | Yonghong Song | 1 | -0/+2 |
| 2021-11-11 | libbpf: Support BTF_KIND_TYPE_TAG | Yonghong Song | 1 | -0/+23 |
| 2021-11-11 | libbpf: Turn btf_dedup_opts into OPTS-based struct | Andrii Nakryiko | 1 | -19/+27 |
| 2021-10-28 | libbpf: Use O_CLOEXEC uniformly when opening fds | Kumar Kartikeya Dwivedi | 1 | -1/+1 |
| 2021-10-25 | libbpf: Use __BYTE_ORDER__ | Ilya Leoshkevich | 1 | -2/+2 |
| 2021-10-22 | libbpf: Fix BTF header parsing checks | Andrii Nakryiko | 1 | -3/+9 |
| 2021-10-22 | libbpf: Fix overflow in BTF sanity checks | Andrii Nakryiko | 1 | -2/+2 |
| 2021-10-22 | libbpf: Add btf__type_cnt() and btf__raw_data() APIs | Hengqi Chen | 1 | -14/+22 |
| 2021-10-22 | libbpf: Fix memory leak in btf__dedup() | Mauricio Vásquez | 1 | -2/+4 |
| 2021-10-21 | libbpf: Deprecate btf__finalize_data() and move it into libbpf.c | Andrii Nakryiko | 1 | -93/+0 |
| 2021-10-18 | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG | Yonghong Song | 1 | -18/+18 |
| 2021-10-06 | libbpf: Add API that copies all BTF types from one BTF object to another | Andrii Nakryiko | 1 | -2/+112 |
| 2021-10-05 | libbpf: Support kernel module function calls | Kumar Kartikeya Dwivedi | 1 | -3/+15 |
| 2021-09-14 | libbpf: Add support for BTF_KIND_TAG | Yonghong Song | 1 | -0/+68 |
| 2021-09-14 | libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag | Yonghong Song | 1 | -8/+8 |
| 2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2021-08-07 | libbpf: Do not close un-owned FD 0 on errors | Daniel Xu | 1 | -2/+1 |
| 2021-07-30 | libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf | Hengqi Chen | 1 | -2/+12 |
| 2021-07-29 | libbpf: Add split BTF support for btf__load_from_kernel_by_id() | Quentin Monnet | 1 | -2/+7 |
| 2021-07-29 | libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id() | Quentin Monnet | 1 | -8/+17 |
| 2021-07-29 | libbpf: Rename btf__load() as btf__load_into_kernel() | Quentin Monnet | 1 | -1/+2 |
| 2021-05-25 | libbpf: Streamline error reporting for high-level APIs | Andrii Nakryiko | 1 | -150/+152 |
| 2021-04-23 | libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier | Andrii Nakryiko | 1 | -5/+0 |
| 2021-03-18 | libbpf: Add generic BTF type shallow copy API | Andrii Nakryiko | 1 | -0/+48 |
| 2021-03-18 | libbpf: Extract internal set-of-strings datastructure APIs | Andrii Nakryiko | 1 | -194/+61 |
| 2021-03-18 | libbpf: Rename internal memory-management helpers | Andrii Nakryiko | 1 | -12/+12 |
| 2021-03-18 | libbpf: Generalize BTF and BTF.ext type ID and strings iteration | Andrii Nakryiko | 1 | -172/+221 |
| 2021-03-18 | libbpf: Expose btf_type_by_id() internally | Andrii Nakryiko | 1 | -1/+1 |
| 2021-03-04 | libbpf: Add BTF_KIND_FLOAT support | Ilya Leoshkevich | 1 | -0/+49 |
| 2021-03-04 | libbpf: Fix whitespace in btf_add_composite() comment | Ilya Leoshkevich | 1 | -1/+1 |
| 2021-01-21 | libbpf: Use string table index from index table if needed | Jiri Olsa | 1 | -2/+10 |
| 2021-01-12 | libbpf: Allow loading empty BTFs | Andrii Nakryiko | 1 | -5/+0 |
| 2020-12-03 | libbpf: Add internal helper to load BTF data by FD | Andrii Nakryiko | 1 | -26/+35 |
| 2020-12-03 | libbpf: Add base BTF accessor | Andrii Nakryiko | 1 | -0/+5 |
| 2020-11-16 | libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types() | Alan Maguire | 1 | -4/+4 |
| 2020-11-05 | libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays | Andrii Nakryiko | 1 | -2/+25 |
| 2020-11-05 | libbpf: Support BTF dedup of split BTFs | Andrii Nakryiko | 1 | -53/+168 |
| 2020-11-05 | libbpf: Fix BTF data layout checks and allow empty BTF | Andrii Nakryiko | 1 | -10/+6 |
| 2020-11-05 | libbpf: Implement basic split BTF support | Andrii Nakryiko | 1 | -45/+152 |
| 2020-11-05 | libbpf: Unify and speed up BTF string deduplication | Andrii Nakryiko | 1 | -165/+98 |
| 2020-11-05 | libbpf: Factor out common operations in BTF writing APIs | Andrii Nakryiko | 1 | -80/+43 |
| 2020-09-30 | libbpf: Make btf_dump work with modifiable BTF | Andrii Nakryiko | 1 | -0/+17 |
| 2020-09-29 | libbpf: Fix uninitialized variable in btf_parse_type_sec | Andrii Nakryiko | 1 | -1/+1 |
| 2020-09-29 | libbpf: Support BTF loading and raw data output in both endianness | Andrii Nakryiko | 1 | -64/+246 |
| 2020-09-28 | selftests/bpf: Test BTF writing APIs | Andrii Nakryiko | 1 | -4/+4 |
| 2020-09-28 | libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset | Andrii Nakryiko | 1 | -1/+6 |
| 2020-09-28 | libbpf: Add BTF writing APIs | Andrii Nakryiko | 1 | -0/+781 |
| 2020-09-28 | libbpf: Add btf__new_empty() to create an empty BTF object | Andrii Nakryiko | 1 | -0/+30 |
| 2020-09-28 | libbpf: Allow modification of BTF and add btf__add_str API | Andrii Nakryiko | 1 | -8/+252 |
| 2020-09-28 | libbpf: Generalize common logic for managing dynamically-sized arrays | Andrii Nakryiko | 1 | -21/+56 |
| 2020-09-28 | libbpf: Remove assumption of single contiguous memory for BTF data | Andrii Nakryiko | 1 | -41/+58 |
| 2020-09-28 | libbpf: Refactor internals of BTF type index | Andrii Nakryiko | 1 | -64/+75 |
| 2020-08-18 | libbpf: Centralize poisoning and poison reallocarray() | Andrii Nakryiko | 1 | -3/+0 |
| 2020-08-18 | libbpf: Remove any use of reallocarray() in libbpf | Andrii Nakryiko | 1 | -6/+5 |
| 2020-08-18 | libbpf: Clean up and improve CO-RE reloc logging | Andrii Nakryiko | 1 | -9/+8 |
| 2020-08-13 | libbpf: Handle BTF pointer sizes more carefully | Andrii Nakryiko | 1 | -3/+80 |
| 2020-08-06 | libbf: Fix uninitialized pointer at btf__parse_raw() | Daniel T. Lee | 1 | -1/+1 |
| 2020-08-03 | libbpf: Add btf__parse_raw() and generic btf__parse() APIs | Andrii Nakryiko | 1 | -36/+78 |
| 2020-07-31 | libbpf: Make destructors more robust by handling ERR_PTR(err) cases | Andrii Nakryiko | 1 | -2/+2 |
| 2020-07-10 | libbpf: Fix memory leak and optimize BTF sanitization | Andrii Nakryiko | 1 | -1/+1 |
| 2020-07-09 | libbpf: Add btf__set_fd() for more control over loaded BTF FD | Andrii Nakryiko | 1 | -1/+6 |
| 2020-03-26 | libbpf: Don't allocate 16M for log buffer by default | Stanislav Fomichev | 1 | -5/+15 |
| 2020-01-15 | libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API | Martin KaFai Lau | 1 | -6/+96 |
| 2020-01-10 | libbpf: Poison kernel-only integer types | Andrii Nakryiko | 1 | -0/+3 |
| 2019-12-16 | libbpf: Fix build by renaming variables | Prashant Bhole | 1 | -6/+6 |
| 2019-12-15 | libbpf: Support libbpf-provided extern variables | Andrii Nakryiko | 1 | -1/+8 |
| 2019-12-15 | libbpf: Expose btf__align_of() API | Andrii Nakryiko | 1 | -0/+39 |
| 2019-11-15 | libbpf: Introduce btf__find_by_name_kind() | Alexei Starovoitov | 1 | -0/+22 |
| 2019-11-07 | libbpf: Make btf__resolve_size logic always check size error condition | Andrii Nakryiko | 1 | -2/+1 |
| 2019-10-21 | tools, bpf: Rename pr_warning to pr_warn to align with kernel logging | Kefeng Wang | 1 | -28/+28 |
| 2019-10-15 | libbpf: Update BTF reloc support to latest Clang format | Andrii Nakryiko | 1 | -8/+8 |
| 2019-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -140/+110 |
| 2019-08-07 | libbpf: add .BTF.ext offset relocation section loading | Andrii Nakryiko | 1 | -42/+27 |
| 2019-08-07 | libbpf: convert libbpf code to use new btf helpers | Andrii Nakryiko | 1 | -98/+83 |
| 2019-07-22 | libbpf: Fix endianness macro usage for some compilers | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2019-06-18 | libbpf: add common min/max macro to libbpf_internal.h | Andrii Nakryiko | 1 | -3/+0 |
| 2019-05-24 | libbpf: switch btf_dedup() to hashmap for dedup table | Andrii Nakryiko | 1 | -116/+85 |
| 2019-05-24 | libbpf: add btf__parse_elf API to load .BTF and .BTF.ext | Andrii Nakryiko | 1 | -0/+128 |
| 2019-05-16 | libbpf: move logging helpers into libbpf_internal.h | Andrii Nakryiko | 1 | -1/+1 |
| 2019-04-16 | btf: add support for VAR and DATASEC in btf_dedup() | Andrii Nakryiko | 1 | -2/+27 |
| 2019-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+96 |
| 2019-04-09 | bpf, libbpf: add support for BTF Var and DataSec | Daniel Borkmann | 1 | -1/+96 |
| 2019-03-27 | libbpf: fix btf_dedup equivalence check handling of different kinds | Andrii Nakryiko | 1 | -0/+3 |
| 2019-03-14 | btf: resolve enum fwds in btf_dedup | Andrii Nakryiko | 1 | -13/+38 |
| 2019-03-01 | btf: fix bug with resolving STRUCT/UNION into corresponding FWD | Andrii Nakryiko | 1 | -3/+17 |
| 2019-03-01 | btf: allow to customize dedup hash table size | Andrii Nakryiko | 1 | -17/+36 |
| 2019-03-01 | tools/libbpf: signedness bug in btf_dedup_ref_type() | Dan Carpenter | 1 | -1/+2 |
| 2019-02-16 | tools/libbpf: support bigger BTF data sizes | Andrii Nakryiko | 1 | -7/+8 |
| 2019-02-14 | tools/bpf: replace bzero with memset | Andrii Nakryiko | 1 | -3/+2 |
| 2019-02-08 | tools/bpf: remove btf__get_strings() superseded by raw data API | Andrii Nakryiko | 1 | -7/+0 |
| 2019-02-08 | btf: expose API to work with raw btf_ext data | Andrii Nakryiko | 1 | -48/+54 |
| 2019-02-08 | btf: expose API to work with raw btf data | Andrii Nakryiko | 1 | -0/+6 |
| 2019-02-08 | btf: separate btf creation and loading | Andrii Nakryiko | 1 | -24/+30 |
| 2019-02-07 | tools/bpf: add missing strings.h include | Andrii Nakryiko | 1 | -0/+1 |
| 2019-02-05 | tools/bpf: silence a libbpf unnecessary warning | Yonghong Song | 1 | -2/+2 |
| 2019-02-05 | tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter | Yonghong Song | 1 | -1/+1 |
| 2019-02-05 | selftests/btf: add initial BTF dedup tests | Andrii Nakryiko | 1 | -0/+12 |
| 2019-02-05 | btf: add BTF types deduplication algorithm | Andrii Nakryiko | 1 | -0/+1741 |
| 2019-02-05 | btf: extract BTF type size calculation | Andrii Nakryiko | 1 | -52/+46 |
| 2019-02-04 | tools/bpf: implement libbpf btf__get_map_kv_tids() API function | Yonghong Song | 1 | -0/+73 |
| 2019-02-04 | tools/bpf: print out btf log at LIBBPF_WARN level | Yonghong Song | 1 | -10/+9 |
| 2019-02-04 | tools/bpf: move libbpf pr_* debug print functions to headers | Yonghong Song | 1 | -50/+47 |
| 2018-12-09 | bpf: libbpf: Add btf_line_info support to libbpf | Martin KaFai Lau | 1 | -59/+150 |
| 2018-12-09 | bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic | Martin KaFai Lau | 1 | -118/+73 |
| 2018-12-05 | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool | Martin KaFai Lau | 1 | -6/+6 |
| 2018-11-28 | bpf: Fix various lib and testsuite build failures on 32-bit. | David Miller | 1 | -1/+1 |
| 2018-11-26 | libbpf: Name changing for btf_get_from_id | Martin KaFai Lau | 1 | -1/+1 |
| 2018-11-20 | tools/bpf: refactor to implement btf_get_from_id() in lib/bpf | Yonghong Song | 1 | -0/+69 |
| 2018-11-20 | tools/bpf: add support to read .BTF.ext sections | Yonghong Song | 1 | -0/+274 |
| 2018-11-20 | tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC | Martin KaFai Lau | 1 | -0/+4 |
| 2018-10-08 | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause | Alexei Starovoitov | 1 | -1/+1 |
| 2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-08-06 | bpf: btf: Change tools/lib/bpf/btf to LGPL | Martin KaFai Lau | 1 | -1/+1 |
| 2018-08-02 | tools: bpf: fix BTF code added twice to different trees | Jakub Kicinski | 1 | -17/+0 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+30 |
| 2018-07-25 | bpf: Introduce BPF_ANNOTATE_KV_PAIR | Martin KaFai Lau | 1 | -4/+3 |
| 2018-07-25 | bpf: Replace [u]int32_t and [u]int64_t in libbpf | Martin KaFai Lau | 1 | -18/+16 |
| 2018-07-14 | bpf: btf: export btf types and name by offset from lib | Okash Khawaja | 1 | -20/+45 |
| 2018-05-23 | bpf: btf: Add tests for the btf uapi changes | Martin KaFai Lau | 1 | -3/+2 |
| 2018-04-23 | bpf: btf: Clean up btf.h in uapi | Martin KaFai Lau | 1 | -1/+1 |
| 2018-04-19 | bpf: btf: Add BTF support to libbpf | Martin KaFai Lau | 1 | -0/+374 |