summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/ui
AgeCommit message (Expand)AuthorLines
2012-04-11perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim-3472/+0
2012-04-07perf annotate browser: string search: /?nArnaldo Carvalho de Melo-1/+148
2012-04-07perf report: Correct display of samples and events in headerAshay Rane-3/+7
2012-04-07perf annotate browser: Initial support for navigating jump instructionsArnaldo Carvalho de Melo-2/+61
2012-04-07perf ui annotate browser: Add list based search for addr offsetArnaldo Carvalho de Melo-9/+16
2012-04-07perf ui annotate browser: Move callq handling to separate functionArnaldo Carvalho de Melo-46/+48
2012-04-07perf ui annotate browser: Allow toggling addr offset viewArnaldo Carvalho de Melo-3/+12
2012-04-07perf annotate: Allow printing objdump line addr in different colorArnaldo Carvalho de Melo-5/+28
2012-04-07perf ui browser: Return the current color when setting a new oneArnaldo Carvalho de Melo-2/+6
2012-04-05perf hists browser: Fix NULL deref in hists browsing codeJiri Olsa-0/+3
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-7/+7
2012-03-19perf ui browser: Clean lines inside of the input windowNamhyung Kim-3/+7
2012-03-16perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim-1/+13
2012-03-16perf ui browser: Introduce ui_browser__input_windowNamhyung Kim-0/+82
2012-03-14perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo-7/+7
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar-19/+83
2012-03-12perf report: Fix annotate double quit issue in branch view modeStephane Eranian-7/+31
2012-03-12perf report: Remove duplicate annotate choice in branch view modeStephane Eranian-0/+2
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian-12/+50
2012-03-05perf annotate: Fix help string on tuiNamhyung Kim-3/+3
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim-0/+1
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim-0/+2
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim-3/+6
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney-3/+0
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim-1/+1
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney-3/+0
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo-0/+3
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo-10/+8
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo-0/+3
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo-11/+62
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo-20/+87
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: Reimplement the popup windows using libslangArnaldo Carvalho de Melo-64/+70
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-53/+18
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-54/+117
2011-10-20perf hists browser: Elide DSO column when it is set to just one DSO, ditto fo...Arnaldo Carvalho de Melo-0/+4
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 hists: Move the dso and thread filters from hist_browserArnaldo Carvalho de Melo-26/+22
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-3/+4