summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * libbpf: fix errno is overwritten after being closed.Xin Liu2022-12-281-3/+2
| | * libbpf: start v1.2 development cycleAndrii Nakryiko2022-12-212-1/+4
| | * libbpf: Show error info about missing ".BTF" sectionChangbin Du2022-12-201-0/+1
| | * libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj2022-12-201-1/+1
| | * libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2022-12-151-27/+6
| | * libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2022-12-151-46/+123
| | * libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko2022-12-151-0/+13
| | * libbpf: Handle non-standardly sized enums better in BTF-to-C dumperAndrii Nakryiko2022-12-151-0/+38
| | * libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko2022-12-151-2/+5
| | * libbpf: Optimized return value in libbpf_strerror when errno is libbpf errnoXin Liu2022-12-141-4/+12
* | | tools/lib/thermal: Fix include path for libnl3 in pkg-config file.Vibhav Pant2023-02-151-1/+1
* | | tools/lib/thermal: Fix thermal_sampling_exit()Vincent Guittot2023-02-151-1/+1
|/ /
* | libperf: Fix install_pkgconfig targetAlexander Gordeev2022-12-161-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-1613-290/+613
|\|
| * libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker2022-12-061-0/+8
| * libbpf: Improve usability of libbpf MakefileXin Liu2022-12-021-0/+17
| * libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko2022-11-301-0/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-8/+22
| |\
| | * libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao2022-11-171-0/+4
| | * libbpf: Handle size overflow for user ringbuf mmapHou Tao2022-11-171-2/+8
| | * libbpf: Handle size overflow for ringbuf mmapHou Tao2022-11-171-4/+8
| | * libbpf: Use page size as max_entries when probing ring buffer mapHou Tao2022-11-171-1/+1
| | * libbpf: Use correct return pointer in attach_raw_tpJiri Olsa2022-11-141-1/+1
| * | selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov2022-11-221-1/+2
| * | libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko2022-11-181-1/+1
| * | libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul2022-11-141-2/+2
| * | libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul2022-11-141-17/+28
| * | libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul2022-11-141-2/+3
| * | libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael2022-11-141-1/+1
| * | libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman2022-11-111-1/+2
| * | libbpf: Resolve unambigous forward declarationsEduard Zingerman2022-11-091-4/+139
| * | libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-097-109/+119
| * | libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman2022-11-041-50/+25
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-024-78/+125
| |\ \
| | * | libbpf: Support new cgroup local storageYonghong Song2022-10-252-0/+2
| | * | libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire2022-10-251-3/+5
| | * | libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai2022-10-211-10/+6
| | * | libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko2022-10-191-19/+78
| | * | libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko2022-10-191-54/+42
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-201-3/+2
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2022-10-186-21/+117
| |\ \
| | * | libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu2022-10-131-0/+3
| | * | libbpf: Deal with section with no data gracefullyShung-Hsi Yu2022-10-131-1/+5
| | * | libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu2022-10-131-4/+9
| | * | libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai2022-10-131-7/+4
| | * | libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai2022-10-131-3/+26
| | * | libbpf: Introduce bpf_link_get_fd_by_id_opts()Roberto Sassu2022-10-103-1/+14
| | * | libbpf: Introduce bpf_btf_get_fd_by_id_opts()Roberto Sassu2022-10-103-1/+14
| | * | libbpf: Introduce bpf_prog_get_fd_by_id_opts()Roberto Sassu2022-10-103-1/+14
| | * | libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()Roberto Sassu2022-10-103-1/+22