summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-09-09perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-09perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-09-09perf stat: Turn off summary for interval mode by defaultJin Yao
2020-09-09perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-09perf tools: Correct SNOOPX field offsetAl Grant
2020-09-09perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-09perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-09perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-09selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer
2020-09-09perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang
2020-09-09perf sched timehist: Fix use of CPU list with summary optionDavid Ahern
2020-09-05perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-09-05selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski
2020-09-03bpf: selftests: global_funcs: Check err_str before strstrYauheni Kaliuta
2020-09-03libbpf: Fix map index used in error messageToke Høiland-Jørgensen
2020-09-03selftests: disable rp_filter for icmp_redirect.shDavid Ahern
2020-09-03selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko
2020-09-03selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko
2020-09-03selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-09-03tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-09-03libbpf: Prevent overriding errno when logging errorsToke Høiland-Jørgensen
2020-09-03selftests/bpf: Fix segmentation fault in test_progsJianlin Lv
2020-09-03selftests/powerpc: Purge extra count_pmc() calls of ebb selftestsDesnes A. Nunes do Rosario
2020-08-26selftests/bpf: Remove test_align leftoversVeronika Kabatova
2020-08-26libbpf: Fix BTF-defined map-in-map initialization on 32-bit host archesAndrii Nakryiko
2020-08-26tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()Andrii Nakryiko
2020-08-26tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh
2020-08-26selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang
2020-08-21tools build feature: Quote CC and CXX for their argumentsDaniel Díaz
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch
2020-08-21selftests/bpf: Fix silent Makefile outputAndrii Nakryiko
2020-08-21perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao
2020-08-21selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko
2020-08-21perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao
2020-08-21tools build feature: Use CC and CXX from parentThomas Hebb
2020-08-21perf tools: Fix term parsing for raw syntaxJiri Olsa
2020-08-21selftests/powerpc: ptrace-pkey: Don't update expected UAMOR valueAneesh Kumar K.V
2020-08-21selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey corre...Aneesh Kumar K.V
2020-08-21selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow ...Aneesh Kumar K.V
2020-08-21selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer
2020-08-21selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer
2020-08-21bpf: selftests: Restore netns after each testMartin KaFai Lau
2020-08-21selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-08-21perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-08-21perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu
2020-08-21selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook
2020-08-19selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn
2020-08-19tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang