summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.map
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add perf buffer APIAndrii Nakryiko2019-07-081-0/+4
* libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-051-0/+1
* libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-051-0/+1
* libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-051-0/+2
* libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-051-0/+1
* libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-051-1/+2
* bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-111-0/+1
* libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-281-0/+1
* libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko2019-05-241-0/+3
* libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko2019-05-241-0/+5
* bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-101-0/+1
* bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-101-0/+6
* tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-191-0/+3
* libbpf: add support for using AF_XDP socketsMagnus Karlsson2019-02-251-0/+6
* libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-151-0/+1
* libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-151-0/+1
* tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-081-1/+0Star
* btf: expose API to work with raw btf_ext dataAndrii Nakryiko2019-02-081-0/+1
* btf: expose API to work with raw btf dataAndrii Nakryiko2019-02-081-0/+1
* btf: separate btf creation and loadingAndrii Nakryiko2019-02-081-0/+1
* selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-051-0/+2
* btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-051-0/+1
* tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-041-0/+1
* tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-041-0/+6
* libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-011-0/+1
* libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-011-0/+1
* libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-011-0/+1
* tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-231-0/+1
* tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-231-0/+1
* tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-231-0/+5
* bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-091-0/+4
* libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-041-0/+1
* libbpf: Add version script for DSOAndrey Ignatov2018-11-271-0/+121