1. 62e3436 perf tui: Reset use_browser if stdout is not a tty by Arnaldo Carvalho de Melo · 15 years ago
  2. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 15 years ago
  3. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 15 years ago
  4. 6e78c9f perf tui: Remove annotate from popup menu after failure by Arnaldo Carvalho de Melo · 15 years ago
  5. 1c34bde Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 15 years ago
  6. 5d06e69 perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig by Arnaldo Carvalho de Melo · 15 years ago
  7. 17930b4 perf TUI: Make 'space' be an alias to 'PgDn' by Arnaldo Carvalho de Melo · 15 years ago
  8. 32ec6ac perf tui: Fix build problem with slang <= 2.0.6 by Arnaldo Carvalho de Melo · 15 years ago
  9. dc4ff19 perf tui: Add workaround for slang < 2.1.4 by Arnaldo Carvalho de Melo · 15 years ago
  10. a9a4ab7 perf tui: Add help window to show key associations by Arnaldo Carvalho de Melo · 15 years ago
  11. a308f3a perf tui: Make <- exit menus too by Arnaldo Carvalho de Melo · 15 years ago
  12. 9d192e1 perf newt: Add single key shortcuts for zoom into DSO and threads by Arnaldo Carvalho de Melo · 15 years ago
  13. 29351db perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed by Arnaldo Carvalho de Melo · 15 years ago
  14. c1ec5fe perf newt: Fix the 'A'/'a' shortcut for annotate by Arnaldo Carvalho de Melo · 15 years ago
  15. 6055390 perf newt: Make <- exit the ui_browser by Arnaldo Carvalho de Melo · 15 years ago
  16. 3e1bbdc3 perf newt: Make <- zoom out filters by Arnaldo Carvalho de Melo · 15 years ago
  17. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 15 years ago
  18. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 15 years ago
  19. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  20. 3798ed7 perf ui: Add ui_helpline methods by Arnaldo Carvalho de Melo · 15 years ago
  21. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  22. 7f82645 perf newt: Use newtAddComponent() by Arnaldo Carvalho de Melo · 15 years ago
  23. c0ed55d perf TUI: Move "Yes" button to before "No" by Arnaldo Carvalho de Melo · 15 years ago
  24. 6e7ab4c perf TUI: Show filters on the title and add help line about how to zoom out by Arnaldo Carvalho de Melo · 15 years ago
  25. a5e29ac perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations by Arnaldo Carvalho de Melo · 15 years ago
  26. 8375319 perf newt: Add a "Zoom into foo.so DSO" and reverse operations by Arnaldo Carvalho de Melo · 15 years ago
  27. 533c46c perf newt: Pass the input_name to perf_session__browse_hists by Arnaldo Carvalho de Melo · 15 years ago
  28. e65713e perf newt: Move the hist browser population bits to separare function by Arnaldo Carvalho de Melo · 15 years ago
  29. fb6b893 perf newt: Remove useless column width calculation by Arnaldo Carvalho de Melo · 15 years ago
  30. a4e3b95 perf hist: Replace ->print() routines by ->snprintf() equivalents by Arnaldo Carvalho de Melo · 15 years ago
  31. 5f4d3f8 perf report: Add progress bars by Arnaldo Carvalho de Melo · 15 years ago
  32. d5679ae perf report: Pass the DSO to 'perf annotate' by Arnaldo Carvalho de Melo · 15 years ago
  33. b3c9ac0 perf callchains: Store the map together with the symbol by Arnaldo Carvalho de Melo · 15 years ago
  34. 59fd530 perf tools: Introduce struct map_symbol by Arnaldo Carvalho de Melo · 15 years ago
  35. 53c5401 perf report: Add a popup menu to ask what operation is to be performed by Arnaldo Carvalho de Melo · 15 years ago
  36. 4ded2b2 perf report: Implement Newt callgraphs by Arnaldo Carvalho de Melo · 15 years ago
  37. f3a1f0e perf newt: Properly restore the screen when error exiting by Arnaldo Carvalho de Melo · 15 years ago
  38. d06d92b perf annotate: Properly notify the user that vmlinux is missing by Arnaldo Carvalho de Melo · 15 years ago
  39. 567e547 perf tools: Fix non-newt build by Arnaldo Carvalho de Melo · 15 years ago
  40. cb7afb7 perf newt: Use newtGetScreenSize by Arnaldo Carvalho de Melo · 15 years ago
  41. 7081e08 perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms by Arnaldo Carvalho de Melo · 15 years ago
  42. f9224c5 perf report: Implement initial UI using newt by Arnaldo Carvalho de Melo · 15 years ago