summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-19libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh1-0/+1
2021-03-18libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko1-0/+2
2021-03-04libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-0/+6
2020-12-03libbpf: Add base BTF accessorAndrii Nakryiko1-0/+1
2020-11-05libbpf: Implement basic split BTF supportAndrii Nakryiko1-0/+8
2020-09-29libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko1-0/+7
2020-09-28libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko1-0/+1
2020-09-28libbpf: Add BTF writing APIsAndrii Nakryiko1-0/+38
2020-09-28libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko1-0/+1
2020-09-28libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko1-0/+4
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko1-8/+10
2020-08-18libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko1-38/+0
2020-08-13libbpf: Handle BTF pointer sizes more carefullyAndrii Nakryiko1-0/+2
2020-08-03libbpf: Add btf__parse_raw() and generic btf__parse() APIsAndrii Nakryiko1-2/+3
2020-07-13tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko1-1/+1
2020-07-13libbpf: Support stripping modifiers for btf_dumpAndrii Nakryiko1-0/+2
2020-07-10libbpf: Fix memory leak and optimize BTF sanitizationAndrii Nakryiko1-1/+1
2020-07-09libbpf: Add btf__set_fd() for more control over loaded BTF FDAndrii Nakryiko1-0/+1
2020-06-22libbpf: Add support for extracting kernel symbol addressesAndrii Nakryiko1-0/+5
2020-01-15libbpf: Expose bpf_find_kernel_btf as a LIBBPF_APIMartin KaFai Lau1-0/+2
2019-12-15libbpf: Expose BTF-to-C type declaration emitting APIAndrii Nakryiko1-0/+22
2019-12-15libbpf: Expose btf__align_of() APIAndrii Nakryiko1-0/+1
2019-12-15libbpf: Extract common user-facing helpersAndrii Nakryiko1-4/+2
2019-11-15libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov1-0/+2
2019-10-15libbpf: Update BTF reloc support to latest Clang formatAndrii Nakryiko1-2/+2
2019-08-07libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko1-0/+4
2019-08-07libbpf: add helpers for working with BTF typesAndrii Nakryiko1-0/+178
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko1-0/+1
2019-05-24libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko1-0/+17
2019-05-24libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko1-0/+2
2019-04-09bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann1-0/+3
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko1-0/+1
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko1-1/+1
2019-02-08tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko1-2/+0
2019-02-08btf: expose API to work with raw btf_ext dataAndrii Nakryiko1-0/+2
2019-02-08btf: expose API to work with raw btf dataAndrii Nakryiko1-0/+1
2019-02-08btf: separate btf creation and loadingAndrii Nakryiko1-0/+1
2019-02-05tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song1-1/+1
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko1-0/+3
2019-02-05btf: add BTF types deduplication algorithmAndrii Nakryiko1-0/+7
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song1-0/+4
2019-02-04tools/bpf: expose functions btf_ext__* as API functionsYonghong Song1-12/+12
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song1-5/+2
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau1-1/+9
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau1-13/+4
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau1-1/+1
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev1-0/+8
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song1-0/+1
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song1-0/+50
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov1-8/+14