summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-07-24perf test: Fix subtest number when showing resultsThomas Richter1-1/+1
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa4-49/+21
2018-07-24perf tools: Use perf_evsel__match instead of open coded equivalentJiri Olsa1-4/+1
2018-07-24perf tools: Fix struct comm_str removal crashJiri Olsa1-5/+11
2018-07-24perf machine: Use last_match threads cache only in single thread modeJiri Olsa1-3/+22
2018-07-24perf machine: Add threads__set_last_match functionJiri Olsa1-3/+9
2018-07-24perf machine: Add threads__get_last_match functionJiri Olsa1-13/+26
2018-07-24perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa1-1/+1
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das3-3/+10
2018-07-24perf trace arm64: Use generated syscall tableKim Phillips2-0/+6
2018-07-24perf arm64: Generate system call table from asm/unistd.hKim Phillips2-0/+83
2018-07-24tools include: Grab copies of arm64 dependent unistd.h filesKim Phillips3-0/+805
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh when event existsSandipan Das1-4/+24
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanupsSandipan Das1-1/+1
2018-07-24perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Sandipan Das1-0/+6
2018-07-24perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das1-2/+6
2018-07-24perf powerpc: Fix callchain ip filteringSandipan Das1-1/+1
2018-07-24perf list: Add missing documentation for --desc and --debug optionsSangwon Hong1-1/+7
2018-07-24perf kvm: Fix subcommands on s390Thomas Richter1-1/+1
2018-07-24perf stat: Add transaction flag (-T) support for s390Thomas Richter3-0/+35
2018-07-24perf json: Add s390 transaction counter definitionThomas Richter3-0/+21
2018-07-24perf list: Add s390 support for detailed PMU event descriptionThomas Richter16-0/+324
2018-07-24Revert "perf list: Add s390 support for detailed/verbose PMU event description"Thomas Richter1-6/+0
2018-07-24perf cs-etm: Bail out immediately for instruction sample failureLeo Yan1-0/+3
2018-07-24perf cs-etm: Introduce invalid address macroLeo Yan1-4/+6
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo6-11/+11
2018-07-24perf tests: Check that complex event name is parsed correctlyAlexey Budankov1-0/+18
2018-07-24Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo52-227/+433
2018-07-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2018-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-45/+22
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke2-3/+3
2018-07-14objtool: Use '.strtab' if '.shstrtab' doesn't exist, to support ORC tables on...Simon Ser1-2/+4
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+22
2018-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-81/+84
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+17
2018-07-13Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+5
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2018-07-13selftests: in udpgso_bench do not test udp zerocopyWillem de Bruijn1-3/+0
2018-07-12tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott1-1/+1
2018-07-12tools: build: Fixup host c flagsLaura Abbott2-2/+2
2018-07-12tools build: fix # escaping in .cmd files for future MakePaul Menzel1-2/+2
2018-07-12bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann1-1/+22
2018-07-11perf tools: Use python-config --includes rather than --cflagsJeremy Cline1-2/+1
2018-07-11perf script python: Fix dict reference countingJanne Huttunen1-6/+2
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa1-1/+1
2018-07-11perf tools: Fix compilation errors on gcc8Jiri Olsa2-2/+3
2018-07-11perf test shell: Prevent temporary editor files from being considered test sc...Kim Phillips1-1/+1
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips1-3/+3
2018-07-11perf test shell: Make perf's inet_pton test more portableKim Phillips1-16/+21
2018-07-11perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips1-1/+1