aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-26/+25
2011-08-02tools/power turbostat: fit output into 80 columns on snb-epGravatar Len Brown 1-23/+23
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsGravatar Linus Torvalds 70-0/+13855
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-19/+40
2011-07-29cpupower: Do detect IDA (opportunistic processor performance) via cpuidGravatar Thomas Renninger 4-41/+9
2011-07-29cpupower: Show Intel turbo ratio support via ./cpupower frequency-infoGravatar Thomas Renninger 4-17/+95
2011-07-29cpupowerutils: increase MAX_LINE_LENGravatar Roman Vasiyarov 1-1/+1
2011-07-29cpupower: Rename package from cpupowerutils to cpupowerGravatar Thomas Renninger 1-6/+6
2011-07-29cpupowerutils: Rename: libcpufreq->libcpupowerGravatar Thomas Renninger 3-18/+17
2011-07-29cpupowerutils: use kernel version-derived version stringGravatar Dominik Brodowski 2-7/+41
2011-07-29cpupowerutils: utils - ConfigStyle bugfixesGravatar Dominik Brodowski 6-108/+122
2011-07-29cpupowerutils: helpers - ConfigStyle bugfixesGravatar Dominik Brodowski 9-86/+100
2011-07-29cpupowerutils: idle_monitor - ConfigStyle bugfixesGravatar Dominik Brodowski 6-115/+128
2011-07-29cpupowerutils: lib - ConfigStyle bugfixesGravatar Dominik Brodowski 4-172/+209
2011-07-29cpupowerutils: bench - ConfigStyle bugfixesGravatar Dominik Brodowski 8-58/+75
2011-07-29cpupowerutils: do not update po files on each and every compileGravatar Dominik Brodowski 1-7/+16
2011-07-29cpupowerutils: remove ccdv, use kernel quiet/verbose mechanismGravatar Dominik Brodowski 4-411/+24
2011-07-29cpupowerutils: use COPYING, CREDITS from top-level directoryGravatar Dominik Brodowski 2-358/+0
2011-07-29cpupowerutils - cpufrequtils extended with quite some featuresGravatar Dominik Brodowski 72-0/+14417
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-149/+963
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Gravatar Linus Torvalds 1-1/+4
2011-07-21perf tools, x86: Fix 32-bit compile on 64-bit systemGravatar David Ahern 1-1/+4
2011-07-21perf tools: Make test use the preset debugfs pathGravatar Jiri Olsa 1-2/+2
2011-07-21perf tools: Add automated tests for events parsingGravatar Jiri Olsa 1-0/+245
2011-07-21perf tools: De-opt the parse_events functionGravatar Jiri Olsa 5-14/+24
2011-07-21perf script: Fix display of IP address for non-callchain pathGravatar David Ahern 1-1/+1
2011-07-21perf tools: Fix endian conversion reading event attr from file headerGravatar David Ahern 3-13/+23
2011-07-21perf tools: Add missing 'node' alias to the hw_cache[] arrayGravatar Jiri Olsa 1-5/+8
2011-07-15tools/power x86_energy_perf_policy: fix print of uninitialized stringGravatar Len Brown 1-3/+2
2011-07-15ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is notGravatar Steven Rostedt 1-12/+7
2011-07-15ktest: Keep fonud configs separate from default configsGravatar Steven Rostedt 1-4/+8
2011-07-15ktest: Add prompt to use OUTPUT_MIN_CONFIGGravatar Steven Rostedt 2-14/+59
2011-07-15ktest: Use Kconfig dependencies to shorten time to make min_configGravatar Steven Rostedt 2-22/+273
2011-07-15ktest: Add test type make_min_configGravatar Steven Rostedt 2-4/+301
2011-07-15perf probe: Support adding probes on offline kernel modulesGravatar Masami Hiramatsu 3-12/+49
2011-07-15perf probe: Add probed module in front of functionGravatar Masami Hiramatsu 2-9/+39
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationGravatar Masami Hiramatsu 3-136/+182
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Gravatar Masami Hiramatsu 5-523/+768
2011-07-15perf probe: Remove redundant dwarf functionsGravatar Masami Hiramatsu 1-37/+13
2011-07-15perf probe: Move strtailcmp to string.cGravatar Masami Hiramatsu 3-15/+20
2011-07-15perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_ENDGravatar Masami Hiramatsu 1-6/+6
2011-07-14perf: Robustify proc and debugfs file recordingGravatar Sonny Rao 1-91/+29
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeGravatar Anton Blanchard 8-0/+102
2011-07-02slub: slabinfo update for cmpxchg handlingGravatar Christoph Lameter 1-19/+40
2011-07-01perf stat: Add noise output for csv modeGravatar Zhengyu He 1-3/+6
2011-07-01Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Ingo Molnar 7-144/+169
2011-07-01Merge commit 'v3.0-rc5' into perf/coreGravatar Ingo Molnar 3-2/+3
2011-06-30perf tools: Only display parent field if explictly sortedGravatar Frederic Weisbecker 1-1/+8
2011-06-30perf tools: Allow sort dimensions to be registered more than onceGravatar Frederic Weisbecker 1-6/+6
2011-06-30perf tools: Don't display ignored entries on stdio uiGravatar Frederic Weisbecker 1-0/+3