aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo2-3/+3
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo1-1/+2
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo1-1/+0
2010-10-21perf probe: Add basic module supportMasami Hiramatsu5-64/+224
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu4-11/+30
2010-10-21perf probe: Function style fixMasami Hiramatsu2-2/+2
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu4-98/+419
2010-10-21perf probe: Support global variablesMasami Hiramatsu1-8/+17
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu1-8/+18
2010-10-21perf probe: Fix type searchingMasami Hiramatsu1-8/+17
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+2
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian1-2/+2
2010-10-04perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt1-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar2-1/+9
2010-09-13perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo3-40/+34
2010-09-09perf symbols: Fix multiple initialization of symbol systemJovi Zhang2-1/+9
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar2-13/+30
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu1-13/+19
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu2-0/+11
2010-08-30Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-0/+1
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker1-0/+1
2010-08-27perf: Initialize callchains roots's childen hitsFrederic Weisbecker1-0/+1
2010-08-25perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju2-0/+15
2010-08-25perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo1-6/+106
2010-08-25perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo1-14/+4
2010-08-25perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo1-7/+7
2010-08-25perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo1-0/+1
2010-08-22perf: Support for callchains mergeFrederic Weisbecker3-0/+59
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker2-14/+13
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker4-20/+29
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov2-1/+4
2010-08-19perf ui browser: Add routines to compactly specify exit keysArnaldo Carvalho de Melo6-35/+34
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo6-116/+85
2010-08-19perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo5-37/+38
2010-08-16perf annotate tui: Fix exit and RIGHT keys handlingArnaldo Carvalho de Melo1-1/+2
2010-08-12perf: Add back list_head data typesIngo Molnar1-0/+12
2010-08-10perf ui hist browser: Fixup key bindingsArnaldo Carvalho de Melo1-8/+7
2010-08-10perf ui browser: Add ui_browser__show counterpart: __hideArnaldo Carvalho de Melo7-15/+33
2010-08-10perf annotate: Cycle thru sorted lines with samplesArnaldo Carvalho de Melo1-25/+77
2010-08-10perf ui: Make SPACE work as PGDN in all browsersArnaldo Carvalho de Melo2-1/+1
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo3-45/+124
2010-08-10perf ui: Complete the breakdown of util/newt.cArnaldo Carvalho de Melo9-74/+93
2010-08-10perf ui: Move hists browser to util/ui/browsers/Arnaldo Carvalho de Melo3-954/+963
2010-08-10perf symbols: Ignore mapping symbols on ARMDave Martin1-0/+10
2010-08-10perf ui: Move map browser to util/ui/browsers/Arnaldo Carvalho de Melo3-155/+170
2010-08-10perf ui: Move annotate browser to util/ui/browsers/Arnaldo Carvalho de Melo5-130/+145
2010-08-10perf ui: Move ui_progress routines to separate file in util/ui/Arnaldo Carvalho de Melo4-59/+72
2010-08-10perf ui: Move ui_helpline routines to separate file in util/ui/Arnaldo Carvalho de Melo3-37/+53
2010-08-10perf ui: Shorten ui_browser member namesArnaldo Carvalho de Melo3-50/+49
2010-08-06perf ui: Start breaking down newt.c into multiple filesArnaldo Carvalho de Melo3-301/+361