summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-2710-10/+93
|\
| * perf python scripting: Add futex-contention scriptArnaldo Carvalho de Melo2010-10-264-0/+74
| * perf python scripting: Fixup cut'n'paste error in sctop scriptArnaldo Carvalho de Melo2010-10-261-1/+1
| * perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo2010-10-265-7/+16
| * perf record: Remove newline character from perror() argumentMatt Fleming2010-10-261-2/+2
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-2620-40/+106
|\ \ | |/
| * perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo2010-10-251-1/+4
| * perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo2010-10-251-8/+13
| * perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo2010-10-251-5/+2
| * perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo2010-10-251-2/+3
| * perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo2010-10-252-8/+50
| * perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo2010-10-231-1/+2
| * perf trace: Fix detection of script extensionBen Hutchings2010-10-231-1/+1
| * perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings2010-10-2313-15/+15
| * perf tools: Document event modifiersSonny Rao2010-10-231-0/+17
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-238-194/+793
|\ \ | |/
| * perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo2010-10-221-1/+0
| * perf probe: Add basic module supportMasami Hiramatsu2010-10-217-69/+239
| * perf probe: Show accessible global variablesMasami Hiramatsu2010-10-216-14/+41
| * perf probe: Function style fixMasami Hiramatsu2010-10-213-4/+4
| * perf probe: Show accessible local variablesMasami Hiramatsu2010-10-216-105/+480
| * perf probe: Support global variablesMasami Hiramatsu2010-10-211-8/+17
| * perf probe: Fix local variable searching loopMasami Hiramatsu2010-10-211-8/+18
| * perf probe: Fix type searchingMasami Hiramatsu2010-10-211-8/+17
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-2124-296/+971
|\ \ | |/
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-052-3/+3
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-152-1/+9
| |\ \
| * | | perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo2010-09-133-40/+34
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-092-13/+30
| |\ \ \
| * | | | perf: Add a script to show packets processingKoki Sanagi2010-09-073-0/+477
| * | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-08-301-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-271-0/+1
| | |\ \ \ \
| * | | | | | perf tools: Fix linking errors with --as-needed flagTom Zanussi2010-08-251-6/+15
| * | | | | | perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju2010-08-252-0/+15
| * | | | | | perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo2010-08-251-6/+106
| * | | | | | perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo2010-08-251-14/+4
| * | | | | | perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo2010-08-251-7/+7
| * | | | | | perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo2010-08-251-0/+1
| |/ / / / /
| * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-252-5/+11
| |\ \ \ \ \
| * | | | | | perf: Support for callchains mergeFrederic Weisbecker2010-08-223-0/+59
| * | | | | | perf: Rename append_callchain into callchain_appendFrederic Weisbecker2010-08-223-15/+15
| * | | | | | perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-224-20/+29
| * | | | | | perf tools: add test for strlcpy()Kirill A. Shutemov2010-08-214-1/+24
| * | | | | | perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo2010-08-214-4/+34
| * | | | | | perf ui browser: Add routines to compactly specify exit keysArnaldo Carvalho de Melo2010-08-196-35/+34
| * | | | | | perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo2010-08-197-125/+93
| * | | | | | perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo2010-08-195-37/+38
* | | | | | | perf, MIPS: Support cross compiling of tools/perf for MIPSDeng-Cheng Zhu2010-10-121-0/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | perf trace scripting: Fix extern struct definitionsStephane Eranian2010-10-041-2/+2
* | | | | | perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt2010-10-041-1/+1
OpenPOWER on IntegriCloud