index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.map
Age
Commit message (
Expand
)
Author
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
2019-08-20
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
2019-08-15
libbpf: make libbpf.map source of truth for libbpf version
Andrii Nakryiko
2019-07-08
libbpf: add perf buffer API
Andrii Nakryiko
2019-07-05
libbpf: add raw tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add tracepoint attach API
Andrii Nakryiko
2019-07-05
libbpf: add kprobe/uprobe attach API
Andrii Nakryiko
2019-07-05
libbpf: add ability to attach/detach BPF program to perf event
Andrii Nakryiko
2019-07-05
libbpf: introduce concept of bpf_link
Andrii Nakryiko
2019-06-11
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-05-28
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-24
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-04-09
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-03-19
tools lib bpf: Introduce bpf_program__get_prog_info_linear()
Song Liu
2019-02-25
libbpf: add support for using AF_XDP sockets
Magnus Karlsson
2019-02-15
libbpf: Introduce bpf_object__btf
Andrey Ignatov
2019-02-15
libbpf: Introduce bpf_map__resize
Andrey Ignatov
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
2019-02-08
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
2019-02-08
btf: expose API to work with raw btf data
Andrii Nakryiko
2019-02-08
btf: separate btf creation and loading
Andrii Nakryiko
2019-02-05
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
2019-02-05
btf: add BTF types deduplication algorithm
Andrii Nakryiko
2019-02-04
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
2019-02-04
tools/bpf: expose functions btf_ext__* as API functions
Yonghong Song
2019-02-01
libbpf: Add a support for getting xdp prog id on ifindex
Maciej Fijalkowski
2019-02-01
libbpf: Add a helper for retrieving a map fd for a given name
Maciej Fijalkowski
2019-02-01
libbpf: introduce bpf_map_lookup_elem_flags()
Alexei Starovoitov
2019-01-22
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-22
tools: bpftool: add probes for eBPF map types
Quentin Monnet
2019-01-22
tools: bpftool: add probes for eBPF program types
Quentin Monnet
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-04
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
2018-11-26
libbpf: Add version script for DSO
Andrey Ignatov