summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2014-02-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-63/+162
2014-02-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-200/+244
2014-02-01tools/power turbostat: introduce -s to dump countersAndy Shevchenko-33/+65
2014-02-01tools/power turbostat: remove unused command line optionAndy Shevchenko-3/+3
2014-01-31perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter-4/+29
2014-01-31perf tools: Adjust kallsyms for relocated kernelAdrian Hunter-2/+38
2014-01-31perf tests: No need to set up ref_reloc_symAdrian Hunter-10/+0
2014-01-31perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter-4/+21
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter-30/+9
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter-0/+25
2014-01-31perf machine: Add machine__get_kallsyms_filename()Adrian Hunter-8/+11
2014-01-31perf tools: Add kallsyms__get_function_start()Adrian Hunter-3/+18
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter-2/+6
2014-01-31perf tools: Fix include for non x86 architecturesFrancesco Fusco-0/+6
2014-01-29perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra-2/+2
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity-1/+1
2014-01-26perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach-1/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2382
2014-01-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+51
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+152
2014-01-23test: check copy_to/from_user boundary validationKees Cook-0/+14
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu-1/+2
2014-01-23perf tools: Fix traceevent plugin path definitionsJosh Boyer-2/+2
2014-01-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-15/+47
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim-2/+2
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+0
2014-01-20perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian-2/+5
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian-1/+0
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox-1/+1
2014-01-20perf stat: fix NULL pointer reference bug with event unitStephane Eranian-6/+22
2014-01-20perf tools: Add support for the xtensa architectureBaruch Siach-0/+7
2014-01-20perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev-3/+7
2014-01-20perf timechart: Fix wrong SVG heightStanislav Fomichev-0/+3
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2626/+6924
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3362
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1547
2014-01-20Merge tag 'ktest-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-32/+147
2014-01-18turbostat: Add option to report joules consumed per sampleDirk Brandewie-25/+66
2014-01-18turbostat: run on HSXLen Brown-11/+31
2014-01-18turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett-0/+1
2014-01-18turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett-69/+38
2014-01-18turbostat: Factor out common function to open file and exit on failureJosh Triplett-15/+16
2014-01-18turbostat: Add a helper to parse a single int out of a fileJosh Triplett-57/+24
2014-01-18turbostat: Check return value of fscanfJosh Triplett-4/+16
2014-01-18turbostat: Use GCC's CPUID functions to support PICJosh Triplett-5/+6
2014-01-18turbostat: Don't attempt to printf an off_t with %zxJosh Triplett-1/+1
2014-01-18turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett-2/+2
2014-01-18ktest: Add BISECT_TRIES to bisect testSteven Rostedt (Red Hat)-2/+36
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker-3/+0
2014-01-17perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker-10/+10