summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-163-9/+31
| |\ \ \ | | |_|/ | |/| |
| | * | libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko2023-05-121-5/+10
| | * | libbpf: Fix comment about arc and riscv arch in bpf_tracing.hKenjiro Nakayama2023-05-041-1/+2
| | * | libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau2023-05-011-3/+19
* | | | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-272-9/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | tools/lib/subcmd: Replace NORETURN usage with __noreturnJosh Poimboeuf2023-05-162-9/+4
| |/ /
* / / bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-052-1/+4
|/ /
* | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-079-52/+236
|\ \
| * | libperf rc_check: Enable implicitly with sanitizersIan Rogers2023-04-201-0/+8
| * | perf cpumap: Add reference count checkingIan Rogers2023-04-173-42/+50
| * | libperf: Add reference count checking macrosIan Rogers2023-04-171-0/+94
| * | libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo2023-04-172-3/+7
| * | libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo2023-04-122-0/+7
| * | libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers2023-04-122-1/+2
| * | tools api: Add io__getlineIan Rogers2023-04-041-0/+45
| * | perf record: Record dropped sample countNamhyung Kim2023-03-151-0/+2
| * | perf evlist: Remove nr_groupsIan Rogers2023-03-133-2/+18
| * | libperf evlist: Avoid a use of evsel idxIan Rogers2023-03-131-7/+6
* | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-272-2/+2
|\ \ \ | |_|/ |/| |
| * | ELF: fix all "Elf" typosAlexey Dobriyan2023-04-082-2/+2
* | | tools: bpftool: print netfilter link infoFlorian Westphal2023-04-212-0/+4
* | | libbpf: mark bpf_iter_num_{new,next,destroy} as __weakAndrii Nakryiko2023-04-181-3/+3
* | | libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko2023-04-181-0/+103
* | | libbpf: improve handling of unresolved kfuncsAndrii Nakryiko2023-04-181-3/+69