summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-64/+436
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_kerne...Jiri 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
2018-02-16perf report: Ask for ordered events for --tasks optionJiri Olsa1-0/+1
2018-02-16perf tools: Fix comment for sort__* compare functionsJiri Olsa1-2/+5
2018-02-16perf tests: Fix dwarf unwind for stripped binariesJiri Olsa1-16/+30
2018-02-16tools lib api fs: Add sysfs__read_xll functionJiri Olsa2-2/+14
2018-02-16tools lib api fs: Add filename__read_xll functionJiri Olsa2-7/+23
2018-02-16perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa2-0/+20
2018-02-16perf record: Put new line after target override warningJiri Olsa1-1/+1
2018-02-16Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm...Ingo Molnar33-578/+1067
2018-02-15Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"Hendrik Brueckner2-413/+0
2018-02-15perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner2-14/+14
2018-02-15perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner1-0/+390
2018-02-15tools/headers: Synchronize kernel ABI headers, v4.16-rc1Ingo Molnar5-0/+171
2018-02-15perf test: Fix test trace+probe_libc_inet_pton.sh for s390xThomas Richter1-5/+18
2018-02-15perf data: Document missing --force optionSangwon Hong1-0/+4
2018-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko1-22/+2
2018-02-15perf top: Check the latency of perf_top__mmap_read()Kan Liang1-0/+9
2018-02-15perf top: Switch default mode to overwrite modeKan Liang1-9/+25
2018-02-15perf top: Remove lost events checkingKan Liang1-3/+5
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang6-20/+36
2018-02-15perf top: Add overwrite fall backKan Liang1-0/+36
2018-02-15perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo2-11/+15