summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2011-11-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-260/+559
2011-11-02perf report: Add progress bar when processing time ordered eventsArnaldo Carvalho de Melo-0/+10
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo-18/+86
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu-1/+1
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo-2/+1
2011-10-26perf header: Fix build on old systemsArnaldo Carvalho de Melo-1/+1
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo-26/+94
2011-10-26perf ui browser: No need to switch char sets that oftenArnaldo Carvalho de Melo-3/+5
2011-10-26perf hists browser: Use K_TIMERArnaldo Carvalho de Melo-3/+2
2011-10-26perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo-4/+6
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo-67/+77
2011-10-26perf ui: Reimplement ui__popup_menu using ui__browserArnaldo Carvalho de Melo-30/+97
2011-10-26perf ui: Reimplement ui_helpline using libslangArnaldo Carvalho de Melo-4/+6
2011-10-26perf ui: Improve handling sigwinch a bitArnaldo Carvalho de Melo-47/+82
2011-10-26perf ui progress: Reimplement using slangArnaldo Carvalho de Melo-69/+22
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-918/+2552
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo-16/+100
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2011-10-21perf symbols: Increase symbol KSYM_NAME_LEN sizeRicardo Ribalda Delgado-1/+1
2011-10-21perf hists browser: Refuse 'a' hotkey on non symbolic viewsArnaldo Carvalho de Melo-0/+7
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo-60/+120
2011-10-20perf tools: Fix tracing info recordingJiri Olsa-29/+123
2011-10-20perf hists browser: Elide DSO column when it is set to just one DSO, ditto fo...Arnaldo Carvalho de Melo-1/+7
2011-10-20perf hists: Don't consider filtered entries when calculating column widthsArnaldo Carvalho de Melo-1/+2
2011-10-20perf hists: Don't decay total_period for filtered entriesArnaldo Carvalho de Melo-3/+8
2011-10-19perf hists browser: Honour symbol_conf.show_{nr_samples,total_period}Arnaldo Carvalho de Melo-0/+10
2011-10-19perf hists browser: Do not exit on tab key with single eventDavid Ahern-0/+2
2011-10-19perf annotate browser: Don't change selection line when returning from callqArnaldo Carvalho de Melo-1/+1
2011-10-19perf tools: handle endianness of feature bitmapDavid Ahern-11/+31
2011-10-19perf tools: Add prelink suggestion to dso update messageDavid Ahern-2/+2
2011-10-19perf script: Fix unknown feature commentDavid Ahern-0/+15
2011-10-19perf hists browser: Apply the dso and thread filters when merging new batchesArnaldo Carvalho de Melo-9/+46
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo-32/+35
2011-10-19perf ui browser: Honour the xterm colorsArnaldo Carvalho de Melo-5/+5
2011-10-18perf top tui: Give color hints just on the percentage, like on --stdioArnaldo Carvalho de Melo-0/+3
2011-10-18perf ui browser: Make the colors configurable and change the defaultsArnaldo Carvalho de Melo-18/+81
2011-10-18perf tui: Remove unneeded call to newtCls on startupArnaldo Carvalho de Melo-1/+0
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo-15/+25
2011-10-18perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo-17/+39
2011-10-18perf tui: Catch signals to exit gracefullyArnaldo Carvalho de Melo-1/+23
2011-10-18perf hists browser: Add missing hotkeys to the help windowArnaldo Carvalho de Melo-10/+13
2011-10-17perf hists browser: Add missing stdarg.h includeMike Galbraith-0/+1
2011-10-17perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo-8/+14
2011-10-15Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar-160/+329
2011-10-14perf buildid: Fix possible unterminated readlink() result bufferThomas Jarosch-1/+1
2011-10-14perf annotate browser: Allow toggling the visualization of source code linesArnaldo Carvalho de Melo-5/+71
2011-10-14perf ui browser: Add filter methodArnaldo Carvalho de Melo-9/+43
2011-10-14perf annotate browser: Exit when pressing ESC or the left arrowArnaldo Carvalho de Melo-0/+2
2011-10-14perf hists browser: Invalidate ui_browser->top after timer callsArnaldo Carvalho de Melo-2/+14
2011-10-13perf hists browser: Fix handling of TAB/UNTAB for multiple eventsArnaldo Carvalho de Melo-17/+31