aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König2-2/+2
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-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 Nan1-2/+6
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-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-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-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
2016-12-01perf tools: Add time-based utility functionsDavid Ahern3-0/+98
2016-11-29perf script: Add option to stop printing callchainDavid Ahern5-2/+25
2016-11-29perf kmem stat: Track memory freedDavid Ahern1-1/+11
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo4-59/+59
2016-11-29perf tools: Introduce perf hooksWang Nan9-0/+187
2016-11-25perf trace: Update tid/pid filtering option to leverage symbol_confDavid Ahern1-40/+9
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern2-2/+99
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo1-2/+4
2016-11-25perf ui helpline: Provide a printf variantArnaldo Carvalho de Melo2-0/+11
2016-11-25perf tools: Add missing struct definition in probe_event.hWang Nan1-0/+2
2016-11-25perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan1-1/+1
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim2-0/+22
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim3-2/+9
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria2-0/+63
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo2-96/+60