summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2025-02-08libbpf: Fix segfault due to libelf functions not setting errnoQuentin Monnet
2025-02-08libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missingAndrii Nakryiko
2024-12-09libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko
2024-12-09libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko
2024-12-09libbpf: Fix output .symtab byte-order during linkingTony Ambardar
2024-12-09libbpf: Fix expected_attach_type set handling in program load callbackTao Chen
2024-12-09thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano
2024-12-09tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano
2024-12-09tools/lib/thermal: Remove the thermal.h soft link when doing make cleanzhang jiao
2024-11-14tools/lib/thermal: Fix sampling handler context ptrEmil Dahl Juhl
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta
2024-09-12libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler
2024-08-03libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko
2024-08-03libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng
2024-07-11bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi
2024-06-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong
2024-06-12libsubcmd: Fix parse-options memory leakIan Rogers
2024-06-12libbpf: Fix error message in attach_kprobe_multiJiri Olsa
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers
2024-03-26libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen
2024-03-26libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko
2024-03-26libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko
2024-03-26libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-02-05libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-02-05libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2024-02-05libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song
2024-01-25libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-11-20libperf rc_check: Make implicit enabling work for GCCIan Rogers
2023-11-20libbpf: Fix syscall access arguments on riscvAlexandre Ghiti
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim
2023-08-23libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko
2023-08-23libbpf: Add bpf_object__unpin()Daniel Xu
2023-08-22libbpf: Free btf_vmlinux when closing bpf_objectHao Luo
2023-08-21libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa
2023-08-21libbpf: Add uprobe multi link detectionJiri Olsa
2023-08-21libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa
2023-08-21libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa
2023-08-21libbpf: Add bpf_link_create support for multi uprobesJiri Olsa
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa
2023-08-21libbpf: Add elf_resolve_syms_offsets functionJiri Olsa
2023-08-21libbpf: Add elf symbol iteratorJiri Olsa
2023-08-21libbpf: Add elf_open/elf_close functionsJiri Olsa
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa
2023-08-21libbpf: Add uprobe_multi attach type and link namesJiri Olsa
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky
2023-08-16tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti