1. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  2. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  3. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  4. 5395a04 perf hists: Separate overhead and baseline columns by Jiri Olsa · 12 years ago
  5. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  6. f9f526e perf tools: Convert to GTK2_SUPPORT by Namhyung Kim · 12 years ago
  7. 1254b51 perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  8. 67d2591 perf hists browser: Fix first column printing by Namhyung Kim · 12 years ago
  9. 721b311 perf hists browser: Fix output for 100.00% by Namhyung Kim · 12 years ago
  10. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  11. 12ceade perf gtk/browser: Use perf_hpp__format functions by Namhyung Kim · 12 years ago
  12. f5951d5 perf hists browser: Use perf_hpp__format functions by Namhyung Kim · 12 years ago
  13. 7e62ef4 perf hists: Use perf_hpp__format->width to calculate the column widths by Namhyung Kim · 12 years ago
  14. 9ffad98 perf hists: Handle field separator properly by Namhyung Kim · 12 years ago
  15. ea251d5 perf hists: Introduce perf_hpp for hist period printing by Namhyung Kim · 12 years ago
  16. 000078b perf hists: Rename and move some functions by Namhyung Kim · 12 years ago
  17. 7ccf4f9 perf hists: Separate out hist print functions by Namhyung Kim · 12 years ago
  18. 2708bf3 perf ui gtk: Ensure not to call gtk_main_quit() twice by Namhyung Kim · 12 years ago
  19. 0985a94 perf ui gtk: Add perf_gtk__show_helpline() for pr_* by Namhyung Kim · 12 years ago
  20. ed70c60 perf ui/gtk: Use helpline API in browser by Namhyung Kim · 12 years ago
  21. 4bb1646 perf ui gtk: Implement helpline_fns by Namhyung Kim · 12 years ago
  22. e6e9046 perf ui: Introduce struct ui_helpline by Namhyung Kim · 12 years ago
  23. a7cb886 perf hists browser: Add verbose mode hotkey by Arnaldo Carvalho de Melo · 12 years ago
  24. 4cc49d4 perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific by Kirill A. Shutemov · 12 years ago
  25. c0a58fb perf annotate: Check null of sym pointer before using it by Samuel Liao · 12 years ago
  26. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  27. aff3f3f perf hists browser: Implement printing snapshots to files by Arnaldo Carvalho de Melo · 12 years ago
  28. e078ba1 perf ui/gtk: Use struct perf_error_ops by Namhyung Kim · 12 years ago
  29. a6b702c perf ui/gtk: Add GTK info_bar widget to browser window by Namhyung Kim · 12 years ago
  30. b4418c6 perf ui/gtk: Add GTK statusbar widget to browser window by Namhyung Kim · 12 years ago
  31. 42ab68a perf ui/gtk: Introduce struct perf_gtk_context by Namhyung Kim · 12 years ago
  32. ba47a14 perf ui: Introduce struct perf_error_ops by Namhyung Kim · 12 years ago
  33. 107baec perf annotate browser: Fix help window entry for navigating to hottest line by Arnaldo Carvalho de Melo · 12 years ago
  34. 05e8b08 perf ui browser: Stop using 'self' by Arnaldo Carvalho de Melo · 12 years ago
  35. c323cf0 perf annotate browser: Read perf config file for settings by Arnaldo Carvalho de Melo · 12 years ago
  36. e9823b2 perf annotate browser: Make feature toggles global by Arnaldo Carvalho de Melo · 12 years ago
  37. a44b45f perf annotate browser: The idx_asm field should be used in asm only view by Arnaldo Carvalho de Melo · 12 years ago
  38. 21f0d42 perf ui: Make --stdio default when TUI is not supported by Namhyung Kim · 12 years ago
  39. 54e7a4e perf annotate browser: Add key bindings help window by Arnaldo Carvalho de Melo · 12 years ago
  40. 2402e4a perf annotate browser: Show 'jumpy' functions by Arnaldo Carvalho de Melo · 12 years ago
  41. 7d5b12f perf annotate browser: Count the numbers of jump sources to a target by Arnaldo Carvalho de Melo · 12 years ago
  42. 5dcefda Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  43. 5a5626b perf hists browser: Use '/' for search/filter instead of 's' by Arnaldo Carvalho de Melo · 12 years ago
  44. f6c1be2 perf annotate: shorten helpline so it fits in visible space by David Ahern · 12 years ago
  45. 5417072 perf annotate browser: Do raw printing in 'o'ffset in a single place by Arnaldo Carvalho de Melo · 12 years ago
  46. 64aa17c perf annotate browser: Don't change the asm line color when toggling source by Arnaldo Carvalho de Melo · 12 years ago
  47. 83b1f2a perf annotate browser: More clearly separate columns by Arnaldo Carvalho de Melo · 12 years ago
  48. 4656cca perf ui browser: Introduce routine to draw vertical line by Arnaldo Carvalho de Melo · 12 years ago
  49. dc41b9b perf ui: Change fallback policy of setup_browser() by Namhyung Kim · 12 years ago
  50. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 12 years ago
  51. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 12 years ago
  52. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 12 years ago
  53. ca09b2e perf ui: Make setup_browser() generic by Namhyung Kim · 12 years ago
  54. 0822cc8 perf annotate browser: Don't display 0.00 percentages by Arnaldo Carvalho de Melo · 12 years ago
  55. 3e8b5dd perf annotate browser: Remove the vertical line after the percentages by Arnaldo Carvalho de Melo · 12 years ago
  56. 9d1ef56 perf annotate browser: Show current jump, back or forward by Arnaldo Carvalho de Melo · 12 years ago
  57. 944e1ab perf ui browser: Add method to draw up/down arrow line by Arnaldo Carvalho de Melo · 12 years ago
  58. 88298f5 perf annotate browser: Add a right arrow before call instructions by Arnaldo Carvalho de Melo · 12 years ago
  59. 38b31bd perf annotate browser: Don't draw jump connectors for out of function jumps by Arnaldo Carvalho de Melo · 12 years ago
  60. 44d1a3e perf annotate: Disambiguage offsets and addresses in operands by Arnaldo Carvalho de Melo · 12 years ago
  61. 9481ede perf annotate browser: Handle NULL jump targets by Arnaldo Carvalho de Melo · 12 years ago
  62. a3f895b perf annotate browser: Initial loop detection by Arnaldo Carvalho de Melo · 12 years ago
  63. 59d038d ui browser: Add method to write graphical characters by Arnaldo Carvalho de Melo · 12 years ago
  64. c4cceae perf annotate browser: Handle retq instructions by Arnaldo Carvalho de Melo · 12 years ago
  65. 4ea08b5 perf annotate browser: Add visual cue for retq instruction by Arnaldo Carvalho de Melo · 12 years ago
  66. 51a0d45 perf annotate browser: Add visual cues on jump lines by Arnaldo Carvalho de Melo · 12 years ago
  67. 97148a9 perf annotate browser: Bandaid offsets/jump label objdump ambiguity by Arnaldo Carvalho de Melo · 12 years ago
  68. c7e6ead perf annotate: Group operands members by Arnaldo Carvalho de Melo · 12 years ago
  69. cf2dacc perf annotate browser: Use a vertical line as percentage separator by Arnaldo Carvalho de Melo · 12 years ago
  70. 8bf39cb perf annotate browser: Make lines more compact by Arnaldo Carvalho de Melo · 12 years ago
  71. 61e04b3 perf annotate browser: Align jump labels by Arnaldo Carvalho de Melo · 12 years ago
  72. b793a40 perf annotate browser: Hide non jump target addresses in offset mode by Arnaldo Carvalho de Melo · 12 years ago
  73. 887c006 perf annotate browser: Rename disasm_line_rb_node by Arnaldo Carvalho de Melo · 12 years ago
  74. 28548d7 perf annotate: Introduce scnprintf ins_ops method by Arnaldo Carvalho de Melo · 12 years ago
  75. d86b059 perf annotate: Parse call targets earlier by Arnaldo Carvalho de Melo · 12 years ago
  76. 4f9d032 perf annotate: Disassembler instruction parsing by Arnaldo Carvalho de Melo · 12 years ago
  77. 657bcaf perf annotate browser: Use the disasm_line instruction name and operand fields by Arnaldo Carvalho de Melo · 12 years ago
  78. 29ed6e7 perf annotate: Rename objdump_line to disasm_line by Arnaldo Carvalho de Melo · 12 years ago
  79. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 12 years ago
  80. aca7a94 perf tools: Move UI bits to tools/perf/ui directory by Namhyung Kim · 12 years ago