summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Add ustring support for perf probe commandThomas Richter2020-01-311-1/+2
* perf: Make perf able to build with latest libbfdChangbin Du2020-01-301-1/+15
* perf test: Fix test case Merge cpu mapThomas Richter2020-01-301-1/+0
* perf parse: Copy string to perf_evsel_config_termLeo Yan2020-01-303-1/+9
* perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan2020-01-304-29/+45
* Merge tag 'perf-core-for-mingo-5.6-20200116' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-01-2018-16/+97
|\
| * perf header: Use last modification time for timestampMichael Petlan2020-01-151-1/+1
| * perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-01-141-4/+6
| * perf beauty sockaddr: Fix augmented syscall format warningCengiz Can2020-01-141-1/+1
| * perf/ui/gtk: Fix gtk2 buildJiri Olsa2020-01-142-2/+2
| * perf ui gtk: Add missing zalloc objectJiri Olsa2020-01-141-0/+5
| * perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2020-01-142-2/+3
| * libperf: Setup initial evlist::all_cpus valueJiri Olsa2020-01-141-0/+3
| * perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-01-141-3/+3
| * perf tools: Support --prefix/--prefix-stripAndi Kleen2020-01-148-2/+61
| * perf report: Clarify in help that --children is defaultAndi Kleen2020-01-141-1/+2
| * tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero2020-01-141-0/+6
| * perf clang: Fix build with Clang 9Maciej S. Szmigiero2020-01-141-0/+4
* | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-2018-49/+140
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-192-3/+7
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-161-1/+1
| | |\
| | | * bpftool: Fix printing incorrect pointer in btf_dump_ptrMartin KaFai Lau2020-01-111-1/+1
| | * | selftests: mlxsw: qos_mc_aware: Fix mausezahn invocationPetr Machata2020-01-151-2/+6
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-184-4/+12
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-091-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | selftests: loopback.sh: skip this test if the driver does not supportHangbin Liu2020-01-031-0/+8
| * | | Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-021-1/+14
| |\ \ \ | | |/ / | |/| |
| | * | selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon2020-01-021-1/+12
| | * | selftests/seccomp: Zero out seccomp_notifSargun Dhillon2020-01-021-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-314-15/+46
| |\ \ \ | | |/ / | |/| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-263-10/+12
| | |\ \
| | | * | libbpf: Fix build on read-only filesystemsNamhyung Kim2019-12-233-10/+12
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-261-5/+34
| | |\ \ \ | | | |/ / | | |/| |
| | | * | selftests: netfilter: extend flowtable test script with dnat ruleFlorian Westphal2019-12-201-5/+34
| * | | | rseq/selftests: Clarify rseq_prepare_unload() helper requirementsMathieu Desnoyers2019-12-231-5/+7
| * | | | rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers2019-12-231-8/+10
| * | | | rseq/selftests: Turn off timeout settingMathieu Desnoyers2019-12-231-0/+1
| * | | | kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park2019-12-231-0/+8
| * | | | kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-232-3/+3
| * | | | kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-233-4/+4
| * | | | kunit: Create default config in '--build_dir'SeongJae Park2019-12-232-4/+11
| * | | | kunit: Remove duplicated defconfig creationSeongJae Park2019-12-231-3/+0
| * | | | selftests: livepatch: Fix it to do root uid check and skipShuah Khan2019-12-232-3/+15
| * | | | selftests: firmware: Fix it to do root uid check and skipShuah Khan2019-12-231-0/+6
| * | | | selftests: filesystems/epoll: fix build errorShuah Khan2019-12-231-1/+1
| |/ / /
* | | | tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-01-062-0/+15
* | | | perf report/top: Make 'e' visible in the help and make it toggle showing call...Arnaldo Carvalho de Melo2020-01-061-1/+7
* | | | perf report/top: Do not offer annotation for symbols without samplesArnaldo Carvalho de Melo2020-01-061-1/+10
* | | | perf report/top: Allow pressing hotkeys in the options popup menuArnaldo Carvalho de Melo2020-01-061-6/+10
* | | | tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo2020-01-065-9/+13