summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo-2/+3
2010-10-25perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo-8/+50
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo-1/+2
2010-10-23perf trace: Fix detection of script extensionBen Hutchings-1/+1
2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings-15/+15
2010-10-23perf tools: Document event modifiersSonny Rao-0/+17
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo-1/+0
2010-10-21perf probe: Add basic module supportMasami Hiramatsu-69/+239
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu-14/+41
2010-10-21perf probe: Function style fixMasami Hiramatsu-4/+4
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu-105/+480
2010-10-21perf probe: Support global variablesMasami Hiramatsu-8/+17
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu-8/+18
2010-10-21perf probe: Fix type searchingMasami Hiramatsu-8/+17
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-3/+3
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian-2/+2
2010-10-04perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt-1/+1
2010-10-04perf tools: Fix build breakageKusanagi Kouichi-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-1/+9
2010-09-13perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo-40/+34
2010-09-09perf symbols: Fix multiple initialization of symbol systemJovi Zhang-1/+9
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar-13/+30
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu-13/+19
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu-0/+11
2010-09-07perf: Add a script to show packets processingKoki Sanagi-0/+477
2010-08-30Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar-0/+1
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker-0/+1
2010-08-27perf: Initialize callchains roots's childen hitsFrederic Weisbecker-0/+1
2010-08-25perf tools: Fix linking errors with --as-needed flagTom Zanussi-6/+15
2010-08-25perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju-0/+15
2010-08-25perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo-6/+106
2010-08-25perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo-14/+4
2010-08-25perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo-7/+7
2010-08-25perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo-0/+1
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar-5/+11
2010-08-22perf: Support for callchains mergeFrederic Weisbecker-0/+59
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker-15/+15
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker-20/+29
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov-1/+24
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo-4/+34
2010-08-19perf ui browser: Add routines to compactly specify exit keysArnaldo Carvalho de Melo-35/+34
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo-125/+93
2010-08-19perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo-37/+38
2010-08-18perf tools: Fix build error on read only source.Kusanagi Kouichi-5/+11
2010-08-17perf tools: Fix build on POSIX shellsBernd Petrovitsch-6/+10
2010-08-16perf annotate tui: Fix exit and RIGHT keys handlingArnaldo Carvalho de Melo-1/+2
2010-08-12perf: Add back list_head data typesIngo Molnar-0/+12
2010-08-12Merge branch 'linus' into perf/urgentIngo Molnar-0/+68
2010-08-10perf ui hist browser: Fixup key bindingsArnaldo Carvalho de Melo-8/+7
2010-08-10perf ui browser: Add ui_browser__show counterpart: __hideArnaldo Carvalho de Melo-15/+33