summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-14/+12
| | * | perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-31/+24
| | * | perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-32/+26
| | * | perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-59/+41
| | * | perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-51/+39
| | * | perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-40/+26
| | * | perf help: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-20/+20
| | * | perf script: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-48/+42
| | * | perf stat: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-169/+159
| | * | perf sched: Look up thread using tid instead of pidArnaldo Carvalho de Melo2012-10-021-1/+1
| | * | perf inject: Remove static variablesArnaldo Carvalho de Melo2012-10-021-34/+38
| | * | perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo2012-10-021-2/+1
| | * | perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo2012-10-021-45/+87
| | * | perf tools: Convert to HAVE_STRLCPYNamhyung Kim2012-10-023-7/+5
| | * | perf tools: Convert to GTK2_SUPPORTNamhyung Kim2012-10-026-36/+36
| | * | perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-028-34/+32
| | * | perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim2012-10-022-5/+3
| | * | perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim2012-10-024-16/+14
| | * | perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-286-14/+13
| | * | perf tools: Remove unused PYRF_OBJS variable on MakefileNamhyung Kim2012-09-281-15/+1
| | * | perf tools: Move libdw availability check before arch MakefileNamhyung Kim2012-09-281-7/+7
* | | | perf: Handle new rbtree implementationMarkus Trippelsdorf2012-10-132-1/+4
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-10-121-8/+7
|\ \ \ \
| * | | | kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2012-09-271-8/+7
* | | | | perf: fix duplicate header inclusionMichel Lespinasse2012-10-111-1/+0
* | | | | rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-091-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-082-2/+2
|\ \ \ \
| * | | | kbuild: Fix gcc -x syntaxJean Delvare2012-10-032-2/+2
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-085-36/+870
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-065-36/+870
| |\ \ \ \ \ \
| | | | * | | | tools/power/turbostat: add option to count SMIs, re-name some optionsLen Brown2012-10-062-15/+20
| | | | * | | | tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltasLen Brown2012-09-272-44/+94
| | | | * | | | tools/power turbostat: add [-m MSR#] optionLen Brown2012-09-262-16/+66
| | | | * | | | tools/power turbostat: make -M output prettyLen Brown2012-09-261-4/+6
| | | | * | | | tools/power turbostat: print more turbo-limit informationLen Brown2012-09-261-2/+93
| | | | * | | | tools/power turbostat: delete unused lineLen Brown2012-09-261-1/+0
| | | | * | | | tools/power turbostat: run on IVB XeonLen Brown2012-09-261-2/+2
| | |_|/ / / / | |/| | | | |
| | | * | | | tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2012-09-252-0/+63
| | | * | | | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsYakui Zhao2012-09-251-98/+89
| | * | | | | Merge branch 'acpidump' into acpicaLen Brown2012-09-223-0/+637
| |/| | | | |
| | * | | | | tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2012-09-222-0/+63
| | * | | | | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsLen Brown2012-09-221-98/+89
| | |/ / / /
| | * | | | tools/power/acpi/acpidump: version 20071116Len Brown2012-09-221-2/+5
| | * | | | tools/power/acpi/acpidump: version 20070714Len Brown2012-09-222-31/+103
| | * | | | tools/power/acpi/acpidump: version 20060606Len Brown2012-09-221-38/+59
| | * | | | tools/power/acpi/acpidump: version 20051111Len Brown2012-09-222-0/+487
* | | | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-077-0/+806
|\ \ \ \ \ \
| * | | | | | lguest: fix occasional crash in example launcher.Rusty Russell2012-10-041-0/+1
| * | | | | | tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE2012-09-281-4/+3
| * | | | | | tools: Add guest trace agent as a user toolYoshihiro YUNOMAE2012-09-286-0/+806
| |/ / / / /