summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo2018-03-053-29/+27Star
* perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo2018-03-054-6/+24
* perf top: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo2018-03-052-2/+6
* perf top browser: Show sample_freq in browser title lineArnaldo Carvalho de Melo2018-03-051-3/+7
* perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo2018-03-054-2/+34
* perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_ptonJiri Olsa2018-03-051-0/+0
* perf tests: Switch trace+probe_libc_inet_pton to use recordJiri Olsa2018-03-051-15/+15
* perf annotate browser: Be more robust when drawing jump arrowsArnaldo Carvalho de Melo2018-03-051-0/+25
* perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao2018-02-274-1/+18
* perf top: Fix annoying fallback message on older kernelsKan Liang2018-02-261-1/+1
* perf cgroup: Simplify arguments when tracking multiple eventsweiping zhang2018-02-223-3/+26
* perf stat: Use xyarray dimensions to iterate fdsAndi Kleen2018-02-211-6/+5Star
* perf kallsyms: Fix the usage on the man pageSangwon Hong2018-02-211-1/+1
* perf tools: Add Python 3 supportJaroslav Škarvada2018-02-196-88/+221
* perf python: Make twatch.py work with both python2 and python3Arnaldo Carvalho de Melo2018-02-191-4/+4
* perf ftrace: Append an EOL when write tracing filesChangbin Du2018-02-191-2/+16
* perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim2018-02-191-1/+1
* perf s390: Fix reading cpuid model informationThomas Richter2018-02-191-1/+1
* Merge tag 'perf-core-for-mingo-4.17-20180216' of git://git.kernel.org/pub/scm...Ingo Molnar2018-02-1746-273/+1526
|\
| * perf tests shell lib: Use a wildcard to remove the vfs_getname probeArnaldo Carvalho de Melo2018-02-161-1/+1
| * perf test: Fix test case inet_pton to accept inlines.Thomas Richter2018-02-161-3/+3
| * perf test: Fix test case 23 for s390 z/VM or KVM guestsThomas Richter2018-02-161-4/+29
| * perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter2018-02-163-18/+48
| * perf annotate: Scan cpuid for s390 and save machine typeThomas Richter2018-02-161-1/+26
| * perf record: Provide detailed information on s390 CPUThomas Richter2018-02-161-5/+125
| * perf trace powerpc: Use generated syscall tableRavi Bangoria2018-02-162-0/+10
| * perf powerpc: Generate system call table from asm/unistd.hRavi Bangoria2018-02-162-0/+62
| * 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/+1Star
| * 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/+0Star
| * perf machine: Remove machine__load_kallsyms()Jiri Olsa2018-02-163-13/+5Star
| * perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-162-30/+26Star
| * 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/+39Star
| * 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/+4Star
| * 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