summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
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-21libbpf: Add SEC name for xdp frags programsLorenzo Bianconi
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee
2022-01-18libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen
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-12libbpf: Deprecate bpf_map__def() APIChristy Lee
2022-01-12libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao
2022-01-12libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee
2022-01-12libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez
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
2021-12-14libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee
2021-12-14libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPFAndrii Nakryiko
2021-12-14libbpf: Add sane strncpy alternative and use it internallyAndrii Nakryiko
2021-12-14libbpf: Fix potential uninit memory readAndrii Nakryiko
2021-12-13libbpf: Add doc comments for bpf_program__(un)pin()Grant Seltzer
2021-12-12libbpf: Don't validate TYPE_ID relo's original imm valueAndrii Nakryiko
2021-12-11libbpf: Fix gen_loader assumption on number of programs.Alexei Starovoitov
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng
2021-12-10libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet