summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu2014-06-041-2/+5
* perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu2014-06-041-2/+2
* Merge branch 'liblockdep-fixes-3.15' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2014-05-112-3/+8
|\
| * tools/liblockdep: Remove all build files when doing make cleanSasha Levin2014-05-081-1/+1
| * tools/liblockdep: Build liblockdep from tools/MakefileS. Lockwood-Childs2014-05-082-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-051-1/+1
|\ \
| * | bpf_dbg: fix wrong register usageBrendan Hickey2014-04-301-1/+1
* | | 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
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-04-082-206/+161
| |\ \ \ \
| | * \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2014-04-082-206/+161
| | |\ \ \ \