summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/newt.c
Commit message (Expand)AuthorAgeFilesLines
* perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo2010-03-261-23/+28
* perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-261-4/+4
* perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo2010-03-261-2/+2
* perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo2010-03-261-8/+88
* perf report: Implement Newt callgraphsArnaldo Carvalho de Melo2010-03-221-32/+259
* perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo2010-03-221-6/+13
* perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo2010-03-151-1/+1
* perf tools: Fix non-newt buildArnaldo Carvalho de Melo2010-03-131-2/+0Star
* perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo2010-03-121-10/+10
* perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo2010-03-121-4/+19
* perf report: Implement initial UI using newtArnaldo Carvalho de Melo2010-03-121-0/+194