summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-02-03libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov1-1/+3
2022-02-02libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov1-0/+26
2022-02-02libbpf: Open code low level bpf commands.Alexei Starovoitov1-2/+42
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi1-3/+11
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky1-2/+4
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+22
2022-01-26libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko1-0/+26
2022-01-26libbpf: deprecate bpf_map__resize()Andrii Nakryiko1-0/+1
2022-01-26libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko6-16/+37
2022-01-25libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada1-0/+34
2022-01-25libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2-1/+2
2022-01-25libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee1-0/+1
2022-01-25libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu1-0/+1
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski11-41/+208
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-22libbpf: Add SEC name for xdp frags programsLorenzo Bianconi1-0/+8
2022-01-21libbpf: streamline low-level XDP APIsAndrii Nakryiko3-33/+117
2022-01-21libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko3-1/+14
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee1-1/+30
2022-01-19libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21
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-13libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-13libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-13libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12
2022-01-13libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
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