summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-12-16libperf: Fix install_pkgconfig targetAlexander Gordeev
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-12-14tools lib traceevent: Remove libtraceeventIan Rogers
2022-12-14tools lib symbol: Add dependency test to install_headersIan Rogers
2022-12-14tools lib subcmd: Add dependency test to install_headersIan Rogers
2022-12-14tools lib perf: Add dependency test to install_headersIan Rogers
2022-12-14tools lib api: Add dependency test to install_headersIan Rogers
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker
2022-12-02libbpf: Improve usability of libbpf MakefileXin Liu
2022-11-30libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov
2022-11-20tools lib traceevent: Make install_headers clearerIan Rogers
2022-11-20tools lib subcmd: Make install_headers clearerIan Rogers
2022-11-20tools lib perf: Make install_headers clearerIan Rogers
2022-11-20tools lib symbol: Clean up build outputIan Rogers
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers
2022-11-20tools lib api: Clean up install_headersIan Rogers
2022-11-18libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko
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-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16tool lib symbol: Add Makefile/BuildIan Rogers
2022-11-16tools lib perf: Add missing install headersIan Rogers
2022-11-16tools lib api: Add missing install headersIan Rogers
2022-11-16tools lib subcmd: Add install targetIan Rogers
2022-11-16tools lib api: Add install targetIan Rogers
2022-11-15tools lib api fs tracing_path: Add scandir alphasortIan Rogers
2022-11-14libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul
2022-11-14libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul
2022-11-14libbpf: Use correct return pointer in attach_raw_tpJiri Olsa
2022-11-14libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman
2022-11-09libbpf: Resolve unambigous forward declarationsEduard Zingerman
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-11-04libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-25libbpf: Support new cgroup local storageYonghong Song
2022-10-25libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-10-21libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-19libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko
2022-10-19libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko
2022-10-18Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu