summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-12-31libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2022-12-31libbpf: Deal with section with no data gracefullyShung-Hsi Yu
2022-12-31libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu
2022-12-31libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko
2022-12-31libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao
2022-12-19libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-12-08libbpf: Use correct return pointer in attach_raw_tpJiri Olsa
2022-10-21libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-10-21libbpf: Do not require executable permission for shared librariesHengqi Chen
2022-10-21libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard
2022-10-21libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko
2022-10-21libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko
2022-10-21libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu
2022-10-21libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-10-21libbpf: Initialize err in probe_map_createFlorian Fainelli
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter
2022-08-19libperf: Add a test case for read formatsNamhyung Kim
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-08-19perf cpumap: Const map for max()Ian Rogers
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-07-29libbpf: Add bpf_obj_get_opts()Joe Burton
2022-07-28libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller
2022-07-26libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich
2022-07-21libbpf: Fix str_has_sfx()'s return valueDan Carpenter
2022-07-21libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter
2022-07-19libbpf: fix an snprintf() overflow checkDan Carpenter
2022-07-19libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko
2022-07-19libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko
2022-07-19libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko
2022-07-19libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko
2022-07-19libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko
2022-07-15libbpf: perfbuf: Add API to get the ring bufferJon Doron
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov
2022-07-13libbpf: Fix the name of a reused mapAnquan Wu
2022-07-13libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-08bpf: Correctly propagate errors up from bpf_core_composites_matchDaniel Müller