aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds287-1050/+98016
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2016-12-11Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar5-7/+263
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+263
2016-12-09Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-6/+262
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds2-1/+29
2016-12-07radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-12-07perf tools: Explicitly document that --children is enabled by defaultYannick Brosseau2-1/+3
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim1-5/+4
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim1-1/+3
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2-0/+30
2016-12-07perf sched: Cleanup option processingNamhyung Kim1-5/+2
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern1-1/+5
2016-12-06tools/testing/nvdimm: unit test acpi_nfit_ctl()Dan Williams4-6/+262
2016-12-06perf tools: Move perf build related variables under non fixdep legJiri Olsa1-5/+5
2016-12-06perf tools: Force fixdep compilation at the start of the buildJiri Olsa1-12/+38
2016-12-06perf tools: Move PERF-VERSION-FILE target into rules areaJiri Olsa1-4/+4
2016-12-06perf build: Check LLVM version in feature checkWang Nan4-4/+28
2016-12-06bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf1-0/+134
2016-12-06tools: hv: Enable network manager for bonding scripts on RHELHaiyang Zhang1-2/+2
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby1-1/+1
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria1-0/+3
2016-12-05perf tools: Add non config targetsJiri Olsa1-1/+1
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa1-1/+1
2016-12-05perf tools: Move python/perf.so target into rules areaJiri Olsa1-11/+8
2016-12-05perf tools: Move install-gtk target into rules areaJiri Olsa1-5/+7
2016-12-05tools build: Move tabs to spaces where suitableJiri Olsa3-126/+126
2016-12-05tools build: Make the .cmd file more readableJiri Olsa1-1/+1
2016-12-05perf clang: Compile BPF script using builtin clang supportWang Nan3-4/+66
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan5-7/+79
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan4-15/+62
2016-12-05perf clang: Allow passing CFLAGS to builtin clangWang Nan3-12/+22
2016-12-05perf clang: Use real file system for #includeWang Nan2-12/+35
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan10-0/+218
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan3-1/+59
2016-12-05tools build: Add feature detection for clangWang Nan2-0/+31
2016-12-05tools build: Add feature detection for LLVMWang Nan2-0/+16
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan3-18/+68
2016-12-05perf tools: Pass context to perf hook functionsWang Nan3-10/+20
2016-12-05tools build: Fix objtool build with clangPeter Foley1-3/+3
2016-12-05tools build: Make fixdep parsing wait for last targetJiri Olsa1-2/+3
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello2-0/+61
2016-12-01perf annotate: AArch64 supportKim Phillips2-0/+67
2016-12-01perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips1-1/+1
2016-12-01perf report: Add option to specify time window of interestDavid Ahern2-1/+20
2016-12-01perf kmem: Add option to specify time window of interestDavid Ahern2-0/+31
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern2-6/+53
2016-12-01perf script: Add option to specify time window of interestDavid Ahern2-1/+21
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern4-36/+37