summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-13libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich
2022-04-13libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich
2022-04-13libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song
2022-04-08libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen
2022-04-08libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura
2022-04-08libbpf: Unmap rings when umem deletedlic121
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai
2022-04-08libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel
2022-04-08libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko
2022-04-08libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen
2022-04-08libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko
2022-04-08libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko
2022-04-08libbpf: Fix riscv register namesIlya Leoshkevich
2022-04-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao
2022-02-16libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12libperf: Sync evsel documentationIan Rogers
2022-01-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers
2022-01-12libperf: Use cpu not index for evsel mmapIan Rogers
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers
2022-01-06libbpf: Add documentation for bpf_map batch operationsGrant Seltzer
2022-01-05libbpf 1.0: Deprecate bpf_object__find_map_by_offset() APIChristy Lee
2022-01-05libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee
2022-01-05libbpf: Support repeated legacy kprobes on same functionQiang Wang
2022-01-05libbpf: Use probe_name for legacy kprobeQiang Wang
2022-01-05libbpf: Deprecate bpf_perf_event_read_simple() APIChristy Lee
2021-12-28libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko
2021-12-28libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko
2021-12-28libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko
2021-12-23libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa
2021-12-17libbpf: Rework feature-probing APIsAndrii Nakryiko
2021-12-16tools/libbpf: Enable cross-building with clangJean-Philippe Brucker
2021-12-16libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King
2021-12-14libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko