summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov1-1/+2
2022-11-18libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko1-1/+1
2022-11-14libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul1-2/+2
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul1-17/+28
2022-11-14libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul1-2/+3
2022-11-14libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael1-1/+1
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman1-1/+2
2022-11-09libbpf: Resolve unambigous forward declarationsEduard Zingerman1-4/+139
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman7-109/+119
2022-11-04libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman1-50/+25
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-78/+125
2022-10-25libbpf: Support new cgroup local storageYonghong Song2-0/+2
2022-10-25libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire1-3/+5
2022-10-21libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai1-10/+6
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2022-10-19libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko1-19/+78
2022-10-19libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko1-54/+42
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski6-21/+117
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo1-3/+2
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu1-1/+5
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu1-4/+9
2022-10-13libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai1-7/+4
2022-10-13libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds6-19/+46
2022-10-10libbpf: Introduce bpf_link_get_fd_by_id_opts()Roberto Sassu3-1/+14
2022-10-10libbpf: Introduce bpf_btf_get_fd_by_id_opts()Roberto Sassu3-1/+14
2022-10-10libbpf: Introduce bpf_prog_get_fd_by_id_opts()Roberto Sassu3-1/+14
2022-10-10libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()Roberto Sassu3-1/+22
2022-10-10libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.mapRoberto Sassu1-1/+1
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-80/+69
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim1-3/+0
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim2-7/+5
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim1-6/+9
2022-10-05bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman1-1/+5
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-222/+817
2022-10-04perf subcmd: Set environment variable "PREFIX"Leo Yan1-0/+3
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+2
2022-10-04perf cpumap: Add range data encodingIan Rogers1-0/+14
2022-10-04perf events: Prefer union over variable length arrayIan Rogers1-1/+10
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter1-2/+3
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-106/+596
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu1-1/+1
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2-2/+2
2022-09-27libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko1-1/+24
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron3-5/+5
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko1-1/+3
2022-09-23libbpf: Add pathname_concat() helperWang Yufen1-47/+29
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+53
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen1-18/+12