summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.hRavi Bangoria2018-02-162-0/+403
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-02-162-4/+1
* perf report: Fix wrong jump arrowJin Yao2018-02-161-2/+7
* perf report: Fix description for --mem-modeAndi Kleen2018-02-161-1/+1
* perf inject: Emit instruction records on ETM trace discontinuityRobert Walker2018-02-163-23/+67
* perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker2018-02-163-64/+436
* perf mem: Document a missing optionSangwon Hong2018-02-161-0/+4
* perf kmem: Document a missing option & an argumentSangwon Hong2018-02-161-1/+5
* perf annotate: Add missing arguments in Man pageJaecheol Shin2018-02-161-3/+3
* perf cs-etm: Properly deal with cpu mapsMathieu Poirier2018-02-161-15/+36
* perf auxtrace arm: Fixing uninitialised variableMathieu Poirier2018-02-161-1/+1
* perf tools: Use target->per_thread and target->system_wide flagsJin Yao2018-02-163-4/+23
* perf cs-etm: Freeing allocated memoryMathieu Poirier2018-02-161-0/+6
* perf tests: Use arch__compare_symbol_names to compare symbolsJiri Olsa2018-02-161-1/+1
* perf tools: Do not create kernel maps in sample__resolve()Jiri Olsa2018-02-161-11/+0
* perf machine: Remove machine__load_kallsyms()Jiri Olsa2018-02-163-13/+5
* perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-162-30/+26
* perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa2018-02-161-6/+7
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-165-49/+39
* perf machine: Free root_dir in machine__init() error pathJiri Olsa2018-02-161-1/+7
* perf symbols: Check if we read regular file in dso__load()Jiri Olsa2018-02-161-6/+4
* tools lib symbol: Skip non-address kallsyms lineJiri Olsa2018-02-161-0/+4
* perf stat: Add support to print counts after a period of timeyuzhoujian2018-02-163-2/+37
* perf stat: Add support to print counts for fixed timesyuzhoujian2018-02-163-1/+25
* perf report: Add support to display group output for non group eventsJiri Olsa2018-02-162-2/+7
* perf report: Ask for ordered events for --tasks optionJiri Olsa2018-02-161-0/+1
* perf tools: Fix comment for sort__* compare functionsJiri Olsa2018-02-161-2/+5
* perf tests: Fix dwarf unwind for stripped binariesJiri Olsa2018-02-161-16/+30
* tools lib api fs: Add sysfs__read_xll functionJiri Olsa2018-02-162-2/+14
* tools lib api fs: Add filename__read_xll functionJiri Olsa2018-02-162-7/+23
* perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa2018-02-162-0/+20
* perf record: Put new line after target override warningJiri Olsa2018-02-161-1/+1
* Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm...Ingo Molnar2018-02-1633-578/+1067
|\
| * Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"Hendrik Brueckner2018-02-152-413/+0
| * perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner2018-02-152-14/+14
| * perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner2018-02-151-0/+390
| * tools/headers: Synchronize kernel ABI headers, v4.16-rc1Ingo Molnar2018-02-155-0/+171
| * perf test: Fix test trace+probe_libc_inet_pton.sh for s390xThomas Richter2018-02-151-5/+18
| * perf data: Document missing --force optionSangwon Hong2018-02-151-0/+4
| * perf tools: Substitute yet another strtoull()Andy Shevchenko2018-02-151-22/+2
| * perf top: Check the latency of perf_top__mmap_read()Kan Liang2018-02-151-0/+9
| * perf top: Switch default mode to overwrite modeKan Liang2018-02-151-9/+25
| * perf top: Remove lost events checkingKan Liang2018-02-151-3/+5
| * perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-156-20/+36
| * perf top: Add overwrite fall backKan Liang2018-02-151-0/+36
| * perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo2018-02-152-11/+15
| * perf top: Check per-event overwrite termKan Liang2018-02-151-0/+73
| * perf mmap: Discard legacy interface for mmap readKan Liang2018-02-152-49/+4
| * perf test: Update mmap read functions for backward-ring-buffer testKan Liang2018-02-151-2/+5
| * perf mmap: Introduce perf_mmap__read_event()Kan Liang2018-02-152-0/+43