summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-12libsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
2024-06-12libbpf: Fix error message in attach_kprobe_multiJiri Olsa1-1/+1
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers2-8/+14
2024-03-27libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen1-2/+2
2024-03-27libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko1-1/+1
2024-03-27libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko1-0/+14
2024-03-27libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-02-05libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-02-05libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2024-02-05libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song1-5/+8
2024-01-26libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-11-20libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5
2023-11-20libbpf: Fix syscall access arguments on riscvAlexandre Ghiti1-2/+0
2023-09-10Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+12
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+66
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim1-1/+7
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim1-0/+4
2023-08-24libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko1-1/+1
2023-08-24libbpf: Add bpf_object__unpin()Daniel Xu3-0/+17
2023-08-23libbpf: Free btf_vmlinux when closing bpf_objectHao Luo1-0/+1
2023-08-22libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2-17/+82
2023-08-22libbpf: Add uprobe multi link detectionJiri Olsa2-0/+38
2023-08-22libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa1-0/+36
2023-08-22libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa3-0/+166
2023-08-22libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2-1/+21
2023-08-22libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa3-1/+67
2023-08-22libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2-0/+112
2023-08-22libbpf: Add elf symbol iteratorJiri Olsa1-64/+115
2023-08-22libbpf: Add elf_open/elf_close functionsJiri Olsa3-42/+57
2023-08-22libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa4-186/+202
2023-08-22libbpf: Add uprobe_multi attach type and link namesJiri Olsa1-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky1-1/+19
2023-08-16tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti1-0/+66
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti1-0/+66
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati1-2/+2
2023-08-05libbpf: Use local includes inside the librarySergey Kacheev2-3/+3
2023-08-02libbpf: fix typos in MakefileRandy Dunlap1-2/+2
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+12
2023-07-19libbpf: Add helper macro to clear opts structsDaniel Borkmann1-0/+16
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann5-11/+88
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann4-53/+159
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2-1/+7
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-35/+268
2023-07-11libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers1-6/+12
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe1-10/+0
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2-4/+16
2023-07-09libbpf: only reset sec_def handler when necessaryAndrii Nakryiko1-8/+19
2023-07-07libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu1-1/+61
2023-07-07libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu1-13/+97
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal5-0/+72