summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-2320-217/+197
| * perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2016-03-232-8/+1
| * perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo2016-03-231-7/+0
| * perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo2016-03-231-23/+14
| * perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-234-11/+7
| * perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-2313-52/+17
| * perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-2316-45/+35
| * perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
| * perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-2315-26/+22
| * perf list: Fix documentation of :pppAndi Kleen2016-03-221-2/+4
| * perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
| * perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-182-6/+7
| * tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-186-5/+5
| * perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0
* | selftests/x86: Add an iopl testAndy Lutomirski2016-03-172-1/+136
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-2/+4
|\ \
| * \ Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-151-2/+4
| |\ \
| | * | rcutorture: Check for self-detected stallsPaul E. McKenney2016-01-251-2/+2
| | * | rcutorture: Don't keep empty console.log.diags filesPaul E. McKenney2016-01-251-0/+2
| | * | rcutorture: Add checks for rcutorture writer starvationPaul E. McKenney2016-01-251-2/+2
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-155-44/+501
|\ \ \ \ | |/ / / |/| | |
| * | | selftests/x86: In syscall_nt, test NT|TF as wellAndy Lutomirski2016-03-101-8/+49
| * | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-072-12/+11
| |\ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1828-63/+1510
| |\ \ \ \
| * | | | | selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski2016-02-171-0/+126
| * | | | | selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski2016-02-171-3/+3
| * | | | | selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski2016-02-171-28/+202
| * | | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-3/+2
| * | | | | selftests/x86: Add check_initial_reg_state()Andy Lutomirski2016-01-292-1/+117
| * | | | | selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski2016-01-291-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-14150-1616/+11149
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf stat: Add --metric-only support for -AAndi Kleen2016-03-102-9/+38
| * | | | perf stat: Implement --metric-only modeAndi Kleen2016-03-102-10/+205
| * | | | perf stat: Document CSV format in manpageAndi Kleen2016-03-101-0/+23
OpenPOWER on IntegriCloud