summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2023-09-29libbpf: Allow Golang symbols in uprobe secdefHengqi Chen
2023-09-25libbpf: Add ring__consumeMartin Kelly
2023-09-25libbpf: Add ring__map_fdMartin Kelly
2023-09-25libbpf: Add ring__sizeMartin Kelly
2023-09-25libbpf: Add ring__avail_data_sizeMartin Kelly
2023-09-25libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly
2023-09-25libbpf: Add ring_buffer__ringMartin Kelly
2023-09-25libbpf: Switch rings to array of pointersMartin Kelly
2023-09-25libbpf: Refactor cleanup in ring_buffer__addMartin Kelly
2023-09-22libbpf: Support symbol versioning for uprobeHengqi Chen
2023-09-22libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-09-08libbpf: Add __percpu_kptr macro definitionYonghong Song
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim
2023-08-23libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko
2023-08-23libbpf: Add bpf_object__unpin()Daniel Xu
2023-08-22libbpf: Free btf_vmlinux when closing bpf_objectHao Luo
2023-08-21libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa
2023-08-21libbpf: Add uprobe multi link detectionJiri Olsa
2023-08-21libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa
2023-08-21libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa
2023-08-21libbpf: Add bpf_link_create support for multi uprobesJiri Olsa
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa
2023-08-21libbpf: Add elf_resolve_syms_offsets functionJiri Olsa
2023-08-21libbpf: Add elf symbol iteratorJiri Olsa
2023-08-21libbpf: Add elf_open/elf_close functionsJiri Olsa
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa
2023-08-21libbpf: Add uprobe_multi attach type and link namesJiri Olsa
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky
2023-08-16tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati
2023-08-04libbpf: Use local includes inside the librarySergey Kacheev
2023-08-02libbpf: fix typos in MakefileRandy Dunlap
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-19libbpf: Add helper macro to clear opts structsDaniel Borkmann
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-11libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko