aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-10bpftool: Fix typo in bash-completionSong Liu1-1/+1
2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu1-1/+44
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu1-0/+19
2020-03-10bpftool: Introduce "prog profile" commandSong Liu5-1/+608
2020-03-09selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer1-6/+0
2020-03-09selftests: bpf: Add tests for UDP sockets in sockmapLorenz Bauer1-30/+127
2020-03-09selftests: bpf: Don't listen() on UDP socketsLorenz Bauer1-22/+25
2020-03-09ktest: Fix typos in ktest.plMasanari Iida1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2-2/+2
2020-03-09ktest: Fix some typos in sample.confMasanari Iida1-10/+10
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers1-23/+23
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip1-4/+6
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman94-460/+1540
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-03-06Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+2
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2-3/+3
2020-03-06selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson1-0/+15
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers12-72/+72
2020-03-06perf jevents: Fix leak of mapfile memoryJohn Garry1-6/+9
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala7-0/+7
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-06perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-05tc-testing: updated tdc tests for basic filter with canid extended match rulesRoman Mashak1-0/+220
2020-03-05tc-testing: list kernel options for basic filter with canid ematch.Roman Mashak1-0/+6
2020-03-05selftests: forwarding: ETS: Use Qdisc countersPetr Machata4-13/+30
2020-03-05selftests/bpf: Add send_signal_sched_switch testYonghong Song2-0/+66
2020-03-05tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo1-1/+7
2020-03-04seccomp: allow TSYNC and USER_NOTIF togetherTycho Andersen1-1/+73
2020-03-04bpf: Add selftests for BPF_MODIFY_RETURNKP Singh2-0/+114
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh3-67/+28
2020-03-04tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh1-0/+4
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-0/+1
2020-03-04selftests/bpf: Support out-of-tree vmlinux builds for VMLINUX_BTFAndrii Nakryiko1-4/+7
2020-03-04Merge series "Compatible string consolidation for NXP DSPI driver" from Vladimir Oltean <olteanv@gmail.com>:Mark Brown92-460/+1537
2020-03-04tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definitonAndrii Nakryiko1-3/+0
2020-03-04libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2-5/+5
2020-03-04bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko1-67/+110
2020-03-04tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)1-1/+1
2020-03-04libperf: Add counting exampleMichael Petlan1-0/+83
2020-03-04perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2-3/+0
2020-03-04perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo1-0/+2
2020-03-04perf stat: Show percore counts in per CPU outputJin Yao4-5/+42
2020-03-04tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim4-61/+72
2020-03-04perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-04Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar9-40/+34