summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko2022-06-091-2/+3
* libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko2022-06-091-4/+11
* perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-271-2/+1
* libbpf: Fix build issue with llvm-readelfYonghong Song2022-04-131-2/+2
* libbpf: Unmap rings when umem deletedlic1212022-04-081-0/+11
* libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai2022-04-081-0/+5
* libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-04-081-3/+5
* libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-04-081-4/+51
* libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-04-081-1/+2
* libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter2022-04-081-2/+3
* libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-04-081-0/+3
* libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-231-9/+2
* libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko2022-01-271-4/+41
* libbpf: Clean gen_loader's attach kind.Alexei Starovoitov2022-01-271-1/+3
* libbpf: Silence uninitialized warning/error in btf_dump_dump_type_dataAlan Maguire2022-01-271-1/+1
* libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko2022-01-271-1/+4
* libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko2022-01-271-0/+1
* libbpf: Fix potential misaligned memory access in btf_ext__new()Andrii Nakryiko2022-01-272-6/+6
* libbpf: Free up resources used by inner map definitionAndrii Nakryiko2022-01-271-1/+4
* libbpf: Fix lookup_and_delete_elem_flags error reportingMehrdad Arshad Rad2021-11-181-1/+3
* libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich2021-11-181-1/+1
* libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko2021-11-181-1/+1
* libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-11-181-3/+9
* libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-11-181-2/+2
* libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-11-181-2/+4
* libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi2021-11-181-2/+4
* libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen2021-11-181-0/+6
* libperf tests: Fix test_stat_cpuShunsuke Nakamura2021-10-142-6/+6
* libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura2021-10-141-0/+1
* libbpf: Fix memory leak in strsetAndrii Nakryiko2021-10-011-0/+1
* libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi2021-09-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-1/+7
|\
| * libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi2021-09-281-1/+7
* | libperf evsel: Make use of FD robust.Ian Rogers2021-09-181-23/+41
|/
* Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-054-8/+11
|\
| * libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini2021-08-311-8/+2
| * libsubcmd: add OPT_UINTEGER_OPTARG option typeRiccardo Mancini2021-08-311-0/+1
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-08-302-3/+4
| |\
| * | libperf tests: Fix verbose printingShunsuke Nakamura2021-08-241-0/+2
| * | libperf: Add perf_cpu_map__default_new()Jin Yao2021-08-112-0/+6
* | | libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2021-08-172-4/+17
* | | libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko2021-08-173-25/+127
* | | libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko2021-08-173-18/+54
* | | libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko2021-08-171-21/+90
* | | libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko2021-08-171-4/+5
* | | libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-08-171-5/+5
* | | libbpf: Support weak typed ksyms.Hao Luo2021-08-131-7/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-3/+4
|\ \ \ | | |/ | |/|
| * | libbpf: Do not close un-owned FD 0 on errorsDaniel Xu2021-08-071-2/+1
| * | libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-071-1/+3
| |/