aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-01-17libbpf: Simplify BTF initialization logicAndrii Nakryiko1-13/+6
2020-01-17libbpf: Fix error handling bug in btf_dump__newAndrii Nakryiko1-0/+1
2020-01-16libbpf: Revert bpf_helper_defs.h inclusion regressionAndrii Nakryiko1-1/+1
2020-01-16selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song1-5/+1
2020-01-16kselftest: Minimise dependency of get_size on C library interfacesSiddhesh Poyarekar1-6/+18
2020-01-16selftests/livepatch: Remove unused local variable in set_ftrace_enabled()Miroslav Benes1-1/+0
2020-01-16selftests/livepatch: Replace set_dynamic_debug() with setup_config() in READMEMiroslav Benes1-1/+1
2020-01-16libbpf: Fix unneeded extra initialization in bpf_map_batch_commonBrian Vazquez1-1/+1
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko2-11/+80
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau1-11/+50
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau1-0/+1
2020-01-15libbpf: Expose bpf_find_kernel_btf as a LIBBPF_APIMartin KaFai Lau4-96/+102
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau1-22/+20
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau1-14/+2
2020-01-15selftests/bpf: Add batch ops testing to array bpf mapBrian Vazquez1-0/+129
2020-01-15selftests/bpf: Add batch ops testing for htab and htab_percpu mapYonghong Song1-0/+283
2020-01-15libbpf: Add libbpf support to batch opsYonghong Song3-0/+84
2020-01-15tools/bpf: Sync uapi header bpf.hYonghong Song1-0/+21
2020-01-15selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP programEelco Chaudron2-0/+109
2020-01-15libbpf: Support .text sub-calls relocationsAndrii Nakryiko1-7/+22
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song2-105/+72
2020-01-15bpf: Add bpf_send_signal_thread() helperYonghong Song1-2/+17
2020-01-15perf header: Use last modification time for timestampMichael Petlan1-1/+1
2020-01-15selftests: mlxsw: qos_mc_aware: Fix mausezahn invocationPetr Machata1-2/+6
2020-01-14selftests: mlxsw: Add test for FIB offload APIIdo Schimmel1-0/+180
2020-01-14selftests: netdevsim: Add test for FIB offload APIIdo Schimmel1-0/+341
2020-01-14selftests: forwarding: Add helpers and tests for FIB offloadIdo Schimmel1-0/+873
2020-01-14net: macsec: introduce the macsec_context structureAntoine Tenart1-0/+7
2020-01-14selftests/bpf: Build runqslower from selftestsAndrii Nakryiko2-2/+7
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund1-4/+6
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningCengiz Can1-1/+1
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa2-2/+2
2020-01-14perf ui gtk: Add missing zalloc objectJiri Olsa1-0/+5
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2-2/+3
2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa1-0/+3
2020-01-14perf report: Fix no libunwind compiled warning break s390 issueJin Yao1-3/+3
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen8-2/+61
2020-01-14perf report: Clarify in help that --children is defaultAndi Kleen1-1/+2
2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero1-0/+6
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero1-0/+4
2020-01-14selftests/timens: Check for right timens offsets after fork and execAndrei Vagin3-1/+96
2020-01-14selftests/timens: Add a simple perf test for clock_gettime()Andrei Vagin3-1/+99
2020-01-14selftests/timens: Add timer offsets testAndrei Vagin3-1/+124
2020-01-14selftests/timens: Add procfs selftestDmitry Safonov3-1/+146
2020-01-14selftests/timens: Add a test for clock_nanosleep()Andrei Vagin3-2/+152
2020-01-14selftests/timens: Add a test for timerfdAndrei Vagin3-1/+130
2020-01-14selftests/timens: Add Time Namespace test for supported clocksDmitry Safonov7-0/+325
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin1-2/+4
2020-01-13tools/bpf: Add runqslower tool to tools/bpfAndrii Nakryiko6-5/+396