aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-169/+466
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim1-3/+4
2016-12-20perf diff: Do not overwrite valid build idKan Liang1-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso1-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa1-0/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria3-9/+15
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria1-1/+5
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa1-0/+3
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa3-0/+46
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa5-0/+72
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa1-8/+9
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa1-2/+2
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo3-11/+10
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2-5/+45
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim1-19/+20
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa2-93/+60
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