aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktestLinus Torvalds2-149/+963
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-07-21perf tools, x86: Fix 32-bit compile on 64-bit systemDavid Ahern1-1/+4
2011-07-21perf tools: Make test use the preset debugfs pathJiri Olsa1-2/+2
2011-07-21perf tools: Add automated tests for events parsingJiri Olsa1-0/+245
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa5-14/+24
2011-07-21perf script: Fix display of IP address for non-callchain pathDavid Ahern1-1/+1
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern3-13/+23
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa1-5/+8
2011-07-15ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is notSteven Rostedt1-12/+7
2011-07-15ktest: Keep fonud configs separate from default configsSteven Rostedt1-4/+8
2011-07-15ktest: Add prompt to use OUTPUT_MIN_CONFIGSteven Rostedt2-14/+59
2011-07-15ktest: Use Kconfig dependencies to shorten time to make min_configSteven Rostedt2-22/+273
2011-07-15ktest: Add test type make_min_configSteven Rostedt2-4/+301
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu3-12/+49
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu2-9/+39
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu3-136/+182
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu5-523/+768
2011-07-15perf probe: Remove redundant dwarf functionsMasami Hiramatsu1-37/+13
2011-07-15perf probe: Move strtailcmp to string.cMasami Hiramatsu3-15/+20
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDMasami Hiramatsu1-6/+6
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao1-91/+29
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard8-0/+102
2011-07-01perf stat: Add noise output for csv modeZhengyu He1-3/+6
2011-07-01Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar7-144/+169
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar3-2/+3
2011-06-30perf tools: Only display parent field if explictly sortedFrederic Weisbecker1-1/+8
2011-06-30perf tools: Allow sort dimensions to be registered more than onceFrederic Weisbecker1-6/+6
2011-06-30perf tools: Don't display ignored entries on stdio uiFrederic Weisbecker1-0/+3
2011-06-30perf tools: Remove sort print helpers declarationsFrederic Weisbecker1-6/+0
2011-06-30perf tools: Make sort operations staticFrederic Weisbecker2-120/+99
2011-06-30perf tools: Add inverted call graph report support.Sam Liao5-11/+53
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-06-16Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar2-10/+5
2011-06-16tools/perf: Fix static build of perf toolMathias Krause1-1/+1
2011-06-15perf: clear out make flags when calling kernel make kernelverAndy Whitcroft1-1/+1
2011-06-14ktest: Require one TEST_START in config fileSteven Rostedt1-0/+11
2011-06-14ktest: Add helper function to avoid duplicate codeSteven Rostedt1-26/+20
2011-06-14ktest: Add IGNORE_WARNINGS to ignore warnings in some patchesSteven Rostedt2-2/+20
2011-06-14ktest: Fix tar extracting of modules to targetSteven Rostedt1-1/+1
2011-06-14ktest: Have the testing tmp dir include machine nameSteven Rostedt2-3/+3
2011-06-14ktest: Add POST/PRE_BUILD optionsSteven Rostedt2-3/+60
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-0/+1
2011-06-13ktest: Allow initrd processing without modules definedSteven Rostedt1-6/+12
2011-06-13ktest: Have LOG_FILE evaluate options as wellSteven Rostedt1-58/+68
2011-06-13ktest: Have wait on stdio honor bug timeoutSteven Rostedt1-1/+10
2011-06-13ktest: Implement our own force min configSteven Rostedt1-13/+61
2011-06-13ktest: Add TEST_NAME optionSteven Rostedt2-2/+22