summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-272-2/+22
|\
| * 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 https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2411-41/+208
|\ \ \ | |/ / |/| |
| * | libbpf: Add SEC name for xdp frags programsLorenzo Bianconi2022-01-211-0/+8
| * | libbpf: streamline low-level XDP APIsAndrii Nakryiko2022-01-203-33/+117
| * | libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko2022-01-203-1/+14
| * | libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee2022-01-191-1/+30
| * | libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen2022-01-181-1/+21
| * | libbpf: Deprecate bpf_map__def() APIChristy Lee2022-01-121-1/+2
| * | libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-01-121-0/+3
| * | libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-123-2/+12
| * | libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez2022-01-121-2/+1
* | | 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