summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim
2016-12-20perf diff: Do not overwrite valid build idKan Liang
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-12-07perf tools: Explicitly document that --children is enabled by defaultYannick Brosseau
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim
2016-12-07perf sched: Cleanup option processingNamhyung Kim
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern
2016-12-06perf tools: Move perf build related variables under non fixdep legJiri Olsa
2016-12-06perf tools: Force fixdep compilation at the start of the buildJiri Olsa
2016-12-06perf tools: Move PERF-VERSION-FILE target into rules areaJiri Olsa
2016-12-06perf build: Check LLVM version in feature checkWang Nan
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria
2016-12-05perf tools: Add non config targetsJiri Olsa
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa
2016-12-05perf tools: Move python/perf.so target into rules areaJiri Olsa
2016-12-05perf tools: Move install-gtk target into rules areaJiri Olsa
2016-12-05perf clang: Compile BPF script using builtin clang supportWang Nan
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan
2016-12-05perf clang: Allow passing CFLAGS to builtin clangWang Nan
2016-12-05perf clang: Use real file system for #includeWang Nan
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan
2016-12-05perf tools: Pass context to perf hook functionsWang Nan