summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-13libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-04-13libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-04-13libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2022-04-08libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21
2022-04-08libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-04-08libbpf: Unmap rings when umem deletedlic1211-0/+11
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai1-0/+5
2022-04-08libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel1-19/+25
2022-04-08libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko1-3/+5
2022-04-08libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen1-4/+51
2022-04-08libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko1-1/+1
2022-04-08libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko1-1/+2
2022-04-08libbpf: Fix riscv register namesIlya Leoshkevich1-2/+2
2022-04-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter1-2/+3
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-02-16libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa4-5/+18
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring1-2/+3
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2-1/+102
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-2/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-0/+20
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-2/+2
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds13-123/+353
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-22/+47
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov1-0/+20
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers1-2/+3
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo22-1351/+2648
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers9-63/+85
2022-01-12libperf: Sync evsel documentationIan Rogers1-5/+5
2022-01-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers1-1/+6
2022-01-12libperf: Use cpu not index for evsel mmapIan Rogers1-1/+2
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers2-48/+50
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers5-2/+10
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers1-0/+9
2022-01-07libbpf: Add documentation for bpf_map batch operationsGrant Seltzer2-6/+117
2022-01-06libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee1-1/+2
2022-01-06libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee1-0/+1
2022-01-06libbpf: Support repeated legacy kprobes on same functionQiang Wang1-1/+4
2022-01-06libbpf: Use probe_name for legacy kprobeQiang Wang1-1/+1
2022-01-06libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee2-8/+15
2021-12-29libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko3-17/+28
2021-12-29libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko1-32/+22
2021-12-29libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko1-225/+152
2021-12-23libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa1-0/+6
2021-12-18libbpf: Rework feature-probing APIsAndrii Nakryiko3-54/+236
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker1-1/+2
2021-12-16libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King1-1/+1
2021-12-15libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko1-1/+4