summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Fallback to user only counters when perf_event_paranoid > 1Arnaldo Carvalho de Melo2016-05-121-1/+6
* perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()Arnaldo Carvalho de Melo2016-05-121-0/+18
* perf evsel: Improve EPERM error handling in open_strerror()Arnaldo Carvalho de Melo2016-05-121-2/+3
* tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt2016-05-121-2/+2
* perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo2016-05-126-0/+38
* perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo2016-05-121-4/+4
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2016-05-121-30/+30
* perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2016-05-121-4/+4
* perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2016-05-121-36/+34
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2016-05-121-6/+6
* perf diff: Fix duplicated output columnNamhyung Kim2016-05-111-0/+3
* tools: bpf_jit_disasm: check for klogctl failureColin Ian King2016-05-081-0/+3
*---. Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-231-1/+1
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-04-191-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | perf intel-pt: Fix segfault tracing transactionsAdrian Hunter2016-04-181-1/+1
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-232-34/+101
|\ \ \ \
| * | | | objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-162-23/+61
| * | | | objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41
| |/ / /
* | | | soreuseport: test mixed v4/v6 socketsCraig Gallek2016-04-143-1/+210
|/ / /
* | | Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-091-10/+107
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-core', 'powercap' and 'pm-tools'Rafael J. Wysocki2016-04-081-10/+107
| |\ \ \ \
| | | * | | tools/power turbostat: work around RC6 counter wrapLen Brown2016-04-071-4/+15
| | | * | | tools/power turbostat: initial KBL supportLen Brown2016-04-071-0/+14
| | | * | | tools/power turbostat: initial SKX supportLen Brown2016-04-071-1/+8
| | | * | | tools/power turbostat: decode BXT TSC frequency via CPUIDLen Brown2016-04-071-1/+4
| | | * | | tools/power turbostat: initial BXT supportLen Brown2016-04-071-0/+9
| | | * | | tools/power turbostat: print IRTL MSRsLen Brown2016-04-071-3/+56
| | | * | | tools/power turbostat: SGX state should print only if --debugLen Brown2016-04-071-1/+1
* | | | | | Merge tag 'linux-kselftest-4.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-041-11/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün2016-03-291-2/+2
| * | | | | selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün2016-03-291-9/+9
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-039-23/+37
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | perf jit: genelf makes assumptions about endianAnton Blanchard2016-03-301-14/+10
| * | | | | perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
| * | | | | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-294-7/+22
| * | | | | perf tools: Fix build break on powerpcSukadev Bhattiprolu2016-03-281-0/+2
| * | | | | perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo2016-03-241-0/+1
| * | | | | perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo2016-03-241-1/+1
* | | | | | tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.shSedat Dilek2016-03-301-4/+8
| |/ / / / |/| | | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2479-557/+385
|\ \ \ \ \ | |/ / / /
| * | | | Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-03-2479-557/+385
| |\ \ \ \
| | * | | | perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-231-3/+4
| | * | | | perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-234-44/+12
| | * | | | perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2016-03-232-7/+9
| | * | | | perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-233-10/+10
| | * | | | perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo2016-03-231-38/+31
| | * | | | perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo2016-03-234-46/+0
| | * | | | perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-234-5/+3
| | * | | | tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo2016-03-231-0/+12
| | * | | | tools lib traceevent: Remove redundant CPU outputSteven Rostedt2016-03-231-3/+1
OpenPOWER on IntegriCloud