summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-091-2/+12
|\
| * libperf: Get rid of attr.id fieldNamhyung Kim2023-08-291-1/+7
| * libperf: Add perf_record_header_attr_id()Namhyung Kim2023-08-291-0/+4
| * libperf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
* | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-011-0/+66
|\ \
| * | tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
* | | libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko2023-08-231-1/+1
* | | libbpf: Add bpf_object__unpin()Daniel Xu2023-08-233-0/+17
* | | libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-08-221-0/+1
* | | libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2023-08-212-17/+82
* | | libbpf: Add uprobe multi link detectionJiri Olsa2023-08-212-0/+38
* | | libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa2023-08-211-0/+36
* | | libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa2023-08-213-0/+166
* | | libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2023-08-212-1/+21
* | | libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa2023-08-213-1/+67
* | | libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2023-08-212-0/+112
* | | libbpf: Add elf symbol iteratorJiri Olsa2023-08-211-64/+115
* | | libbpf: Add elf_open/elf_close functionsJiri Olsa2023-08-213-42/+57
* | | libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa2023-08-214-186/+202
* | | libbpf: Add uprobe_multi attach type and link namesJiri Olsa2023-08-211-0/+2
* | | libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky2023-08-181-1/+19
* | | libbpf: Set close-on-exec flag on gzopenMarco Vedovati2023-08-141-2/+2
* | | libbpf: Use local includes inside the librarySergey Kacheev2023-08-042-3/+3
* | | libbpf: fix typos in MakefileRandy Dunlap2023-08-021-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-6/+12
|\ \ \ | | |/ | |/|
| * | libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers2023-07-111-6/+12
| |/
* | libbpf: Add helper macro to clear opts structsDaniel Borkmann2023-07-191-0/+16
* | libbpf: Add link-based API for tcxDaniel Borkmann2023-07-195-11/+88
* | libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann2023-07-194-53/+159
* | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-192-1/+7
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-137-35/+268
|\ \ | |/ |/|
| * libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe2023-07-111-10/+0
| * libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2023-07-112-4/+16
| * libbpf: only reset sec_def handler when necessaryAndrii Nakryiko2023-07-081-8/+19
| * libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu2023-07-061-1/+61
| * libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu2023-07-061-13/+97
| * libbpf: Add netfilter link attach helperFlorian Westphal2023-06-305-0/+72
| * libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo2023-06-301-0/+4
* | Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-3011-195/+325
|\ \ | |/ |/|
| * perf subcmd: Fix missing check for return value of malloc() in add_cmdname()Chenyuan Mi2023-06-201-0/+2
| * tools api: Add simple timeout to io readIan Rogers2023-06-141-1/+27
| * tools api fs: More thread safety for global filesystem variablesIan Rogers2023-06-131-125/+86
| * lib subcmd: Avoid memory leak in exclude_cmdsIan Rogers2023-06-121-2/+6
| * libsubcmd: Avoid two path statics, removing 8192 bytes from .bssIan Rogers2023-05-281-15/+20
| * tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...Ian Rogers2023-05-281-6/+11
| * tools lib api fs tracing_path: Remove two unused MAX_PATH pathsIan Rogers2023-05-281-11/+6
| * tools api fs: Avoid large static PATH_MAX arraysIan Rogers2023-05-281-7/+18
| * perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers2023-05-272-8/+23
| * perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers2023-05-271-0/+9
| * libperf cpumap: Add "any CPU"/dummy test functionIan Rogers2023-05-272-0/+15