summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
* libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-091-0/+35
* libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-091-0/+6
* libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-091-0/+6
* libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-091-8/+12
* libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-091-0/+2
* libbpf: Fix riscv register namesIlya Leoshkevich2022-02-091-2/+2
* libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich2022-02-091-0/+2
* libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich2022-02-091-0/+10
* libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-02-081-2/+3
* libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez2022-02-071-8/+0
* libbpf: Fix build issue with llvm-readelfYonghong Song2022-02-051-2/+2
* libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko2022-02-042-0/+4
* libbpf: Deprecate priv/set_priv storageDelyan Kratunov2022-02-031-1/+6
* libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko2022-02-031-1/+1
* libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov2022-02-031-1/+3
* libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2022-02-011-0/+26
* libbpf: Open code low level bpf commands.Alexei Starovoitov2022-02-011-2/+42
* libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi2022-02-011-3/+11
* libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky2022-02-011-2/+4
* libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko2022-01-261-0/+26
* libbpf: deprecate bpf_map__resize()Andrii Nakryiko2022-01-261-0/+1
* libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko2022-01-266-16/+37
* libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada2022-01-251-0/+34
* libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2022-01-252-1/+2
* libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee2022-01-251-0/+1
* libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu2022-01-251-0/+1
* libbpf: Add SEC name for xdp frags programsLorenzo Bianconi2022-01-211-0/+8
* libbpf: streamline low-level XDP APIsAndrii Nakryiko2022-01-213-33/+117
* libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-213-1/+14
* libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee2022-01-191-1/+30
* libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen2022-01-191-1/+21
* libbpf: Deprecate bpf_map__def() APIChristy Lee2022-01-131-1/+2
* libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-01-131-0/+3
* libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-133-2/+12
* libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez2022-01-131-2/+1
* libbpf: Add documentation for bpf_map batch operationsGrant Seltzer2022-01-072-6/+117
* libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee2022-01-061-1/+2
* libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-061-0/+1
* libbpf: Support repeated legacy kprobes on same functionQiang Wang2022-01-061-1/+4
* libbpf: Use probe_name for legacy kprobeQiang Wang2022-01-061-1/+1
* libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2022-01-062-8/+15
* libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko2021-12-293-17/+28
* libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko2021-12-291-32/+22
* libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko2021-12-291-225/+152
* libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa2021-12-231-0/+6
* libbpf: Rework feature-probing APIsAndrii Nakryiko2021-12-173-54/+236
* tools/libbpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-1/+2
* libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko2021-12-151-1/+4
* libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee2021-12-141-0/+1