summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-035-4/+15
|\
| * Merge branch 'liblockdep-fixes' of https://github.com/sashalevin/liblockdep i...Ingo Molnar2014-02-275-4/+15
| |\
| | * tools/liblockdep: Use realpath for srctree and objtreeWang Nan2014-02-271-2/+2
| | * tools/liblockdep: Add a stub for new rcu_is_watchingSasha Levin2014-02-271-0/+5
| | * tools/liblockdep: Mark runtests.sh as executableSasha Levin2014-02-271-0/+0
| | * tools/liblockdep: Add include directory to allow tests to compileIra W. Snyder2014-02-271-1/+1
| | * tools/liblockdep: Fix include of asm/hash.hIra W. Snyder2014-02-271-0/+6
| | * tools/liblockdep: Fix initialization code pathIra W. Snyder2014-02-271-1/+1
* | | perf tools: Fix strict alias issue for find_first_bitJiri Olsa2014-02-281-1/+3
* | | perf tools: fix BFD detection on opensuseAndi Kleen2014-02-272-2/+2
* | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-02-275-19/+40
|\ \ \ | |/ / |/| |
| * | perf symbols: Destroy unused symsrcsNamhyung Kim2014-02-241-0/+2
| * | perf annotate: Check availability of annotate when processing samplesNamhyung Kim2014-02-244-19/+38
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-224-3/+44
|\| |
| * | perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64...Arnaldo Carvalho de Melo2014-02-131-0/+18
| * | perf trace: Add fallback definition of EFD_SEMAPHOREBen Hutchings2014-02-101-0/+4
| * | perf list: Fix checking for supported events on older kernelsVince Weaver2014-02-101-2/+15
| * | perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa2014-02-101-0/+6
| * | perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu2014-02-101-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-0914-63/+162
|\| | | |/ |/|
| * perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter2014-01-311-4/+29
| * perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-311-2/+38
| * perf tests: No need to set up ref_reloc_symAdrian Hunter2014-01-311-10/+0Star
| * perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-311-4/+21
| * perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-313-30/+9Star
| * perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-312-0/+25
| * perf machine: Add machine__get_kallsyms_filename()Adrian Hunter2014-01-311-8/+11
| * perf tools: Add kallsyms__get_function_start()Adrian Hunter2014-01-312-3/+18
| * perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter2014-01-313-2/+6
| * perf tools: Fix include for non x86 architecturesFrancesco Fusco2014-01-311-0/+6
| * perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra2014-01-291-2/+2
| * perf tools: Demangle kernel and kernel module symbols tooAvi Kivity2014-01-271-1/+1
| * perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach2014-01-261-1/+0Star
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
|\ \
| * | tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-011-33/+65
| * | tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-011-3/+3
| * | turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-191-25/+66
| * | turbostat: run on HSXLen Brown2014-01-191-11/+31
| * | turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-191-0/+1
| * | turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-191-69/+38Star
| * | turbostat: Factor out common function to open file and exit on failureJosh Triplett2014-01-191-15/+16
| * | turbostat: Add a helper to parse a single int out of a fileJosh Triplett2014-01-191-57/+24Star
| * | turbostat: Check return value of fscanfJosh Triplett2014-01-191-4/+16
| * | turbostat: Use GCC's CPUID functions to support PICJosh Triplett2014-01-191-5/+6
| * | turbostat: Don't attempt to printf an off_t with %zxJosh Triplett2014-01-191-1/+1
| * | turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2014-01-192-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-255-2/+2382
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-5/+6
| |\| |
| * | | bpf_exp: free duplicated labels at exit timeDaniel Borkmann2013-12-171-7/+20
| * | | bpf_dbg: always close socket in bpf_runnableDaniel Borkmann2013-12-171-1/+1