summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2011-12-07Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar-2/+3
2011-12-06perf header: Use event_name() to get an event nameAndrew Vagin-1/+1
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt-0/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard-1/+2
2011-11-16perf session: Fix crash with invalid CPU listDavid Ahern-0/+4
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo-12/+10
2011-11-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-288/+624
2011-11-03perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo-1/+2
2011-11-02perf top tui: Don't recalc column widths considering just the first pageArnaldo Carvalho de Melo-1/+0
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-29/+112
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-6/+8
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-1209/+3447
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo-29/+135
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-64/+125
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/+101
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