1. e4cf6f8 perf ui/gtk: Fix callchain display by Namhyung Kim · 11 years ago
  2. 1413566 perf tools: Apply percent-limit to cumulative percentage by Namhyung Kim · 11 years ago
  3. b09955b perf ui/gtk: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  4. e67d49a perf tools: Skip elided sort entries by Namhyung Kim · 11 years ago
  5. 22af969 perf tools: Call perf_hpp__init() before setting up GUI browsers by Namhyung Kim · 11 years ago
  6. fb821c9e perf ui: Get rid of callback from __hpp__fmt() by Namhyung Kim · 11 years ago
  7. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 11 years ago
  8. f214833 perf report: Add --percentage option by Namhyung Kim · 11 years ago
  9. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 11 years ago
  10. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  11. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 11 years ago
  12. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  13. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  14. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  15. 4d3001f perf ui progress: Per progress bar state by Arnaldo Carvalho de Melo · 11 years ago
  16. 4779a2e perf ui: Rename ui_progress to ui_progress_ops by Arnaldo Carvalho de Melo · 11 years ago
  17. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  18. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  19. d50bf78 perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop by Namhyung Kim · 12 years ago
  20. 2c5d4b4 perf tools: Add struct perf_hpp_fmt into hpp callbacks by Jiri Olsa · 12 years ago
  21. 9d58d2f perf gtk/hists: Set rules hint for the hist browser by Namhyung Kim · 12 years ago
  22. 450f390 perf gtk/hists: Add a double-click handler for callchains by Namhyung Kim · 12 years ago
  23. 1a30942 perf gtk/hists: Make column headers resizable by Namhyung Kim · 12 years ago
  24. cc60f24 perf gtk/hists: Display callchain overhead also by Namhyung Kim · 12 years ago
  25. 2bbc587 perf gtk/hists: Add support for callchains by Namhyung Kim · 12 years ago
  26. f1d9a53 perf gtk/hists: Use GtkTreeStore instead of GtkListStore by Namhyung Kim · 12 years ago
  27. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 12 years ago
  28. d8d7cd9 perf annotate/gtk: Support event group view on GTK by Namhyung Kim · 12 years ago
  29. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 12 years ago
  30. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  31. c0e79be perf gtk/annotate: Fail early if it can't annotate by Namhyung Kim · 12 years ago
  32. 2375223 perf gtk/annotate: Show source lines with gray color by Namhyung Kim · 12 years ago
  33. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 12 years ago
  34. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 12 years ago
  35. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 12 years ago
  36. fc24d7c perf report: Bypass non-leader events when event group is enabled by Namhyung Kim · 12 years ago
  37. 34b9564 perf gtk/browser: Trim column header string when event group enabled by Namhyung Kim · 12 years ago
  38. cb16008 perf gtk/browser: Add support for event group view by Namhyung Kim · 12 years ago
  39. 843985e perf gtk/browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  40. 6bf1a29 perf ui/gtk: Setup browser window early by Namhyung Kim · 12 years ago
  41. 0da41ce9 perf ui/gtk: Factor out common browser routines by Namhyung Kim · 12 years ago
  42. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  43. b56e533 perf ui/helpline: Introduce ui_helpline__vshow() by Namhyung Kim · 12 years ago
  44. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  45. a753579 perf ui gtk: Implement ui_progress functions by Namhyung Kim · 12 years ago
  46. 688f2f5 perf ui: Introduce generic ui_progress helper by Namhyung Kim · 12 years ago
  47. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  48. b24c28f perf hists: Introduce struct he_stat by Namhyung Kim · 12 years ago
  49. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  50. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  51. 1254b51e perf tools: Convert to NEWT_SUPPORT by Namhyung Kim · 12 years ago
  52. 721b311 perf hists browser: Fix output for 100.00% by Namhyung Kim · 12 years ago
  53. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  54. 12ceaded perf gtk/browser: Use perf_hpp__format functions by Namhyung Kim · 12 years ago
  55. 2708bf3 perf ui gtk: Ensure not to call gtk_main_quit() twice by Namhyung Kim · 12 years ago
  56. 0985a94 perf ui gtk: Add perf_gtk__show_helpline() for pr_* by Namhyung Kim · 12 years ago
  57. ed70c609 perf ui/gtk: Use helpline API in browser by Namhyung Kim · 12 years ago
  58. 4bb1646 perf ui gtk: Implement helpline_fns by Namhyung Kim · 12 years ago
  59. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 13 years ago
  60. e078ba1 perf ui/gtk: Use struct perf_error_ops by Namhyung Kim · 13 years ago
  61. a6b702c perf ui/gtk: Add GTK info_bar widget to browser window by Namhyung Kim · 13 years ago
  62. b4418c6 perf ui/gtk: Add GTK statusbar widget to browser window by Namhyung Kim · 13 years ago
  63. 42ab68a perf ui/gtk: Introduce struct perf_gtk_context by Namhyung Kim · 13 years ago
  64. ba47a14 perf ui: Introduce struct perf_error_ops by Namhyung Kim · 13 years ago
  65. dc41b9b perf ui: Change fallback policy of setup_browser() by Namhyung Kim · 13 years ago
  66. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 13 years ago
  67. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 13 years ago
  68. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 13 years ago
  69. e7b3ba6 perf tools: Move GTK+ bits to tools/perf/ui/gtk directory by Namhyung Kim · 13 years ago