aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-17ktest: Fix parsing of config section linesSteven Rostedt1-18/+31
2011-10-17ktest: Sort make_min_config configs by dependeciesSteven Rostedt1-22/+49
2011-10-17ktest: Add DEFINED keyword for IF statementsSteven Rostedt2-1/+33
2011-10-17ktest: Add OVERRIDE keyword to DEFAULTS sectionSteven Rostedt2-8/+44
2011-10-17ktest: Consolidate TEST_TYPE and DEFAULT codeSteven Rostedt1-40/+21
2011-10-17ktest: Add INCLUDE keyword to include other config filesSteven Rostedt2-9/+78
2011-10-17ktest: Let IF keyword take comparisonsSteven Rostedt2-6/+62
2011-10-17ktest: Add IF and ELSE to config sectionsSteven Rostedt2-4/+98
2011-10-17ktest: Do not reboot on config or build issuesSteven Rostedt1-2/+20
2011-10-17ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a rebootSteven Rostedt2-6/+37
2011-10-17ktest: Add NO_INSTALL option to not install for a testSteven Rostedt2-1/+16
2011-10-17ktest: Fail when grub menu not foundSteven Rostedt1-1/+4
2011-10-17ktest: Include monitor in reboot codeAndrew Jones1-20/+16
2011-10-17ktest: Only need to save .config when doing mrproperAndrew Jones1-7/+7
2011-10-17ktest: Create outputdir if it does not existAndrew Jones1-3/+5
2011-10-17ktest: Add TEST_TYPE install optionSteven Rostedt2-3/+11
2011-09-29perf tools: Fix raw sample readingJiri Olsa1-2/+5
2011-09-23perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo1-1/+1
2011-09-23perf tools: Add support for disabling -Werror via WERROR=0Darren Hart1-1/+8
2011-09-23perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo1-4/+5
2011-09-23perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian1-11/+13
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern4-14/+47
2011-09-23perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard1-2/+8
2011-09-23perf symbols: Synthesize anonymous mmap eventsAnton Blanchard1-0/+5
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern3-0/+17
2011-09-23perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard1-0/+88
2011-09-23perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard1-2/+4
2011-09-23perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard1-22/+11
2011-09-23perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard1-0/+2
2011-09-23perf probe: Fix regression of variable finderMasami Hiramatsu1-1/+1
2011-08-29Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+3
2011-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds21-289/+308
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-18perf tools: Add group event scheduling option to perf record/statLin Ming2-3/+8
2011-08-18perf tools: Fix build against newer glibcJosh Boyer1-0/+2
2011-08-18perf tools: Fix error handling of unknown eventsStephane Eranian1-1/+5
2011-08-18perf evlist: Fix missing event name init for default eventStephane Eranian1-1/+10
2011-08-18perf list: Fix exit valueStephane Eranian1-2/+0
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-14Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar9-137/+403
2011-08-13Merge branch '3.1-fixes-for-rmk' of git://linux-arm.org/linux-2.6-wd into fixesRussell King1-0/+3
2011-08-12ARM: fix perf build with uclibc toolchainsFlorian Fainelli1-0/+3
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu1-0/+22
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu3-35/+83