summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet-0/+1
2022-09-21tools: sync find_bit() implementationYury Norov-80/+69
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter-2/+3
2022-09-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu-1/+1
2022-09-16libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu-12/+0
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko-4/+9
2022-09-09libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann-13/+6
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter-0/+50
2022-09-06libbpf: Add new BPF_PROG2 macroYonghong Song-0/+79
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-6/+36
2022-08-31libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard-6/+13
2022-08-25libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires-0/+23
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+289
2022-08-19libperf: Add a test case for read formatsNamhyung Kim-0/+161
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim-3/+83
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers-4/+43
2022-08-19perf cpumap: Const map for max()Ian Rogers-2/+2
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-130/+205
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko-10/+2
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko-91/+138
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko-1/+1
2022-08-17libbpf: Allows disabling auto attachHao Luo-1/+18
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu-6/+16
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu-4/+4
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+2
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko-0/+5
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov-2/+2
2022-08-08libbpf: Do not require executable permission for shared librariesHengqi Chen-3/+5
2022-08-08libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko-5/+3
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds-3/+3
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+12
2022-08-04libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard-9/+9
2022-08-04libbpf: Initialize err in probe_map_createFlorian Fainelli-1/+1
2022-08-04libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard-0/+4
2022-07-29libbpf: Add bpf_obj_get_opts()Joe Burton-0/+21
2022-07-28libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller-1/+10
2022-07-26libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich-4/+11
2022-07-21libbpf: Fix str_has_sfx()'s return valueDan Carpenter-3/+3
2022-07-21libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter-1/+1
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter-0/+2
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter-0/+9
2022-07-19libbpf: fix an snprintf() overflow checkDan Carpenter-1/+1
2022-07-19libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko-35/+42
2022-07-19libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko-21/+40
2022-07-19libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko-9/+157
2022-07-19libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko-13/+40
2022-07-19libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko-45/+66
2022-07-15libbpf: perfbuf: Add API to get the ring bufferJon Doron-0/+33
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov-2/+2
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov-1/+1