summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2023-07-19libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-07-19libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau
2023-05-11libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-13bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-06libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-06libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-03-10tools/lib/thermal: Fix thermal_sampling_exit()Vincent Guittot
2023-03-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-10libbpf: Fix invalid return address register in s390Daniel T. Lee
2023-03-10libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
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: Fix memory leak in parse_usdt_arg()Xu Kuohai
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-21libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-11-17libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao
2022-11-17libbpf: Handle size overflow for user ringbuf mmapHou Tao
2022-11-17libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-11-17libbpf: Use page size as max_entries when probing ring buffer mapHou Tao
2022-11-14libbpf: Use correct return pointer in attach_raw_tpJiri Olsa
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04perf subcmd: Set environment variable "PREFIX"Leo Yan
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-10-04perf events: Prefer union over variable length arrayIan Rogers
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-27libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko
2022-09-23libbpf: Add pathname_concat() helperWang Yufen
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21tools: sync find_bit() implementationYury Norov
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter