summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-02-13selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirectJesper Dangaard Brouer1-0/+7
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer1-0/+75
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer1-2/+9
2021-02-13perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv1-0/+10
2021-02-13perf symbols: Fix return value when loading PE DSONicholas Fraser1-1/+3
2021-02-13perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser1-7/+1
2021-02-13tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev1-0/+1
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu3-10/+174
2021-02-12perf arm-spe: Store operation type in packetLeo Yan2-0/+12
2021-02-12perf arm-spe: Store memory address in packetLeo Yan2-0/+6
2021-02-12perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan1-1/+1
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers9-9/+0
2021-02-12perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers1-33/+0
2021-02-12bpf: selftests: Add non function pointer test to struct_opsMartin KaFai Lau1-0/+1
2021-02-12libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau1-11/+11
2021-02-12libbpf: Use AF_LOCAL instead of AF_INET in xsk.cStanislav Fomichev1-1/+1
2021-02-12tracing/tools: Add the latency-collector to tools directoryViktor Rosendahl5-6/+2161
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini19-217/+246
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar52-468/+1840
2021-02-12Merge branch 'for-mingo-nolibc' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-39/+116
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar13-41/+642
2021-02-12Merge branch 'for-mingo-lkmm' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar34-138/+42
2021-02-12selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest2-6/+41
2021-02-12selftests/bpf: Use vmlinux.h in socket_cookie_prog.cFlorent Revest1-5/+6
2021-02-12selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest5-213/+72
2021-02-12bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+8
2021-02-12bpf: Be less specific about socket cookies guaranteesFlorent Revest1-4/+4
2021-02-12perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov1-2/+1
2021-02-12perf annotate: Fix jump parsing for C++ code.Martin Liška2-0/+9
2021-02-12selftests/ftrace: Add '!event' synthetic event syntax checkTom Zanussi1-0/+4
2021-02-12selftests/ftrace: Update synthetic event syntax errorsTom Zanussi1-8/+27
2021-02-11perf tools: Replace lkml.org links with loreKees Cook2-2/+2
2021-02-11tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2021-02-11selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel1-7/+3
2021-02-11selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov1-0/+69
2021-02-11selftests/bpf: Improve recursion selftestAlexei Starovoitov1-0/+8
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov2-0/+5
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov2-0/+79
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2-4/+4
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa1-0/+38
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa1-0/+54
2021-02-11perf tests: Add daemon reconfig testJiri Olsa1-0/+119
2021-02-11perf tests: Add daemon 'list' command testJiri Olsa1-0/+184
2021-02-11perf daemon: Add examples to man pageJiri Olsa1-0/+98
2021-02-11perf daemon: Add up time for daemon/session listJiri Olsa1-0/+20
2021-02-11perf daemon: Use control to stop sessionJiri Olsa1-10/+46
2021-02-11perf daemon: Add 'ping' commandJiri Olsa2-0/+157
2021-02-11perf daemon: Set control fifo for sessionJiri Olsa2-1/+28