aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-07perf: Add a script to show packets processingKoki Sanagi3-0/+477
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 tools: Fix linking errors with --as-needed flagTom Zanussi1-6/+15
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-25Merge branch 'linus' into perf/coreIngo Molnar2-5/+11
2010-08-22perf: Support for callchains mergeFrederic Weisbecker3-0/+59
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker3-15/+15
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. Shutemov4-1/+24
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo4-4/+34
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 Melo7-125/+93
2010-08-19perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo5-37/+38
2010-08-18perf tools: Fix build error on read only source.Kusanagi Kouichi2-5/+11
2010-08-17perf tools: Fix build on POSIX shellsBernd Petrovitsch1-6/+10
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-12Merge branch 'linus' into perf/urgentIngo Molnar7-0/+1566
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 Melo4-46/+125
2010-08-10perf ui: Complete the breakdown of util/newt.cArnaldo Carvalho de Melo10-78/+96
2010-08-10perf ui: Move hists browser to util/ui/browsers/Arnaldo Carvalho de Melo4-954/+967
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 Melo4-155/+175
2010-08-10perf ui: Move annotate browser to util/ui/browsers/Arnaldo Carvalho de Melo6-131/+151
2010-08-10perf ui: Move ui_progress routines to separate file in util/ui/Arnaldo Carvalho de Melo5-59/+74
2010-08-10perf ui: Move ui_helpline routines to separate file in util/ui/Arnaldo Carvalho de Melo4-37/+55
2010-08-10perf ui: Shorten ui_browser member namesArnaldo Carvalho de Melo3-50/+49
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds5-0/+1498
2010-08-06perf ui: Start breaking down newt.c into multiple filesArnaldo Carvalho de Melo4-304/+368
2010-08-06perf tui: Introduce list_head based generic ui_browser refresh routineArnaldo Carvalho de Melo2-25/+32
2010-08-06perf probe: Fix memory leaks in add_perf_probe_eventsMasami Hiramatsu1-3/+8
2010-08-06perf probe: Fix to copy the type for raw parametersMasami Hiramatsu1-2/+6
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds57-1026/+3096
2010-08-05perf report: Speed up exit pathArnaldo Carvalho de Melo1-1/+12
2010-08-05perf timechart: Adjust confusing if indentationJulia Lawall1-2/+2
2010-08-05perf trace: Clean up #includesAndrea Gelmini1-12/+7
2010-08-05perf probe: Remove duplicated #includeAndrea Gelmini1-1/+0