aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-13perf ui browser: Don't use windows, slang is enoughArnaldo Carvalho de Melo
2010-09-09perf symbols: Fix multiple initialization of symbol systemJovi Zhang
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-09-08perf probe: Fix handling of arguments namesMasami Hiramatsu
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu
2010-09-07perf: Add a script to show packets processingKoki Sanagi
2010-08-30Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker
2010-08-27perf: Initialize callchains roots's childen hitsFrederic Weisbecker
2010-08-25perf tools: Fix linking errors with --as-needed flagTom Zanussi
2010-08-25perf symbols: List symbols in a dso in ascending name orderSrikar Dronamraju
2010-08-25perf hists browser: Introduce "expand/collapse all callchains" actionArnaldo Carvalho de Melo
2010-08-25perf hists browser: Init the has_children fields just onceArnaldo Carvalho de Melo
2010-08-25perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()Arnaldo Carvalho de Melo
2010-08-25perf hists: Fix hist_entry__init_have_childrenArnaldo Carvalho de Melo
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar
2010-08-22perf: Support for callchains mergeFrederic Weisbecker
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo
2010-08-19perf ui browser: Add routines to compactly specify exit keysArnaldo Carvalho de Melo
2010-08-19perf ui browser: Return the exit key in all browsersArnaldo Carvalho de Melo
2010-08-19perf ui browser: Abstract some more slang operationsArnaldo Carvalho de Melo
2010-08-18perf tools: Fix build error on read only source.Kusanagi Kouichi
2010-08-17perf tools: Fix build on POSIX shellsBernd Petrovitsch
2010-08-16perf annotate tui: Fix exit and RIGHT keys handlingArnaldo Carvalho de Melo
2010-08-12perf: Add back list_head data typesIngo Molnar
2010-08-12Merge branch 'linus' into perf/urgentIngo Molnar
2010-08-10perf ui hist browser: Fixup key bindingsArnaldo Carvalho de Melo
2010-08-10perf ui browser: Add ui_browser__show counterpart: __hideArnaldo Carvalho de Melo
2010-08-10perf annotate: Cycle thru sorted lines with samplesArnaldo Carvalho de Melo
2010-08-10perf ui: Make SPACE work as PGDN in all browsersArnaldo Carvalho de Melo
2010-08-10perf annotate: Sort by hottest lines in the TUIArnaldo Carvalho de Melo
2010-08-10perf ui: Complete the breakdown of util/newt.cArnaldo Carvalho de Melo
2010-08-10perf ui: Move hists browser to util/ui/browsers/Arnaldo Carvalho de Melo
2010-08-10perf symbols: Ignore mapping symbols on ARMDave Martin
2010-08-10perf ui: Move map browser to util/ui/browsers/Arnaldo Carvalho de Melo
2010-08-10perf ui: Move annotate browser to util/ui/browsers/Arnaldo Carvalho de Melo
2010-08-10perf ui: Move ui_progress routines to separate file in util/ui/Arnaldo Carvalho de Melo
2010-08-10perf ui: Move ui_helpline routines to separate file in util/ui/Arnaldo Carvalho de Melo
2010-08-10perf ui: Shorten ui_browser member namesArnaldo Carvalho de Melo
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2010-08-06perf ui: Start breaking down newt.c into multiple filesArnaldo Carvalho de Melo
2010-08-06perf tui: Introduce list_head based generic ui_browser refresh routineArnaldo Carvalho de Melo
2010-08-06perf probe: Fix memory leaks in add_perf_probe_eventsMasami Hiramatsu
2010-08-06perf probe: Fix to copy the type for raw parametersMasami Hiramatsu
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-05perf report: Speed up exit pathArnaldo Carvalho de Melo