summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf data ctf: Add 'all' optionWang Nan2016-06-282-0/+2
* perf data ctf: Pass convert options through opts structureWang Nan2016-06-284-6/+20
* perf data ctf: Add value_set_string() helperWang Nan2016-06-281-0/+30
* perf symbols: Use proper dso name for is_regular_fileJiri Olsa2016-06-281-1/+1
* perf record: Prepare picking perf_event_mmap_page from multiple evlistsWang Nan2016-06-281-2/+13
* perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan2016-06-281-10/+24
* perf record: Move mmap setup block to separate functionWang Nan2016-06-281-20/+36
* perf data convert: Include config.h headerJiri Olsa2016-06-281-0/+1
* perf build: Add libbabeltrace to build-testWang Nan2016-06-281-0/+2
* perf tools: Add more toolchain tripletsRavi Bangoria2016-06-271-0/+17
* perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao2016-06-273-11/+20
* perf tools: Update makefile message for installing slang devel packageNeeraj Badlani2016-06-271-1/+1
* perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria2016-06-272-7/+0
* Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar2016-06-279-20/+92
|\
| * tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King2016-06-241-1/+1
| * selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz2016-06-241-1/+1
| * Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-06-203-15/+12
| |\
| | * ftracetest: Fix hist unsupported result in hist selftestsSteven Rostedt (Red Hat)2016-06-203-15/+12
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-06-154-3/+78
| |\ \ | | |/ | |/|
| | * tools/virtio: add noring toolMichael S. Tsirkin2016-06-062-1/+72
| | * tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpuMike Rapoport2016-06-061-2/+2
| | * tools/virtio/ringtest: add usage example to READMEMike Rapoport2016-06-061-0/+4
* | | perf config: Reimplement show_config() using config_set__for_eachTaeung Song2016-06-231-12/+5
* | | perf config: Introduce new init() and exit()Taeung Song2016-06-234-45/+82
* | | perf script: Add callindent optionAdrian Hunter2016-06-234-1/+79
* | | perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter2016-06-233-6/+23
* | | perf script: Print sample flags more nicelyAdrian Hunter2016-06-232-2/+40
* | | perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-232-5/+5
* | | perf rb_resort: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-232-4/+4
* | | perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-238-19/+19
* | | perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-2340-157/+157
* | | perf unwind: Fix wrongly used regs for aarch64 unwindHe Kuang2016-06-231-0/+5
* | | perf unwind: Fix wrongly used regs for x86_32 unwindHe Kuang2016-06-231-0/+6
* | | perf unwind: Change macro names of perf registerHe Kuang2016-06-232-2/+13
* | | perf tools: Find right DSO taking into account if binary is 32 or 64-bitHe Kuang2016-06-231-3/+37
* | | perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-2315-17/+24
* | | perf tools: Let python use correct gcc for build_extHe Kuang2016-06-221-1/+2
* | | perf machine: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-222-6/+6
* | | perf tests time-to-tsc: No need to disable an event before deleting itArnaldo Carvalho de Melo2016-06-221-5/+1
* | | perf session: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-224-7/+5
* | | perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-224-6/+6
* | | perf hists: Enlarge pid sort entry sizeJiri Olsa2016-06-222-4/+4
* | | perf hists browser: Introduce init()Jiri Olsa2016-06-222-15/+22
* | | perf hists browser: Introduce perf_evsel_browser constructorJiri Olsa2016-06-222-10/+18
* | | perf hists browser: Move horizontal scroll init to new()Jiri Olsa2016-06-221-13/+7
* | | perf hists browser: Introduce struct hist_browser title callbackJiri Olsa2016-06-222-8/+17
* | | perf hists browser: Make (new|delete|run) publicJiri Olsa2016-06-222-5/+10
* | | perf hists browser: Move hist_browser into header fileJiri Olsa2016-06-222-18/+24
* | | perf script stackcollapse: Remove reference to the perl interpreterArnaldo Carvalho de Melo2016-06-221-2/+0
* | | perf script: Add stackcollapse.py scriptPaolo Bonzini2016-06-213-0/+138