| Commit message (Expand) | Author | Age | Files | Lines |
* | perf newt: Make <- zoom out filters | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -3/+31 |
* | perf report: Report number of events, not samples | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -3/+5 |
* | perf hist: Clarify events_stats fields usage | Arnaldo Carvalho de Melo | 2010-05-14 | 1 | -3/+3 |
* | perf report: Librarize the annotation code and use it in the newt browser | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -46/+306 |
* | perf ui: Add ui_helpline methods | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -19/+50 |
* | perf hist: Adopt filter by dso and by thread methods from the newt browser | Arnaldo Carvalho de Melo | 2010-05-11 | 1 | -66/+14 |
* | perf newt: Use newtAddComponent() | Arnaldo Carvalho de Melo | 2010-05-10 | 1 | -3/+3 |
* | perf TUI: Move "Yes" button to before "No" | Arnaldo Carvalho de Melo | 2010-04-08 | 1 | -1/+1 |
* | perf TUI: Show filters on the title and add help line about how to zoom out | Arnaldo Carvalho de Melo | 2010-04-08 | 1 | -28/+68 |
* | perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -8/+74 |
* | perf newt: Add a "Zoom into foo.so DSO" and reverse operations | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -31/+88 |
* | perf newt: Pass the input_name to perf_session__browse_hists | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -5/+8 |
* | perf newt: Move the hist browser population bits to separare function | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -45/+84 |
* | perf newt: Remove useless column width calculation | Arnaldo Carvalho de Melo | 2010-04-03 | 1 | -20/+0 |
* | perf hist: Replace ->print() routines by ->snprintf() equivalents | Arnaldo Carvalho de Melo | 2010-04-02 | 1 | -48/+5 |
* | perf report: Add progress bars | Arnaldo Carvalho de Melo | 2010-04-02 | 1 | -23/+80 |
* | perf report: Pass the DSO to 'perf annotate' | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -23/+28 |
* | perf callchains: Store the map together with the symbol | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -4/+4 |
* | perf tools: Introduce struct map_symbol | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -2/+2 |
* | perf report: Add a popup menu to ask what operation is to be performed | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -8/+88 |
* | perf report: Implement Newt callgraphs | Arnaldo Carvalho de Melo | 2010-03-22 | 1 | -32/+259 |
* | perf newt: Properly restore the screen when error exiting | Arnaldo Carvalho de Melo | 2010-03-22 | 1 | -6/+13 |
* | perf annotate: Properly notify the user that vmlinux is missing | Arnaldo Carvalho de Melo | 2010-03-15 | 1 | -1/+1 |
* | perf tools: Fix non-newt build | Arnaldo Carvalho de Melo | 2010-03-13 | 1 | -2/+0 |
* | perf newt: Use newtGetScreenSize | Arnaldo Carvalho de Melo | 2010-03-12 | 1 | -10/+10 |
* | perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms | Arnaldo Carvalho de Melo | 2010-03-12 | 1 | -4/+19 |
* | perf report: Implement initial UI using newt | Arnaldo Carvalho de Melo | 2010-03-12 | 1 | -0/+194 |