summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-28perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan1-10/+24
2016-06-28perf record: Move mmap setup block to separate functionWang Nan1-20/+36
2016-06-28perf data convert: Include config.h headerJiri Olsa1-0/+1
2016-06-28perf build: Add libbabeltrace to build-testWang Nan1-0/+2
2016-06-27perf tools: Add more toolchain tripletsRavi Bangoria1-0/+17
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao3-11/+20
2016-06-27perf tools: Update makefile message for installing slang devel packageNeeraj Badlani1-1/+1
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria2-7/+0
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar9-20/+92
2016-06-24tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King1-1/+1
2016-06-24selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz1-1/+1
2016-06-23perf config: Reimplement show_config() using config_set__for_eachTaeung Song1-12/+5
2016-06-23perf config: Introduce new init() and exit()Taeung Song4-45/+82
2016-06-23perf script: Add callindent optionAdrian Hunter4-1/+79
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter3-6/+23
2016-06-23perf script: Print sample flags more nicelyAdrian Hunter2-2/+40
2016-06-23perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2-5/+5
2016-06-23perf rb_resort: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2-4/+4
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo8-19/+19
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo40-157/+157
2016-06-23perf unwind: Fix wrongly used regs for aarch64 unwindHe Kuang1-0/+5
2016-06-23perf unwind: Fix wrongly used regs for x86_32 unwindHe Kuang1-0/+6
2016-06-23perf unwind: Change macro names of perf registerHe Kuang2-2/+13
2016-06-23perf tools: Find right DSO taking into account if binary is 32 or 64-bitHe Kuang1-3/+37
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song15-17/+24
2016-06-22perf tools: Let python use correct gcc for build_extHe Kuang1-1/+2
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo2-6/+6
2016-06-22perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo1-5/+1
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo4-7/+5
2016-06-22perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo4-6/+6
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa2-4/+4
2016-06-22perf hists browser: Introduce init()Jiri Olsa2-15/+22
2016-06-22perf hists browser: Introduce perf_evsel_browser constructorJiri Olsa2-10/+18
2016-06-22perf hists browser: Move horizontal scroll init to new()Jiri Olsa1-13/+7
2016-06-22perf hists browser: Introduce struct hist_browser title callbackJiri Olsa2-8/+17
2016-06-22perf hists browser: Make (new|delete|run) publicJiri Olsa2-5/+10
2016-06-22perf hists browser: Move hist_browser into header fileJiri Olsa2-18/+24
2016-06-22perf script stackcollapse: Remove reference to the perl interpreterArnaldo Carvalho de Melo1-2/+0
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini3-0/+138
2016-06-21perf evsel: Fix write_backwards fallbackArnaldo Carvalho de Melo1-13/+10
2016-06-21perf record: Add --dry-run option to check cmdline optionsWang Nan2-0/+14
2016-06-21perf llvm: Allow dump llvm output object file using llvm.dump-objWang Nan2-0/+47
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo2-41/+0
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo3-69/+2
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa5-38/+28
2016-06-21perf script: Fix documentation of '-f' when it should be '-F'Adrian Hunter1-10/+10
2016-06-21kbuild: List libelf-devel as an alternativeJean Delvare1-1/+1
2016-06-20Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-15/+12
2016-06-20ftracetest: Fix hist unsupported result in hist selftestsSteven Rostedt (Red Hat)3-15/+12
2016-06-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-3/+78