summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-12-16libperf: Fix install_pkgconfig targetAlexander Gordeev1-1/+1
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo13-290/+613
2022-12-14tools lib traceevent: Remove libtraceeventIan Rogers69-19875/+0
2022-12-14tools lib symbol: Add dependency test to install_headersIan Rogers1-7/+14
2022-12-14tools lib subcmd: Add dependency test to install_headersIan Rogers1-10/+13
2022-12-14tools lib perf: Add dependency test to install_headersIan Rogers1-21/+22
2022-12-14tools lib api: Add dependency test to install_headersIan Rogers1-12/+26
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker1-0/+8
2022-12-02libbpf: Improve usability of libbpf MakefileXin Liu1-0/+17
2022-11-30libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko1-0/+7
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+22
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov1-1/+2
2022-11-20tools lib traceevent: Make install_headers clearerIan Rogers1-2/+2
2022-11-20tools lib subcmd: Make install_headers clearerIan Rogers1-1/+1
2022-11-20tools lib perf: Make install_headers clearerIan Rogers1-1/+1
2022-11-20tools lib symbol: Clean up build outputIan Rogers1-2/+2
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers1-0/+1
2022-11-20tools lib api: Clean up install_headersIan Rogers1-2/+2
2022-11-18libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko1-1/+1
2022-11-17libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao1-0/+4
2022-11-17libbpf: Handle size overflow for user ringbuf mmapHou Tao1-2/+8
2022-11-17libbpf: Handle size overflow for ringbuf mmapHou Tao1-4/+8
2022-11-17libbpf: Use page size as max_entries when probing ring buffer mapHou Tao1-1/+1
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo1-1/+0
2022-11-16tool lib symbol: Add Makefile/BuildIan Rogers2-0/+116
2022-11-16tools lib perf: Add missing install headersIan Rogers1-1/+9
2022-11-16tools lib api: Add missing install headersIan Rogers1-1/+4
2022-11-16tools lib subcmd: Add install targetIan Rogers1-0/+49
2022-11-16tools lib api: Add install targetIan Rogers1-0/+49
2022-11-15tools lib api fs tracing_path: Add scandir alphasortIan Rogers2-0/+17
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: Use correct return pointer in attach_raw_tpJiri Olsa1-1/+1
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