summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-2/+5
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang1-6/+2
2020-08-19selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko7-0/+224
2020-08-19libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko3-5/+170
2020-08-19selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko6-19/+323
2020-08-19selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko9-22/+446
2020-08-19libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko3-24/+263
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko8-36/+8
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko12-33/+13
2020-08-18tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko4-150/+288
2020-08-18libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko6-29/+45
2020-08-18selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko3-0/+30
2020-08-18libbpf: Improve relocation ambiguity detectionAndrii Nakryiko1-46/+124
2020-08-18libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko4-129/+169
2020-08-18libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko1-18/+41
2020-08-18libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko1-0/+27
2020-08-18libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2-20/+24
2020-08-18selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-08-18libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko1-0/+80
2020-08-18libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko1-53/+17
2020-08-18libbpf: Make kernel feature probing lazyAndrii Nakryiko1-64/+86
2020-08-18libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko1-1/+1
2020-08-18libbpf: Convert comma to semicolonXu Wang1-1/+1
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds30-144/+379
2020-08-17selftests: disable rp_filter for icmp_redirect.shDavid Ahern1-0/+2
2020-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-30/+43
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-1/+7
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds36-247/+1252
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni3-3/+3
2020-08-14selftests/exec: add file type errno testsKees Cook3-2/+200
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher1-1/+7
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller28-114/+334
2020-08-14perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo1-14/+14
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler6-1/+43
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan1-2/+0
2020-08-14perf stat: Update POWER9 metrics to utilize other metricsPaul A. Clarke1-24/+24
2020-08-14perf ftrace: Add change logChangbin Du1-0/+1
2020-08-14perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du1-55/+63
2020-08-14perf ftrace: Add option --tid to filter by thread idChangbin Du2-0/+6
2020-08-14perf ftrace: Add option -D/--delay to delay tracingChangbin Du2-3/+20
2020-08-14perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du2-7/+3
2020-08-14perf ftrace: Add support for trace option tracing_threshChangbin Du2-1/+26
2020-08-14perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du2-1/+29
2020-08-14perf ftrace: Add support for tracing option 'irq-info'Changbin Du2-1/+21
2020-08-14perf ftrace: Add support for trace option funcgraph-irqsChangbin Du2-1/+21
2020-08-14perf ftrace: Add support for trace option sleep-timeChangbin Du2-0/+45
2020-08-14perf ftrace: Add support for tracing option 'func_stack_trace'Changbin Du2-0/+46
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du4-44/+99
2020-08-14perf ftrace: Add option '--inherit' to trace children processesChangbin Du2-0/+41
2020-08-14perf ftrace: Show trace column headerChangbin Du1-0/+3