summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-151-102/+98
|\
| * tools: turbostat: style updatesLen Brown2011-02-101-100/+96
| * tools: turbostat: fix bitwise and operandThomas Renninger2011-02-101-2/+2
* | perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo2011-02-104-10/+20
|/
* perf stat: Fix aggreate counter reading accountingArnaldo Carvalho de Melo2011-02-031-1/+1
* perf tools: Fix time function double declaration with glibcThomas Renninger2011-01-221-2/+2
* perf tools: Fix build by checking if extra warnings are supportedArnaldo Carvalho de Melo2011-01-221-2/+7
* perf tools: Fix build when using gcc 3.4.6Arnaldo Carvalho de Melo2011-01-221-1/+1
* perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo2011-01-221-0/+1
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-2223-82/+93
* perf test: Fix build on older glibcsArnaldo Carvalho de Melo2011-01-221-14/+19
* perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian2011-01-211-4/+9
* perf symbols: Fix annotation of thumb codeDr. David Alan Gilbert2011-01-211-0/+7
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-182-30/+3
|\
| * perf tools: Fix tracepoint id to string perf.data header tableArnaldo Carvalho de Melo2011-01-172-29/+2
| * perf tools: Fix handling of wildcards in tracepoint event selectorsArnaldo Carvalho de Melo2011-01-171-1/+1
| |
| \
*-. | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-156-16/+25
|\ \|
| | * perf record: Add "nodelay" mode, disabled by defaultKirill Smelkov2011-01-132-0/+11
| | * perf sched: Fix list of events, dropping unsupported ':r' modifierStephane Eranian2011-01-131-9/+9
| | * Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"Arnaldo Carvalho de Melo2011-01-112-5/+0
| | * perf top: Fix annotate segvArnaldo Carvalho de Melo2011-01-111-0/+2
| | * perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo2011-01-114-2/+3
* | | Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/li...Linus Torvalds2011-01-126-0/+1665
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'turbostat' and 'x86_energy_perf_policy' into toolsLen Brown2011-01-116-0/+1665
| |\ \ \ \
| | | * | | tools: create power/x86/x86_energy_perf_policyLen Brown2011-01-113-0/+437
| | * | | | tools: create power/x86/turbostatLen Brown2011-01-113-0/+1228
| | |/ / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktestLinus Torvalds2011-01-123-0/+2675
|\ \ \ \ \
| * | | | | ktest: Ask for the manditory config options instead of just failingSteven Rostedt2010-11-181-14/+206
| * | | | | ktest: Copy the last good and bad configs in config_bisectSteven Rostedt2010-11-181-0/+4
| * | | | | ktest: For grub reboot, use run_ssh instead of run_commandSteven Rostedt2010-11-181-1/+1
| * | | | | ktest: Added force stop after success and failureSteven Rostedt2010-11-182-1/+44
| * | | | | ktest: Parse off the directory name in useconfig for failuresSteven Rostedt2010-11-181-1/+6
| * | | | | ktest: Use different temp config name for minconfigSteven Rostedt2010-11-181-2/+2
| * | | | | ktest: Updated the sample.conf for the latest optionsSteven Rostedt2010-11-181-1/+89
| * | | | | ktest: Added compare script to test ktest.pl to sample.confSteven Rostedt2010-11-181-0/+30
| * | | | | ktest: Added config_bisect test typeSteven Rostedt2010-11-181-21/+388
| * | | | | ktest/cleanups: Added version 0.2, ssh as optionsSteven Rostedt2010-11-181-18/+63
| * | | | | ktest: Output something easy to parse for failure or successSteven Rostedt2010-11-181-2/+2
| * | | | | ktest: Allow a test case to undefine a default valueSteven Rostedt2010-11-181-0/+5
| * | | | | ktest: Use $output_config instead of typing $outputdir/.configSteven Rostedt2010-11-181-8/+10
| * | | | | ktest: Write to stdout if no log file is givenSteven Rostedt2010-11-181-2/+10
| * | | | | ktest: Use oldnoconfig instead of yes commandSteven Rostedt2010-11-181-3/+2
| * | | | | ktest: Update the sample config file with more documentationSteven Rostedt2010-11-181-91/+103
| * | | | | ktest: New TEST_START instead of using [], and use real SHA1sSteven Rostedt2010-11-182-118/+433
| * | | | | ktest: Add poweroff after halt and powercycle after rebootSteven Rostedt2010-11-182-15/+66
| * | | | | ktest: Add POST_INSTALL to allow initrds to be createdSteven Rostedt2010-11-182-0/+16
| * | | | | ktest: Added sample.conf, new %default option formatSteven Rostedt2010-11-182-142/+649
| * | | | | ktest: Add open and close console and start stop monitorSteven Rostedt2010-11-181-87/+170
| * | | | | ktest: Added continuing on success, clear log and timeoutSteven Rostedt2010-11-181-38/+78
| * | | | | ktest: Add reverse bisect, better logging, copyrightSteven Rostedt2010-11-181-6/+45