summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger2014-05-171-3/+4
* cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava...Thomas Renninger2014-05-171-0/+14
* cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger2014-05-171-0/+2
* cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger2014-05-172-8/+77
* cpupower: Remove all manpages on make uninstallRamkumar Ramachandra2014-05-171-2/+6
* cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra2014-05-172-10/+7
* cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra2014-05-171-6/+6
* PM / tools: cpupower: add option to display values without round offsPrarit Bhargava2014-05-072-40/+73
* tools / power: turbostat: Drop temperature checksJean Delvare2014-05-071-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-019-22/+64
|\
| * perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa2014-04-301-1/+1
| * perf x86: Fix perf to use non-executable stack, againMathias Krause2014-04-302-1/+11
| * perf tools: Remove extra '/' character in events file pathXia Kaixu2014-04-301-2/+2
| * perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-301-4/+12
| * perf tests: Add static build make testJiri Olsa2014-04-301-0/+2
| * perf tools: Fix bfd dependency libraries detectionJiri Olsa2014-04-301-11/+23
| * perf tools: Use LDFLAGS instead of ALL_LDFLAGSJiri Olsa2014-04-301-1/+1
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-04-234-2/+12
| |\
| | * tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt2014-04-231-0/+1
| | * tools lib traceevent: Fix backward compatibility macros for pevent filter enumsSteven Rostedt2014-04-231-2/+2
| | * perf tools: Disable libdw unwind for all but x86 archJiri Olsa2014-04-231-0/+8
| | * perf tests x86: Fix memory leak in sample_ustack()Masanari Iida2014-04-231-0/+1
* | | tools/power/acpi: Minor bugfixesThomas Renninger2014-04-211-10/+1
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-204-2/+12
|\ \ | |/
| * perf tools: Improve error reportingAdrien BAK2014-04-202-2/+9
| * perf tools: Adjust symbols in VDSOVladimir Nikulichev2014-04-201-0/+2
| * perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin2014-04-201-0/+1
* | Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-181-1/+3
|\ \ | |/ |/|
| * Tools: hv: Handle the case when the target file exists correctlyK. Y. Srinivasan2014-04-161-1/+3
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-169-57/+117
|\ \
| * | perf tools: Instead of redirecting flex output, use -oCody P Schafer2014-04-151-2/+2
| * | perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter2014-04-151-0/+1
| * | Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar2014-04-147-55/+114
| |\ \ | | |/ | |/|
| | * perf stat: Initialize statistics correctlyAndi Kleen2014-04-141-2/+9
| | * perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra2014-04-141-0/+4
| | * perf bench: Fix segfault at the end of an 'all' executionRamkumar Ramachandra2014-04-141-1/+1
| | * perf bench: Update manpage to mention numa and futexRamkumar Ramachandra2014-04-141-0/+22
| | * perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()Namhyung Kim2014-04-141-1/+1
| | * perf probe: Fix to handle errors in line_range searchingMasami Hiramatsu2014-04-141-3/+4
| | * perf probe: Fix --line option behaviorNamhyung Kim2014-04-141-2/+4
| | * perf tools: Pick up libdw without explicit LIBDW_DIRRamkumar Ramachandra2014-04-141-3/+2
| | * perf callchains: Disable unwind libraries when libelf isn't foundArnaldo Carvalho de Melo2014-04-141-0/+2
| | * tools lib traceevent: Do not call warning() directlyNamhyung Kim2014-04-141-2/+4
| | * tools lib traceevent: Print event name when show warning if possibleNamhyung Kim2014-04-141-41/+62
| | * perf top: Fix documentation of invalid -s optionNamhyung Kim2014-04-141-1/+0
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-162-11/+7
|\ \ \ | |/ / |/| |
| * | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-04-142-11/+7
| |\ \
| | * | tools/liblockdep: Add proper versioning to the shared objSasha Levin2014-04-011-11/+4
| | * | tools/liblockdep: Ignore asmlinkage and visibleSasha Levin2014-04-011-0/+3
* | | | Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-112-206/+161
|\ \ \ \
OpenPOWER on IntegriCloud