aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/ui (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-07perf report: Correct display of samples and events in headerAshay Rane1-3/+7
2012-04-07perf annotate browser: Initial support for navigating jump instructionsArnaldo Carvalho de Melo1-2/+61
2012-04-07perf ui annotate browser: Add list based search for addr offsetArnaldo Carvalho de Melo1-9/+16
2012-04-07perf ui annotate browser: Move callq handling to separate functionArnaldo Carvalho de Melo1-46/+48
2012-04-07perf ui annotate browser: Allow toggling addr offset viewArnaldo Carvalho de Melo1-3/+12
2012-04-07perf annotate: Allow printing objdump line addr in different colorArnaldo Carvalho de Melo3-5/+28
2012-04-07perf ui browser: Return the current color when setting a new oneArnaldo Carvalho de Melo2-2/+6
2012-04-05perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa1-0/+3
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2-7/+7
2012-03-19perf ui browser: Clean lines inside of the input windowNamhyung Kim1-3/+7
2012-03-16perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim1-1/+13
2012-03-16perf ui browser: Introduce ui_browser__input_windowNamhyung Kim3-0/+82
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2-7/+7
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar1-19/+83
2012-03-12perf report: Fix annotate double quit issue in branch view modeStephane Eranian1-7/+31
2012-03-12perf report: Remove duplicate annotate choice in branch view modeStephane Eranian1-0/+2
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian1-12/+50
2012-03-05perf annotate: Fix help string on tuiNamhyung Kim1-3/+3
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim1-0/+1
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim1-0/+2
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim1-3/+6
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2-3/+0
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim1-1/+1
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2-3/+0
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo1-0/+3
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2-10/+8
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo1-0/+3
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo3-11/+62
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo7-20/+87
2011-10-26perf ui browser: No need to switch char sets that oftenArnaldo Carvalho de Melo1-3/+5
2011-10-26perf hists browser: Use K_TIMERArnaldo Carvalho de Melo1-3/+2
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo4-64/+70
2011-10-26perf ui: Reimplement ui__popup_menu using ui__browserArnaldo Carvalho de Melo3-30/+97
2011-10-26perf ui: Reimplement ui_helpline using libslangArnaldo Carvalho de Melo1-4/+6
2011-10-26perf ui: Improve handling sigwinch a bitArnaldo Carvalho de Melo5-47/+82
2011-10-26perf ui progress: Reimplement using slangArnaldo Carvalho de Melo2-53/+18
2011-10-21perf hists browser: Refuse 'a' hotkey on non symbolic viewsArnaldo Carvalho de Melo1-0/+7
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo6-54/+117
2011-10-20perf hists browser: Elide DSO column when it is set to just one DSO, ditto for threadsArnaldo Carvalho de Melo1-0/+4
2011-10-19perf hists browser: Honour symbol_conf.show_{nr_samples,total_period}Arnaldo Carvalho de Melo1-0/+10
2011-10-19perf hists browser: Do not exit on tab key with single eventDavid Ahern1-0/+2
2011-10-19perf annotate browser: Don't change selection line when returning from callqArnaldo Carvalho de Melo1-1/+1
2011-10-19perf hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo1-26/+22
2011-10-19perf ui browser: Honour the xterm colorsArnaldo Carvalho de Melo1-5/+5
2011-10-18perf top tui: Give color hints just on the percentage, like on --stdioArnaldo Carvalho de Melo1-0/+3
2011-10-18perf ui browser: Make the colors configurable and change the defaultsArnaldo Carvalho de Melo1-18/+81
2011-10-18perf tui: Remove unneeded call to newtCls on startupArnaldo Carvalho de Melo1-1/+0
2011-10-18perf hists: Don't format the percentage on hist_entry__snprintfArnaldo Carvalho de Melo1-3/+4
2011-10-18perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo4-17/+39
2011-10-18perf tui: Catch signals to exit gracefullyArnaldo Carvalho de Melo1-1/+23