aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-9/+1
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka1-0/+1
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+7
2016-07-25Revert "perf tools: event.h needs asm/perf_regs.h"Arnaldo Carvalho de Melo1-1/+0
2016-07-23x86/insn: remove pcommitDan Williams4-9/+1
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-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter4-9/+17
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 Melo2-2/+3
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 Melo2-5/+15
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-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
2016-07-15perf evlist: Drop evlist->backwardWang Nan3-6/+1
2016-07-15perf evlist: Map backward events to backward_mmapWang Nan2-29/+29
2016-07-15perf evlist: Introduce backward_mmap array for evlistWang Nan3-7/+16
2016-07-15perf evlist: Extract common code in mmap failure processingWang Nan1-12/+8
2016-07-15perf evlist: Record mmap cookie into fdarray private fieldWang Nan1-6/+9
2016-07-15perf record: Decouple record__mmap_read() and evlist.Wang Nan1-15/+22
2016-07-15perf evlist: Update mmap related APIs and helpersWang Nan2-43/+108
2016-07-15perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo4-10/+8
2016-07-15perf tools: Bail out at "--sort dcacheline" and cacheline_size not knownArnaldo Carvalho de Melo1-1/+7
2016-07-15perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo1-1/+1
2016-07-14perf tools: Do not provide dup sched_getcpu() prototype on AndroidArnaldo Carvalho de Melo1-1/+1
2016-07-13perf test: Add a test case for SDT eventMasami Hiramatsu4-0/+121
2016-07-13perf build: Add sdt feature detectionMasami Hiramatsu3-1/+15
2016-07-13perf probe: Support a special SDT probe formatMasami Hiramatsu2-3/+13
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu3-2/+59
2016-07-13perf list: Show SDT and pre-cached eventsMasami Hiramatsu4-1/+98
2016-07-13perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu1-19/+86
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu3-10/+138
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu2-4/+6
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu4-4/+35