summaryrefslogtreecommitdiff
path: root/tools/perf/util/newt.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-08perf TUI: Move "Yes" button to before "No"Arnaldo Carvalho de Melo1-1/+1
2010-04-08perf TUI: Show filters on the title and add help line about how to zoom outArnaldo Carvalho de Melo1-28/+68
2010-04-04perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operationsArnaldo Carvalho de Melo1-8/+74
2010-04-04perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo1-31/+88
2010-04-03perf newt: Pass the input_name to perf_session__browse_histsArnaldo Carvalho de Melo1-5/+8
2010-04-03perf newt: Move the hist browser population bits to separare functionArnaldo Carvalho de Melo1-45/+84
2010-04-03perf newt: Remove useless column width calculationArnaldo Carvalho de Melo1-20/+0
2010-04-02perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo1-48/+5
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo1-23/+80
2010-03-26perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo1-23/+28
2010-03-26perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo1-4/+4
2010-03-26perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo1-2/+2
2010-03-26perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo1-8/+88
2010-03-22perf report: Implement Newt callgraphsArnaldo Carvalho de Melo1-32/+259
2010-03-22perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo1-6/+13
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo1-1/+1
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo1-2/+0
2010-03-12perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo1-10/+10
2010-03-12perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo1-4/+19
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo1-0/+194