Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2...
[safe/jmp/linux-2.6] / tools / perf / util / newt.c
2010-05-21 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-05-21 Arnaldo Carvalho... perf tui: Allow disabling the TUI on a per command...
2010-05-20 Arnaldo Carvalho... perf TUI: Make 'space' be an alias to 'PgDn'
2010-05-18 Arnaldo Carvalho... perf tui: Fix build problem with slang <= 2.0.6
2010-05-17 Arnaldo Carvalho... perf tui: Add workaround for slang < 2.1.4
2010-05-17 Arnaldo Carvalho... perf tui: Add help window to show key associations
2010-05-16 Arnaldo Carvalho... perf tui: Make <- exit menus too
2010-05-16 Arnaldo Carvalho... perf newt: Add single key shortcuts for zoom into DSO...
2010-05-16 Arnaldo Carvalho... perf newt: Exit browser unconditionally when CTRL+C...
2010-05-15 Arnaldo Carvalho... perf newt: Fix the 'A'/'a' shortcut for annotate
2010-05-15 Arnaldo Carvalho... perf newt: Make <- exit the ui_browser
2010-05-14 Arnaldo Carvalho... perf newt: Make <- zoom out filters
2010-05-14 Arnaldo Carvalho... perf report: Report number of events, not samples
2010-05-14 Arnaldo Carvalho... perf hist: Clarify events_stats fields usage
2010-05-12 Arnaldo Carvalho... perf report: Librarize the annotation code and use...
2010-05-11 Arnaldo Carvalho... perf ui: Add ui_helpline methods
2010-05-11 Arnaldo Carvalho... perf hist: Adopt filter by dso and by thread methods...
2010-05-10 Arnaldo Carvalho... perf newt: Use newtAddComponent()
2010-04-08 Arnaldo Carvalho... perf TUI: Move "Yes" button to before "No"
2010-04-08 Arnaldo Carvalho... perf TUI: Show filters on the title and add help line...
2010-04-04 Arnaldo Carvalho... perf TUI: Add a "Zoom into COMM(PID) thread" and revers...
2010-04-04 Arnaldo Carvalho... perf newt: Add a "Zoom into foo.so DSO" and reverse...
2010-04-03 Arnaldo Carvalho... perf newt: Pass the input_name to perf_session__browse_...
2010-04-03 Arnaldo Carvalho... perf newt: Move the hist browser population bits to...
2010-04-03 Arnaldo Carvalho... perf newt: Remove useless column width calculation
2010-04-02 Arnaldo Carvalho... perf hist: Replace ->print() routines by ->snprintf...
2010-04-02 Arnaldo Carvalho... perf report: Add progress bars
2010-03-26 Arnaldo Carvalho... perf report: Pass the DSO to 'perf annotate'
2010-03-26 Arnaldo Carvalho... perf callchains: Store the map together with the symbol
2010-03-26 Arnaldo Carvalho... perf tools: Introduce struct map_symbol
2010-03-26 Arnaldo Carvalho... perf report: Add a popup menu to ask what operation...
2010-03-22 Arnaldo Carvalho... perf report: Implement Newt callgraphs
2010-03-22 Arnaldo Carvalho... perf newt: Properly restore the screen when error exiting
2010-03-15 Arnaldo Carvalho... perf annotate: Properly notify the user that vmlinux...
2010-03-13 Arnaldo Carvalho... perf tools: Fix non-newt build
2010-03-12 Arnaldo Carvalho... perf newt: Use newtGetScreenSize
2010-03-12 Arnaldo Carvalho... perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit...
2010-03-12 Arnaldo Carvalho... perf report: Implement initial UI using newt