summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-252-4/+4
* bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet2022-04-251-1/+1
* bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet2022-04-251-55/+57
* libbpf: Remove unnecessary type castYuntao Wang2022-04-251-1/+1
* selftests/bpf: Switch fexit_stress to bpf_link_create() APIAndrii Nakryiko2022-04-231-1/+1
* libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko2022-04-232-3/+34
* libbpf: Remove redundant non-null checks on obj_elfGaosheng Cui2022-04-211-4/+2
* selftests/bpf: Fix map tests errno checksArtem Savkov2022-04-212-68/+37
* selftests/bpf: Fix prog_tests uprobe_autoattach compilation errorArtem Savkov2022-04-211-1/+2
* selftests/bpf: Fix attach tests retcode checksArtem Savkov2022-04-212-2/+2
* libbpf: Add documentation to API functionsGrant Seltzer2022-04-211-0/+76
* libbpf: Update API functions usage to check errorGrant Seltzer2022-04-211-7/+5
* libbpf: Add error returns to two API functionsGrant Seltzer2022-04-212-5/+13
* selftests/bpf: Add test for skb_load_bytesLiu Jian2022-04-202-0/+64
* libbpf: Support riscv USDT argument parsing logicPu Lehui2022-04-191-0/+107
* libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui2022-04-193-6/+6
* selftests/bpf: Add tests for type tag order validationKumar Kartikeya Dwivedi2022-04-191-0/+99
* selftests/bpf: Use non-autoloaded programs in few testsAndrii Nakryiko2022-04-196-65/+35
* libbpf: Support opting out from autoloading BPF programs declarativelyAndrii Nakryiko2022-04-191-10/+21
* selftests/bpf: Workaround a verifier issue for test exhandlerYonghong Song2022-04-191-2/+13
* selftests/bpf: Limit unroll_count for pyperf600 testYonghong Song2022-04-192-4/+11
* selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko2022-04-184-221/+202
* libbpf: Usdt aarch64 arg parsing supportAlan Maguire2022-04-111-0/+76
* selftests/bpf: Drop duplicate max/min definitionsGeliang Tang2022-04-115-11/+5
* tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-16/+2
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-108-23/+3
* selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-1021-61/+45
* libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernelsRunqing Yang2022-04-101-1/+1
* selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko2022-04-105-88/+288
* libbpf: Add ARC support to bpf_tracing.hVladimir Isaev2022-04-102-0/+25
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-0852-92/+3757
|\
| * selftests/bpf: Fix return value checks in perf_event_stackmap testYuntao Wang2022-04-081-2/+2
| * selftests/bpf: Add CO-RE relos into linked_funcs selftestsAndrii Nakryiko2022-04-082-0/+16
| * libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko2022-04-081-3/+3
| * libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko2022-04-081-4/+11
| * libbpf: Allow WEAK and GLOBAL bindings during BTF fixupAndrii Nakryiko2022-04-081-2/+5
| * libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko2022-04-081-1/+1
| * libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich2022-04-081-0/+55
| * libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich2022-04-071-0/+3
| * libbpf: Minor style improvements in USDT codeIlya Leoshkevich2022-04-072-8/+8
| * libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko2022-04-071-2/+2
| * libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai2022-04-071-2/+2
| * selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire2022-04-072-18/+50
| * libbpf: Improve string parsing for uprobe auto-attachAlan Maguire2022-04-071-48/+33
| * libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire2022-04-072-1/+12
| * selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi2022-04-062-0/+39
| * selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi2022-04-064-6/+46
| * selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocationsArtem Savkov2022-04-062-2/+3
| * libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King2022-04-061-1/+1
| * selftests/bpf: Fix issues in parse_num_list()Yuntao Wang2022-04-061-1/+1