aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-19cpupower: use man(1) when calling "cpupower help subcommand"Dominik Brodowski11-228/+86
2011-08-19cpupower: make NLS truly optionalDominik Brodowski2-0/+10
2011-08-19cpupower: fix Makefile typoDave Jones1-2/+2
2011-08-15cpupower: Make monitor command -c/--cpu awareThomas Renninger1-0/+8
2011-08-15cpupower: Better detect offlined CPUsThomas Renninger5-4/+66
2011-08-15cpupower: Do not show an empty Idle_Stats monitor if no idle driver is availableThomas Renninger1-1/+1
2011-08-15cpupower: mperf monitor - Use TSC to calculate max frequency if possibleThomas Renninger2-48/+131
2011-08-15cpupower: avoid using symlinksAmerigo Wang3-6/+4
2011-08-02Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds2-26/+25
2011-08-02tools/power turbostat: fit output into 80 columns on snb-epLen Brown1-23/+23
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds70-0/+13855
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-19/+40
2011-07-29cpupower: Do detect IDA (opportunistic processor performance) via cpuidThomas Renninger4-41/+9
2011-07-29cpupower: Show Intel turbo ratio support via ./cpupower frequency-infoThomas Renninger4-17/+95
2011-07-29cpupowerutils: increase MAX_LINE_LENRoman Vasiyarov1-1/+1
2011-07-29cpupower: Rename package from cpupowerutils to cpupowerThomas Renninger1-6/+6
2011-07-29cpupowerutils: Rename: libcpufreq->libcpupowerThomas Renninger3-18/+17
2011-07-29cpupowerutils: use kernel version-derived version stringDominik Brodowski2-7/+41
2011-07-29cpupowerutils: utils - ConfigStyle bugfixesDominik Brodowski6-108/+122
2011-07-29cpupowerutils: helpers - ConfigStyle bugfixesDominik Brodowski9-86/+100
2011-07-29cpupowerutils: idle_monitor - ConfigStyle bugfixesDominik Brodowski6-115/+128
2011-07-29cpupowerutils: lib - ConfigStyle bugfixesDominik Brodowski4-172/+209
2011-07-29cpupowerutils: bench - ConfigStyle bugfixesDominik Brodowski8-58/+75
2011-07-29cpupowerutils: do not update po files on each and every compileDominik Brodowski1-7/+16
2011-07-29cpupowerutils: remove ccdv, use kernel quiet/verbose mechanismDominik Brodowski4-411/+24
2011-07-29cpupowerutils: use COPYING, CREDITS from top-level directoryDominik Brodowski2-358/+0
2011-07-29cpupowerutils - cpufrequtils extended with quite some featuresDominik Brodowski72-0/+14417
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-15tools/power x86_energy_perf_policy: fix print of uninitialized stringLen Brown1-3/+2
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