summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-06-08perf stat: Replace transaction event possition check with id checkJiri Olsa3-49/+16
2015-06-08perf stat: Add id into perf_stat structJiri Olsa3-5/+52
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang7-0/+59
2015-06-07perf record: Add support for sampling indirect jumpsStephane Eranian1-0/+1
2015-06-07x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov1-1/+1
2015-06-07selftests/powerpc: Add gitignore file for the new DSCR testsAnshuman Khandual1-0/+7
2015-06-07selftests/powerpc: Add thread based stress test for DSCR sysfs interfacesMichael Ellerman2-1/+82
2015-06-07selftests/powerpc: Add test for all DSCR sysfs interfacesAnshuman Khandual2-1/+98
2015-06-07selftests/powerpc: Add test for DSCR inheritence across fork & execAnshuman Khandual2-1/+118
2015-06-07selftests/powerpc: Add test for DSCR value inheritence across forkAnshuman Khandual2-1/+97
2015-06-07selftests/powerpc: Add test for DSCR SPR numbersAnshuman Khandual2-1/+62
2015-06-07selftests/powerpc: Add test for explicitly changing DSCR valueAnshuman Khandual2-1/+72
2015-06-07selftests/powerpc: Add test for system wide DSCR defaultAnshuman Khandual4-1/+267
2015-06-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+118
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan5-11/+140
2015-06-03tools/power turbostat: update turbostat(8)Len Brown1-5/+0
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar3-1/+183
2015-06-03tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/includeWang Nan4-4/+6
2015-06-02perf tools: Move linux/kernel.h to tools/includeWang Nan2-2/+3
2015-06-02perf machine: Fix the search for the kernel DSO on the unified listArnaldo Carvalho de Melo1-1/+1
2015-06-02selftests/powerpc: Add install support to more powerpc testsMichael Ellerman2-18/+9
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar28-56/+72
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-40/+186
2015-06-01perf tools: Remove newline char when reading event scale and unitMadhavan Srinivasan1-2/+9
2015-06-01tools:iio:iio_utils: pass strings as constHartmut Knaack2-15/+22
2015-06-01tools:iio: rework program parametersHartmut Knaack2-23/+38
2015-06-01tools:iio:iio_utils: initialize count during declarationHartmut Knaack1-2/+1
2015-06-01tools:iio:iio_utils: move up reset of sysfsfpHartmut Knaack1-1/+1
2015-06-01tools:iio:iio_utils: refactor assignment of is_signedHartmut Knaack1-4/+1
2015-06-01tools:iio:iio_event_monitor: refactor events outputHartmut Knaack1-14/+10
2015-06-01tools:iio: return values directlyHartmut Knaack3-21/+16
2015-06-01tools:iio:iio_utils: add missing documentationHartmut Knaack2-7/+83
2015-05-31tools:iio:lsiio: add error handlingHartmut Knaack1-12/+32
2015-05-31tools:iio:iio_utils: add error handlingHartmut Knaack1-42/+223
2015-05-31Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds1-40/+184
2015-05-31tools:iio:iio_event_monitor: add error handlingHartmut Knaack1-2/+7
2015-05-31tools:iio:generic_buffer: add error handlingHartmut Knaack1-4/+14
2015-05-31tools:iio:generic_buffer: catch errors for arguments conversionHartmut Knaack1-0/+9
2015-05-31tools:iio: catch errors in string allocationHartmut Knaack4-6/+24
2015-05-31tools:iio:iio_utils: mark private function staticHartmut Knaack1-2/+3
2015-05-31tools:iio:iio_utils: implement digit calculationHartmut Knaack1-4/+31
2015-05-31tools:iio:iio_utils: check amount of matchesHartmut Knaack1-0/+4
2015-05-31tools:iio:generic_buffer: sign-extend and shift dataHartmut Knaack1-35/+62
2015-05-31tools:iio:generic_buffer: pass up right error codeHartmut Knaack1-2/+2
2015-05-31tools:iio:generic_buffer: fix check of errnoHartmut Knaack1-1/+1
2015-05-31tools:iio:iio_event_monitor: save right errnoHartmut Knaack1-3/+5
2015-05-31tools:iio: save errno firstHartmut Knaack3-11/+11
2015-05-31tools:iio:lsiio: add closedir before exitHartmut Knaack1-1/+1
2015-05-31tools:iio:iio_utils: fix allocation handlingHartmut Knaack1-0/+4
2015-05-31tools:iio: free channel-array completelyHartmut Knaack2-2/+10