summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | libbpf: Open code low level bpf commands.Alexei Starovoitov2022-02-011-2/+42
| | * | | libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi2022-02-011-3/+11
| | * | | libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky2022-02-011-2/+4
| | * | | libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko2022-01-251-0/+26
| | * | | libbpf: deprecate bpf_map__resize()Andrii Nakryiko2022-01-251-0/+1
| | * | | libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko2022-01-256-16/+37
| | * | | libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada2022-01-241-0/+34
| | * | | libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2022-01-242-1/+2
| | * | | libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee2022-01-241-0/+1
| | * | | libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu2022-01-241-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-272-2/+22
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | 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 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| | |_|/ / | |/| | |
* | | | | 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