summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner2019-06-052-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 407Thomas Gleixner2019-06-051-8/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-053-51/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner2019-06-052-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305Thomas Gleixner2019-06-053-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0529-282/+29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-0511-22/+11
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-028-17/+74
|\
| * perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
| * perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| * perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
| * perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| * perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| * tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-281-0/+6
| * perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
| * perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-304-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3015-224/+15
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-219-0/+9
|/
* perf stat: Support 'percore' event qualifierJin Yao2019-05-164-7/+69
* perf stat: Factor out aggregate counts printingJin Yao2019-05-161-25/+39
* perf tools: Add a 'percore' event qualifierJin Yao2019-05-166-0/+46
* perf docs: Add description for stderrThomas Richter2019-05-161-0/+2
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-161-1/+4
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-161-3/+10
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-161-3/+10
* perf regs x86: Add X86 specific arch__intr_reg_mask()Kan Liang2019-05-162-0/+29
* perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang2019-05-163-3/+22
* perf parse-regs: Split parse_regsKan Liang2019-05-154-7/+22
* perf vendor events arm64: Add Cortex-A57 and Cortex-A72 eventsFlorian Fainelli2019-05-152-0/+181
* perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 eventsFlorian Fainelli2019-05-151-0/+1
* perf vendor events arm64: Remove [[:xdigit:]] wildcardFlorian Fainelli2019-05-151-1/+1
* perf jevents: Remove unused variableZenghui Yu2019-05-151-1/+0
* perf test zstd: Fixup verbose mode outputArnaldo Carvalho de Melo2019-05-151-5/+4
* perf tests: Implement Zstd comp/decomp integration testAlexey Budankov2019-05-151-0/+35
* perf inject: Enable COMPRESSED record decompressionAlexey Budankov2019-05-151-0/+4
* perf report: Implement perf.data record decompressionAlexey Budankov2019-05-155-2/+181
* perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov2019-05-152-0/+35
* perf report: Add stub processing of compressed events for -DAlexey Budankov2019-05-152-1/+20
* perf record: Implement compression for AIO trace streamingAlexey Budankov2019-05-153-113/+89
* perf record: Implement compression for serial trace streamingAlexey Budankov2019-05-152-2/+51
* perf tools: Introduce Zstd streaming based compression APIAlexey Budankov2019-05-153-0/+114
* perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov2019-05-155-8/+44
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-158-0/+105
* perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov2019-05-153-1/+16
* perf build tests: Add NO_LIBZSTD=1 to make_minimalArnaldo Carvalho de Melo2019-05-151-1/+1
* perf machine: Null-terminate version char array upon fgets(/proc/version) errorDonald Yandt2019-05-151-1/+2