aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+12
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+66
2023-08-29libperf: Get rid of attr.id fieldGravatar Namhyung Kim 1-1/+7
2023-08-29libperf: Add perf_record_header_attr_id()Gravatar Namhyung Kim 1-0/+4
2023-08-23libbpf: fix signedness determination in CO-RE relo handling logicGravatar Andrii Nakryiko 1-1/+1
2023-08-23libbpf: Add bpf_object__unpin()Gravatar Daniel Xu 3-0/+17
2023-08-22libbpf: Free btf_vmlinux when closing bpf_objectGravatar Hao Luo 1-0/+1
2023-08-21libbpf: Add uprobe multi link support to bpf_program__attach_usdtGravatar Jiri Olsa 2-17/+82
2023-08-21libbpf: Add uprobe multi link detectionGravatar Jiri Olsa 2-0/+38
2023-08-21libbpf: Add support for u[ret]probe.multi[.s] program sectionsGravatar Jiri Olsa 1-0/+36
2023-08-21libbpf: Add bpf_program__attach_uprobe_multi functionGravatar Jiri Olsa 3-0/+166
2023-08-21libbpf: Add bpf_link_create support for multi uprobesGravatar Jiri Olsa 2-1/+21
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionGravatar Jiri Olsa 3-1/+67
2023-08-21libbpf: Add elf_resolve_syms_offsets functionGravatar Jiri Olsa 2-0/+112
2023-08-21libbpf: Add elf symbol iteratorGravatar Jiri Olsa 1-64/+115
2023-08-21libbpf: Add elf_open/elf_close functionsGravatar Jiri Olsa 3-42/+57
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectGravatar Jiri Olsa 4-186/+202
2023-08-21libbpf: Add uprobe_multi attach type and link namesGravatar Jiri Olsa 1-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationGravatar Dave Marchevsky 1-1/+19
2023-08-16tools: lib: perf: Implement riscv mmap supportGravatar Alexandre Ghiti 1-0/+66
2023-08-16libperf: Implement riscv mmap supportGravatar Alexandre Ghiti 1-0/+66
2023-08-14libbpf: Set close-on-exec flag on gzopenGravatar Marco Vedovati 1-2/+2
2023-08-04libbpf: Use local includes inside the libraryGravatar Sergey Kacheev 2-3/+3
2023-08-02libbpf: fix typos in MakefileGravatar Randy Dunlap 1-2/+2
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+12
2023-07-19libbpf: Add helper macro to clear opts structsGravatar Daniel Borkmann 1-0/+16
2023-07-19libbpf: Add link-based API for tcxGravatar Daniel Borkmann 5-11/+88
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxGravatar Daniel Borkmann 4-53/+159
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsGravatar Maciej Fijalkowski 2-1/+7
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 7-35/+268
2023-07-11libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedGravatar Ian Rogers 1-6/+12
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperGravatar John Sanpe 1-10/+0
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesGravatar Andrii Nakryiko 2-4/+16
2023-07-08libbpf: only reset sec_def handler when necessaryGravatar Andrii Nakryiko 1-8/+19
2023-07-06libbpf: Use available_filter_functions_addrs with multi-kprobesGravatar Jackie Liu 1-1/+61
2023-07-06libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesGravatar Jackie Liu 1-13/+97
2023-06-30libbpf: Add netfilter link attach helperGravatar Florian Westphal 5-0/+72
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingGravatar Andrea Terzolo 1-0/+4
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 11-195/+325
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 13-48/+229
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-9/+4
2023-06-20perf subcmd: Fix missing check for return value of malloc() in add_cmdname()Gravatar Chenyuan Mi 1-0/+2
2023-06-14tools api: Add simple timeout to io readGravatar Ian Rogers 1-1/+27
2023-06-13tools api fs: More thread safety for global filesystem variablesGravatar Ian Rogers 1-125/+86
2023-06-12lib subcmd: Avoid memory leak in exclude_cmdsGravatar Ian Rogers 1-2/+6
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-1/+4
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeGravatar Florian Westphal 2-1/+4
2023-05-28libsubcmd: Avoid two path statics, removing 8192 bytes from .bssGravatar Ian Rogers 1-15/+20
2023-05-28tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...Gravatar Ian Rogers 1-6/+11
2023-05-28tools lib api fs tracing_path: Remove two unused MAX_PATH pathsGravatar Ian Rogers 1-11/+6