aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+79
2015-07-10tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_testDan Williams3-2/+71
2015-07-10tools/testing/nvdimm: fix return code for unimplemented commandsDan Williams1-1/+1
2015-07-10tools/testing/nvdimm: mock ioremap_wtDan Williams2-0/+7
2015-07-06Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar9-32/+959
2015-07-05tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo3-3/+246
2015-07-05tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2-0/+1
2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo4-12/+550
2015-07-05perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo2-3/+90
2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo1-0/+58
2015-07-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds53-399/+872
2015-07-02Merge tag 'acpica-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-68/+87
2015-07-01ACPICA: De-macroize calls to standard C library functionsBob Moore4-15/+15
2015-07-01ACPI / acpidump: Update acpidump manualLv Zheng1-5/+12
2015-07-01ACPICA: acpidump: Convert the default behavior to dump from /sys/firmware/acp...Lv Zheng2-4/+13
2015-07-01ACPICA: acpidump: Allow customized tables to be dumped without accessing /dev...Lv Zheng1-43/+46
2015-07-01ACPICA: Add dragon_fly support to unix file mapping fileSascha Wildner1-1/+1
2015-07-01perf tools: Allow to specify custom linker commandAaro Koskinen1-1/+1
2015-07-01perf tools: Create config.detected into OUTPUT directoryAaro Koskinen3-5/+5
2015-07-01perf mem: Fill in the missing session freeing after an error occursTaeung Song1-10/+6
2015-07-01perf kvm: Fill in the missing session freeing after an error occursTaeung Song1-4/+10
2015-07-01perf report: Fill in the missing session freeing after an error occursTaeung Song1-2/+4
2015-07-01perf kmem: Fill in the missing session freeing after an error occursTaeung Song1-2/+2
2015-07-01perf inject: Fill in the missing session freeing after an error occursTaeung Song1-3/+4
2015-07-01perf tools: Add missing break for PERF_RECORD_ITRACE_STARTJiri Olsa1-2/+1
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+1366
2015-06-29Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-13/+4874
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-204/+610
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-247/+83
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-4/+4
2015-06-26libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams1-0/+3
2015-06-26tools/testing/nvdimm: libnvdimm unit test infrastructureDan Williams7-0/+1363
2015-06-26perf symbols: Check access permission when reading symbol filesLi Zhang2-1/+15
2015-06-26perf stat: Introduce --per-thread optionJiri Olsa3-2/+79
2015-06-26perf stat: Introduce print_counters functionJiri Olsa1-63/+64
2015-06-26perf stat: Using init_stats instead of memsetJiri Olsa1-1/+1
2015-06-26perf stat: Rename print_interval to process_intervalJiri Olsa1-3/+3
2015-06-26perf stat: Remove perf_evsel__read_cb functionJiri Olsa2-23/+0
2015-06-26perf stat: Move perf_stat initialization counter process codeJiri Olsa1-4/+1
2015-06-26perf stat: Move zero_per_pkg into counter process codeJiri Olsa1-3/+3
2015-06-26perf stat: Separate counters reading and processingJiri Olsa1-17/+39
2015-06-26perf stat: Introduce read_counters functionJiri Olsa1-25/+22
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa2-0/+17
2015-06-26perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa2-6/+16
2015-06-26perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa4-43/+50
2015-06-26perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa3-18/+22
2015-06-26perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa3-25/+29
2015-06-26perf stat: Introduce perf_evlist__reset_statsJiri Olsa1-2/+6
2015-06-26perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa2-8/+8
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa7-34/+38
2015-06-26perf stat: Use xyarray for cpu evsel countsJiri Olsa4-14/+28
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa6-30/+37
2015-06-26perf tests: Add thread_map object testsJiri Olsa4-0/+44
2015-06-26perf thrad_map: Add comm string into arrayJiri Olsa3-0/+68
2015-06-26perf thread_map: Introduce thread_map__reset functionJiri Olsa1-1/+16
2015-06-26perf trace: Validate syscall list passed via -e argumentArnaldo Carvalho de Melo1-0/+32
2015-06-26Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar21-43/+129
2015-06-26Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+4
2015-06-25perf tools: Make perf_evsel__(nr_)cpus genericJiri Olsa2-10/+11
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa3-1/+5
2015-06-25perf evlist: Propagate cpu maps to evsels in an evlistJiri Olsa1-1/+24
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa11-14/+43
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa13-15/+45
2015-06-25perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring1-2/+1
2015-06-25perf tools: Future-proof thread_map allocation size calculationArnaldo Carvalho de Melo1-1/+1
2015-06-25perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2015-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar17-72/+136
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds3-2/+203
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds15-22/+810
2015-06-23perf tools: Allow auxtrace data alignmentAdrian Hunter2-0/+8
2015-06-23perf thread_map: Change map entries into a structJiri Olsa1-3/+7
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa8-22/+34
2015-06-23perf probe: Fix failure to probe events on armHe Kuang1-1/+5
2015-06-23perf tools: Print a newline before dumping Aggregated statsAdrian Hunter1-1/+1
2015-06-23perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUNDAdrian Hunter1-0/+2
2015-06-23perf tools: Allow events with dotAndi Kleen1-3/+2
2015-06-23perf pmu: Split perf_pmu__new_alias()Sukadev Bhattiprolu1-15/+27
2015-06-23perf pmu: Use __weak definition from <linux/compiler.h>Sukadev Bhattiprolu1-1/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2015-06-23selftests: add quicktest supportShuah Khan1-0/+4
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+73
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+184
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds192-2572/+10250
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds28-56/+72
2015-06-22perf build: Fix single target build dependency checkJiri Olsa1-2/+2
2015-06-22perf tests: Add test for make install with prefixJiri Olsa1-0/+8
2015-06-22perf tests: Add testing for Makefile.perfJiri Olsa1-3/+20
2015-06-22perf top: Move toggling event logic into hists browserNamhyung Kim2-23/+20
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang17-31/+87
2015-06-19perf tools: Add time out to force stop proc map processingKan Liang3-0/+30
2015-06-19perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau1-5/+3
2015-06-19perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo1-3/+4
2015-06-19perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo1-1/+7
2015-06-19perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo1-4/+3
2015-06-19perf hists browser: Do not exit when 'f' is pressed in 'report' modeArnaldo Carvalho de Melo1-0/+3
2015-06-19perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2-3/+3
2015-06-19perf tools: Fix build breakage if prefix= is specifiedLukas Wunner1-4/+4
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo2-16/+16
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška4-23/+70
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter5-5/+58
2015-06-19powerpc/tm: Abort syscalls in active transactionsSam bobroff2-3/+4
2015-06-19Merge branches 'pnp' and 'pm-tools'Rafael J. Wysocki1-2/+3
2015-06-18selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz1-11/+12
2015-06-17selftests: add seccomp suiteKees Cook5-0/+2658
2015-06-17perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2-16/+38
2015-06-17perf evlist: Add toggle_enable() methodArnaldo Carvalho de Melo2-0/+11
2015-06-17perf trace: Fix race condition at the end of started workloadsSukadev Bhattiprolu1-1/+8
2015-06-17perf probe: Speed up perf probe --list by caching debuginfoMasami Hiramatsu1-4/+44
2015-06-17perf probe: Show usage even if the last event is skippedMasami Hiramatsu1-18/+17
2015-06-17perf tools: Move libtraceevent dynamic list to separated LDFLAGS variableWang Nan1-3/+5
2015-06-17perf tools: Fix a problem when opening old perf.data with different byte orderWang Nan1-14/+36
2015-06-17perf tools: Ignore .config-detected in .gitignoreWang Nan1-0/+1
2015-06-16perf probe: Fix to return error if no probe is addedMasami Hiramatsu1-42/+71
2015-06-16perf unwind: Fix a compile errorHou Pengyang1-1/+1
2015-06-16perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa3-17/+33
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa6-21/+24
2015-06-16perf tools: Add thread_map__(alloc|realloc) helpersJiri Olsa1-8/+16
2015-06-16perf tools: Introduce xyarray__reset functionJiri Olsa2-0/+10
2015-06-16perf probe: List probes in stdoutMasami Hiramatsu1-14/+35
2015-06-16tools lib traceevent: Fix python/perf.so compiling errorWang Nan1-1/+1
2015-06-16perf tools: Replace map->referenced & maps->removed_maps with map->refcntArnaldo Carvalho de Melo3-73/+32
2015-06-12perf probe: Cut off the gcc optimization postfixes from function nameMasami Hiramatsu1-0/+5
2015-06-12selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz1-4/+72
2015-06-11perf tools: Update MANIFEST per files removed from kernelDavid Ahern1-4/+0
2015-06-11trace: Beautify perf_event_open syscallArnaldo Carvalho de Melo1-0/+58
2015-06-11perf tools: Fix build failure on 32-bit archHe Kuang2-2/+2
2015-06-11perf stat: Error out unsupported group leader immediatelyKan Liang1-1/+4
2015-06-11perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter1-1/+1
2015-06-10Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman5-199/+603
2015-06-10perf record: Amend option summariesPeter Zijlstra2-7/+10
2015-06-10perf tools: Avoid possible race condition in copyfile()Milos Vyletel1-15/+31
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+118
2015-06-08Merge branch 'doc/4.2' into docs-nextJonathan Corbet3-2/+203
2015-06-08Move freefall program from Documentation/ to tools/Pali Rohár3-2/+203
2015-06-08Merge 4.1-rc7 into staging-testingGreg Kroah-Hartman4-42/+304
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo11-14/+81
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo4-47/+95
2015-06-08perf machine: Fix up some more method namesArnaldo Carvalho de Melo4-13/+13
2015-06-08perf record: Fix perf.data size in no-buildid modeHe Kuang1-4/+2
2015-06-08tools lib traceevent: Ignore libtrace-dynamic-list fileHe Kuang1-0/+1
2015-06-08tools lib traceevent: Export dynamic symbols used by traceevent pluginsHe Kuang2-3/+25
2015-06-08perf stat: Move shadow stat counters into separate objectJiri Olsa4-440/+455
2015-06-08perf stat: Add aggr_mode argument to print_shadow_stats functionJiri Olsa1-3/+4
2015-06-08perf stat: Add output file argument to print_shadow_stats functionJiri Olsa1-56/+56
2015-06-08perf stat: Introduce print_shadow_stats functionJiri Olsa1-33/+39
2015-06-08perf stat: Introduce reset_shadow_stats functionJiri Olsa1-8/+13
2015-06-08perf stat: Remove transaction_run from shadow update/print codeJiri Olsa1-7/+7
2015-06-08perf stat: Remove setup_events functionJiri Olsa1-20/+7
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-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar3-1/+183
2015-06-02tools: 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-01Merge 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
2015-05-31tools:iio:iio_utils: free scan_el_dir on exitHartmut Knaack1-0/+1