summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * perf cpumap: Add equal functionIan Rogers2023-05-272-0/+23
| * perf cpumap: Add internal nr and cpu accessorsIan Rogers2023-05-271-29/+45
| * perf cpumap: Add intersect functionIan Rogers2023-05-262-0/+37
| * perf stat record: Save cache level informationK Prateek Nayak2023-05-231-1/+2
| * perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak2023-05-231-0/+5
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2813-48/+229
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-1/+4
| |\ \
| * | | libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko2023-05-261-7/+6
| * | | libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko2023-05-264-8/+7
| * | | libbpf: Change var type in datasec resize funcJP Kobryn2023-05-251-2/+2
| * | | libbpf: Add capability for resizing datasec mapsJP Kobryn2023-05-242-11/+142
| * | | libbpf: Add opts-based bpf_obj_pin() API and add support for path_fdAndrii Nakryiko2023-05-233-5/+32
| * | | libbpf: Start v1.3 development cycleAndrii Nakryiko2023-05-232-1/+4
| * | | libbpf: Store zero fd to fd_array for loader kfunc relocationJiri Olsa2023-05-161-7/+7