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