aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-02perf tools: Move config/Makefile into Makefile.configJiri Olsa2-3/+3
2016-08-02perf tests: Add test for bitmap_scnprintf functionJiri Olsa4-0/+59
2016-08-02tools lib: Add bitmap_and functionJiri Olsa2-0/+32
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa2-0/+39
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-08-02tools lib traceevent: Ignore generated library filesNamhyung Kim1-0/+1
2016-08-02perf tools: Fix build failure on perl script contextNamhyung Kim1-1/+3
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo1-3/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo5-31/+78
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo5-6/+6
2016-07-29perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo1-5/+1
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo1-4/+35
2016-07-28perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo3-20/+32
2016-07-25Merge tag 'perf-core-for-mingo-20160725' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar19-223/+4221
2016-07-25Revert "perf tools: event.h needs asm/perf_regs.h"Arnaldo Carvalho de Melo1-1/+0
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell1-1/+1
2016-07-22tools build: Fix objtool build with ARCH=x86_64Josh Poimboeuf3-2/+34
2016-07-22objtool: Always use host headersArnaldo Carvalho de Melo1-1/+1
2016-07-22objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCHArnaldo Carvalho de Melo1-3/+1
2016-07-22tools build: Add HOSTARCH Makefile variableArnaldo Carvalho de Melo1-5/+4
2016-07-22perf tests kmod-path: Fix build on ubuntu:16.04-x-armhfArnaldo Carvalho de Melo1-0/+1
2016-07-21perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter3-8/+3731
2016-07-21perf tools: Add AVX-512 support to the instruction decoder used by Intel PTAdrian Hunter5-101/+220
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter5-101/+220
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter5-10/+18
2016-07-19Merge tag 'perf-core-for-mingo-20160718' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar26-57/+512
2016-07-18perf tests: Add is_printable_array testJiri Olsa4-0/+42
2016-07-18perf tools: Make is_printable_array globalJiri Olsa4-28/+17
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa1-6/+33
2016-07-18perf probe: Warn unmatched function filter correctlyMasami Hiramatsu2-2/+13
2016-07-18perf cpu_map: Add more helpersMark Rutland2-2/+14
2016-07-18perf stat: Balance opening and reading eventsMark Rutland1-2/+6
2016-07-18tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo4-6/+195
2016-07-18perf tools: Remove include/linux/list.h from perf's MANIFESTArnaldo Carvalho de Melo1-1/+0
2016-07-18tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo7-10/+203
2016-07-18Remove: kernel unistd*h files from perf's MANIFEST, not usedArnaldo Carvalho de Melo1-2/+0
2016-07-18perf tools: Remove tools/perf/util/include/linux/const.hArnaldo Carvalho de Melo2-2/+0
2016-07-18perf tools: Remove tools/perf/util/include/asm/byteorder.hArnaldo Carvalho de Melo2-4/+0
2016-07-18perf tools: Add missing linux/compiler.h include to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2016-07-18perf jit: Remove some no-op error handlingDan Carpenter1-6/+1
2016-07-18perf jit: Add missing curly bracesDan Carpenter1-1/+2
2016-07-16Merge tag 'perf-core-for-mingo-20160715' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar22-152/+441
2016-07-15objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo1-1/+1
2016-07-15objtool: Add -I$(srctree)/tools/arch/$(ARCH)/include/uapiArnaldo Carvalho de Melo1-1/+1
2016-07-15perf record: Add --tail-synthesize optionWang Nan3-6/+34
2016-07-15perf session: Don't warn about out of order event if write_backward is usedWang Nan1-3/+19
2016-07-15perf tools: Enable overwrite settingsWang Nan9-7/+49
2016-07-15perf evlist: Make {pause,resume} internal helpersWang Nan2-4/+2
2016-07-15perf record: Read from overwritable ring bufferWang Nan1-1/+30
2016-07-15perf evlist: Setup backward mmap state machineWang Nan3-0/+98