summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* | | libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko2023-04-181-4/+5
* | | libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko2023-04-181-12/+14
* | | Daniel Borkmann says:Jakub Kicinski2023-04-1310-98/+278
|\ \ \
| * | | libbpf: Wire through log_true_size for bpf_btf_load() APIAndrii Nakryiko2023-04-112-4/+13
| * | | libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOADAndrii Nakryiko2023-04-112-4/+14
| * | | libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko2023-04-111-4/+0
| * | | libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko2023-03-291-0/+1
| * | | libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman2023-03-271-1/+13
| * | | libbpf: Ensure print callback usage is thread-safeJP Kobryn2023-03-272-3/+8
| * | | libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee2023-03-221-16/+44
| * | | libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee2023-03-225-2/+46
| * | | libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee2023-03-221-24/+71
| * | | libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov2023-03-223-22/+27
| * | | libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov2023-03-221-9/+9
| * | | libbpf: Explicitly call write to append content to fileLiu Pan2023-03-201-5/+9
| * | | libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov2023-03-201-4/+6
| * | | libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov2023-03-171-0/+5