summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2016-07-273-6/+5
* Merge tag 'perf-urgent-for-mingo-20160726' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-07-275-1/+36
|\
| * perf s390: Fix 'start' address of module's mapSong Shan Gong2016-07-264-0/+30
| * tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-261-1/+6
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2613-121/+4000
|\ \ | |/
| * Revert "perf tools: event.h needs asm/perf_regs.h"Arnaldo Carvalho de Melo2016-07-251-1/+0
| * tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf2016-07-223-2/+34
| * objtool: Always use host headersArnaldo Carvalho de Melo2016-07-221-1/+1
| * objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo2016-07-221-3/+1
| * tools build: Add HOSTARCH Makefile variableArnaldo Carvalho de Melo2016-07-221-5/+4
| * perf tests kmod-path: Fix build on ubuntu:16.04-x-armhfArnaldo Carvalho de Melo2016-07-221-0/+1
| * perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter2016-07-213-8/+3731
| * perf tools: Add AVX-512 support to the instruction decoder used by Intel PTAdrian Hunter2016-07-215-101/+220
| * x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter2016-07-204-9/+17
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-257-2/+2342
|\ \
| * \ Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-156-1/+2230
| |\ \
| | * \ Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-099-20/+92
| | |\ \
| | * | | x86/mpx, selftests: Add MPX self testDave Hansen2016-06-146-1/+2230
| * | | | selftests/x86: Add vDSO mremap() testDmitry Safonov2016-07-082-1/+112
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-25303-2309/+13229
|\ \ \ \ | | |_|/ | |/| |
| * | | perf tests: Add is_printable_array testJiri Olsa2016-07-184-0/+42
| * | | perf tools: Make is_printable_array globalJiri Olsa2016-07-184-28/+17
| * | | perf script python: Fix string vs byte array resolvingJiri Olsa2016-07-181-6/+33
| * | | perf probe: Warn unmatched function filter correctlyMasami Hiramatsu2016-07-182-2/+13
| * | | perf cpu_map: Add more helpersMark Rutland2016-07-182-2/+14
| * | | perf stat: Balance opening and reading eventsMark Rutland2016-07-181-2/+6
| * | | tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo2016-07-184-6/+195
| * | | perf tools: Remove include/linux/list.h from perf's MANIFESTArnaldo Carvalho de Melo2016-07-181-1/+0
| * | | tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo2016-07-187-10/+203
| * | | Remove: kernel unistd*h files from perf's MANIFEST, not usedArnaldo Carvalho de Melo2016-07-181-2/+0
| * | | perf tools: Remove tools/perf/util/include/linux/const.hArnaldo Carvalho de Melo2016-07-182-2/+0
| * | | perf tools: Remove tools/perf/util/include/asm/byteorder.hArnaldo Carvalho de Melo2016-07-182-4/+0
| * | | perf tools: Add missing linux/compiler.h include to perf-sys.hArnaldo Carvalho de Melo2016-07-181-0/+1
| * | | perf jit: Remove some no-op error handlingDan Carpenter2016-07-181-6/+1
| * | | perf jit: Add missing curly bracesDan Carpenter2016-07-181-1/+2
| * | | objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo2016-07-151-1/+1
| * | | objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo2016-07-151-1/+1
| * | | perf record: Add --tail-synthesize optionWang Nan2016-07-153-6/+34
| * | | perf session: Don't warn about out of order event if write_backward is usedWang Nan2016-07-151-3/+19
| * | | perf tools: Enable overwrite settingsWang Nan2016-07-159-7/+49
| * | | perf evlist: Make {pause,resume} internal helpersWang Nan2016-07-152-4/+2
| * | | perf record: Read from overwritable ring bufferWang Nan2016-07-151-1/+30
| * | | perf evlist: Setup backward mmap state machineWang Nan2016-07-153-0/+98
| * | | perf evlist: Drop evlist->backwardWang Nan2016-07-153-6/+1
| * | | perf evlist: Map backward events to backward_mmapWang Nan2016-07-152-29/+29
| * | | perf evlist: Introduce backward_mmap array for evlistWang Nan2016-07-153-7/+16
| * | | perf evlist: Extract common code in mmap failure processingWang Nan2016-07-151-12/+8
| * | | perf evlist: Record mmap cookie into fdarray private fieldWang Nan2016-07-151-6/+9
| * | | perf record: Decouple record__mmap_read() and evlist.Wang Nan2016-07-151-15/+22
| * | | perf evlist: Update mmap related APIs and helpersWang Nan2016-07-152-43/+108
OpenPOWER on IntegriCloud