summaryrefslogtreecommitdiff
path: root/tools/perf/util/ui/browsers/annotate.c
AgeCommit message (Expand)Author
2012-03-05perf annotate: Fix help string on tuiNamhyung Kim
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo
2011-10-20perf ui browser: Use libslang to read keysArnaldo Carvalho de Melo
2011-10-19perf annotate browser: Don't change selection line when returning from callqArnaldo Carvalho de Melo
2011-10-18perf ui browser: Allow initial use without navigation UI elementsArnaldo Carvalho de Melo
2011-10-14perf annotate browser: Allow toggling the visualization of source code linesArnaldo Carvalho de Melo
2011-10-14perf annotate browser: Exit when pressing ESC or the left arrowArnaldo Carvalho de Melo
2011-10-13perf ui browser: Remove ui_browser__add_exit_keysArnaldo Carvalho de Melo
2011-10-13perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo
2011-10-07perf annotate browser: Use -> to navigate on assembly linesArnaldo Carvalho de Melo
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo
2011-05-10perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.cJesper Juhl
2011-04-15perf hists browser: Fix seg fault when annotate null symbolLin Ming
2011-02-22perf top: Live TUI AnnotationArnaldo Carvalho de Melo
2011-02-16perf annotate browser: Use the percent color for the whole lineArnaldo Carvalho de Melo
2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo
2011-02-05perf annotate: Move annotate functions to util/Arnaldo 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-16perf annotate tui: Fix exit and RIGHT keys handlingArnaldo 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 annotate browser to util/ui/browsers/Arnaldo Carvalho de Melo