summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-01x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams1-0/+1
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams9-183/+273
2020-10-29selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2-4/+4
2020-10-29libbpf: Close map fd if init map slots failedHangbin Liu1-21/+34
2020-10-29selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran1-3/+6
2020-10-29perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby1-1/+5
2020-10-29perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim1-0/+3
2020-10-29perf stat: Skip duration_time in setup_system_wideJin Yao1-1/+3
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-10-29ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+29
2020-10-29tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo1-1/+1
2020-10-29perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo6-19/+9
2020-10-29selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi1-4/+4
2020-10-29selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen4-39/+1
2020-10-29selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich1-2/+2
2020-10-29selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-10-29selftests: mptcp: interpret \n as a new lineMatthieu Baerts2-4/+4
2020-10-29selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook1-1/+1
2020-10-29selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev1-0/+1
2020-10-29libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell1-1/+1
2020-10-29selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-10-29selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2-0/+6
2020-10-29selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2-0/+20
2020-10-07tools/io_uring: fix compile breakageDouglas Gilbert1-2/+2
2020-10-07libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-10-01tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar1-0/+2
2020-10-01libbpf: Fix build failure from uninitialized variable warningTony Ambardar1-1/+1
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-09-23selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-23perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-23perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-23perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-23perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-23perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-17selftests/timers: Turn off timeout settingPo-Hsu Lin2-0/+2
2020-09-09perf record: Correct the help info of option "--no-bpf-event"Wei Li1-1/+1
2020-09-09perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing1-2/+2
2020-09-09perf stat: Turn off summary for interval mode by defaultJin Yao3-3/+9
2020-09-09perf jevents: Fix suspicious code in fixregex()Namhyung Kim1-1/+1
2020-09-09perf tools: Correct SNOOPX field offsetAl Grant1-1/+1
2020-09-09perf intel-pt: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-09perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-09perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo1-1/+2
2020-09-09selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-09-09perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang1-0/+2
2020-09-09perf sched timehist: Fix use of CPU list with summary optionDavid Ahern1-1/+5
2020-09-05perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-09-05selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski1-2/+20