summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-161-9/+2
* libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2022-02-164-5/+18
* libperf: Fix 32-bit build for tests uint64_t printfRob Herring2022-02-161-2/+3
* libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
* Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-231-2/+2
|\
| * perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-0/+20
|\ \ | |/ |/|
| * tools: sync tools/bitmap with mother linuxYury Norov2022-01-151-0/+20
* | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-1813-123/+353
|\ \
| * | libperf tests: Update a use of the new cpumap APIIan Rogers2022-01-141-2/+3
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-1322-1351/+2648
| |\ \
| * | | perf cpumap: Give CPUs their own typeIan Rogers2022-01-129-63/+85
| * | | libperf: Sync evsel documentationIan Rogers2022-01-121-5/+5
| * | | libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers2022-01-121-1/+6
| * | | libperf: Use cpu not index for evsel mmapIan Rogers2022-01-121-1/+2
| * | | libperf: Switch cpu to more accurate cpu_map_idxIan Rogers2022-01-122-48/+50
| * | | perf cpumap: Move 'has' function to libperfIan Rogers2022-01-125-2/+10
| * | | libperf: Add comments to 'struct perf_cpu_map'Ian Rogers2022-01-121-0/+9
| * | | libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King2021-12-161-1/+1
| * | | perf evlist: Allow setting arbitrary leaderIan Rogers2021-12-072-7/+10
| * | | libperf tests: Add test_stat_multiplexing testShunsuke Nakamura2021-12-071-0/+157
| * | | libperf: Remove scaling process from perf_mmap__read_self()Shunsuke Nakamura2021-12-071-2/+0
| * | | libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-073-0/+24
| | |/ | |/|
* | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-163-22/+47
|\ \ \ | |_|/ |/| |
| * | libtraceevent: Add __rel_loc relative location attribute supportMasami Hiramatsu2021-12-063-22/+47
| |/
* | libbpf: Add documentation for bpf_map batch operationsGrant Seltzer2022-01-062-6/+117
* | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee2022-01-051-1/+2
* | libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-051-0/+1
* | libbpf: Support repeated legacy kprobes on same functionQiang Wang2022-01-051-1/+4
* | libbpf: Use probe_name for legacy kprobeQiang Wang2022-01-051-1/+1
* | libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2022-01-052-8/+15
* | libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko2021-12-283-17/+28
* | libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko2021-12-281-32/+22
* | libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko2021-12-281-225/+152
* | libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa2021-12-231-0/+6
* | libbpf: Rework feature-probing APIsAndrii Nakryiko2021-12-173-54/+236
* | tools/libbpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-1/+2
* | libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko2021-12-141-1/+4
* | libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee2021-12-141-0/+1
* | libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPFAndrii Nakryiko2021-12-146-39/+143
* | libbpf: Add sane strncpy alternative and use it internallyAndrii Nakryiko2021-12-146-19/+31
* | libbpf: Fix potential uninit memory readAndrii Nakryiko2021-12-141-0/+1
* | libbpf: Add doc comments for bpf_program__(un)pin()Grant Seltzer2021-12-131-0/+24
* | libbpf: Don't validate TYPE_ID relo's original imm valueAndrii Nakryiko2021-12-121-5/+14
* | libbpf: Fix gen_loader assumption on number of programs.Alexei Starovoitov2021-12-111-2/+3
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-1019-629/+1185
|\ \
| * | libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng2021-12-101-3/+8
| * | libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet2021-12-101-1/+1
| * | libbpf: Deprecate bpf_object__load_xattr()Andrii Nakryiko2021-12-102-13/+11
| * | libbpf: Add per-program log buffer setter and getterAndrii Nakryiko2021-12-103-17/+84