aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-02-20torture: Adjust rcuperf trace processing to allow for workqueuesPaul E. McKenney1-4/+4
2018-02-20torture: Default jitter off when running rcuperfPaul E. McKenney1-0/+6
2018-02-20torture: Specify qemu memory size with --memory argumentPaul E. McKenney2-2/+10
2018-02-20rcutorture: Add basic ARM64 support to run scriptsLihao Liang1-2/+15
2018-02-20rcutorture: Update kvm.sh header commentPaul E. McKenney1-5/+3
2018-02-20doc: Fix typo in rcutorture documentationLihao Liang1-1/+1
2018-02-20tools/libbpf: Avoid possibly using uninitialized variableJeremy Cline1-2/+3
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller43-632/+1226
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada6-88/+221
2018-02-19perf python: Make twatch.py work with both python2 and python3Arnaldo Carvalho de Melo1-4/+4
2018-02-19perf ftrace: Append an EOL when write tracing filesChangbin Du1-2/+16
2018-02-19perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim1-1/+1
2018-02-19perf s390: Fix reading cpuid model informationThomas Richter1-1/+1
2018-02-17Merge tag 'perf-core-for-mingo-4.17-20180216' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar46-272/+1525
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar188-1697/+14203
2018-02-16selftests/net: add zerocopy support for PF_RDS test caseSowmini Varadhan1-4/+64
2018-02-16selftests/net: add support for PF_RDS socketsSowmini Varadhan1-1/+64
2018-02-16perf tests shell lib: Use a wildcard to remove the vfs_getname probeArnaldo Carvalho de Melo1-1/+1
2018-02-16perf test: Fix test case inet_pton to accept inlines.Thomas Richter1-3/+3
2018-02-16perf test: Fix test case 23 for s390 z/VM or KVM guestsThomas Richter1-4/+29
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter3-18/+48
2018-02-16perf annotate: Scan cpuid for s390 and save machine typeThomas Richter1-1/+26
2018-02-16perf record: Provide detailed information on s390 CPUThomas Richter1-5/+125
2018-02-16perf trace powerpc: Use generated syscall tableRavi Bangoria2-0/+10
2018-02-16perf powerpc: Generate system call table from asm/unistd.hRavi Bangoria2-0/+62
2018-02-16tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.hRavi Bangoria2-0/+403
2018-02-16perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2-4/+1
2018-02-16perf report: Fix wrong jump arrowJin Yao1-2/+7
2018-02-16perf report: Fix description for --mem-modeAndi Kleen1-1/+1
2018-02-16perf inject: Emit instruction records on ETM trace discontinuityRobert Walker3-23/+67
2018-02-16perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker3-62/+434
2018-02-16perf mem: Document a missing optionSangwon Hong1-0/+4
2018-02-16perf kmem: Document a missing option & an argumentSangwon Hong1-1/+5
2018-02-16perf annotate: Add missing arguments in Man pageJaecheol Shin1-3/+3
2018-02-16perf cs-etm: Properly deal with cpu mapsMathieu Poirier1-15/+36
2018-02-16perf auxtrace arm: Fixing uninitialised variableMathieu Poirier1-1/+1
2018-02-16perf tools: Use target->per_thread and target->system_wide flagsJin Yao3-4/+23
2018-02-16perf cs-etm: Freeing allocated memoryMathieu Poirier1-0/+6
2018-02-16perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa1-1/+1
2018-02-16perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa1-11/+0
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa3-13/+5
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kernel_mapsJiri Olsa2-30/+26
2018-02-16perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa1-6/+7
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa5-49/+39
2018-02-16perf machine: Free root_dir in machine__init() error pathJiri Olsa1-1/+7
2018-02-16perf symbols: Check if we read regular file in dso__load()Jiri Olsa1-6/+4
2018-02-16tools lib symbol: Skip non-address kallsyms lineJiri Olsa1-0/+4
2018-02-16perf stat: Add support to print counts after a period of timeyuzhoujian3-2/+37
2018-02-16perf stat: Add support to print counts for fixed timesyuzhoujian3-1/+25
2018-02-16perf report: Add support to display group output for non group eventsJiri Olsa2-2/+7