summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
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-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
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-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-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-08bpf: Correctly propagate errors up from bpf_core_composites_matchDaniel Müller
2022-07-08libbpf: Disable SEC pragma macro on GCCJames Hilliard
2022-07-07libbpf, riscv: Use a0 for RC registerYixun Lan
2022-07-06libbpf: Remove unnecessary usdt_rel_ip assignmentsAndrii Nakryiko
2022-07-05libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()Chuang Wang
2022-07-05libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()Chuang Wang
2022-07-05libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()Chuang Wang
2022-07-05libbpf: add bpf_core_type_matches() helper macroAndrii Nakryiko
2022-07-05bpf, libbpf: Add type match supportDaniel Müller
2022-07-05bpf: Introduce TYPE_MATCH related constants/macrosDaniel Müller
2022-06-29libbpf: implement bpf_prog_query_optsStanislav Fomichev
2022-06-29libbpf: add lsm_cgoup_sock typeStanislav Fomichev
2022-06-28libbpf: fix up few libbpf.map problemsAndrii Nakryiko
2022-06-28libbpf: enforce strict libbpf 1.0 behaviorsAndrii Nakryiko
2022-06-28libbpf: clean up SEC() handlingAndrii Nakryiko