1. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 10 years ago
  2. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  3. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 10 years ago
  4. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  5. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 10 years ago
  6. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  7. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  8. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  9. f538565 perf tools: No need to test against NULL before calling free() by Arnaldo Carvalho de Melo · 11 years ago
  10. 6dd6013 perf ui/tui: Implement header window by Namhyung Kim · 11 years ago
  11. e8e684a perf ui/tui: Split help message for perf top and report by Namhyung Kim · 11 years ago
  12. 5c743cf perf ui/tui: Protect windows by ui__lock by Namhyung Kim · 11 years ago
  13. 3184c47 perf ui browser: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 11 years ago
  14. 48d038f perf ui browser: Fix segfault caused by off by one handling END key by Arnaldo Carvalho de Melo · 11 years ago
  15. d87fcb4 perf evsel: Introduce perf_evsel__prev() method by Arnaldo Carvalho de Melo · 11 years ago
  16. 9a354cd perf tools: Use perf_evlist__{first,last}, perf_evsel__next by Arnaldo Carvalho de Melo · 11 years ago
  17. b222213 perf tools: Remove trivial extra semincolon by Davidlohr Bueso · 11 years ago
  18. d53e57d perf ui tui progress: Don't force a refresh during progress update by Patrick Palka · 11 years ago
  19. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  20. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  21. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  22. 53805ec perf tools: Remove cast of non-variadic function to variadic by Michael Hudson-Doyle · 11 years ago
  23. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  24. 9754c4f perf hists: Add color overhead for stdio output buffer by Jiri Olsa · 11 years ago
  25. 4d3001f perf ui progress: Per progress bar state by Arnaldo Carvalho de Melo · 11 years ago
  26. 4779a2e perf ui: Rename ui_progress to ui_progress_ops by Arnaldo Carvalho de Melo · 11 years ago
  27. 1d5077b perf annotate: Another fix for annotate_browser__callq() by Adrian Hunter · 11 years ago
  28. 1179e11 perf annotate: Fix annotate_browser__callq() by Adrian Hunter · 11 years ago
  29. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  30. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  31. 99cf666 perf hists: Fix formatting of long symbol names by Arnaldo Carvalho de Melo · 11 years ago
  32. d50bf78 perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop by Namhyung Kim · 11 years ago
  33. e6f6538 perf annotate browser: Fix typo by Ingo Molnar · 11 years ago
  34. fcd9fef perf annotate browser: Improve description of '?' hotkey by Arnaldo Carvalho de Melo · 11 years ago
  35. 34f77ab perf annotate: Put dso name in symbol annotation title by Adrian Hunter · 11 years ago
  36. be0e6d1 perf tools: Move hist_entry__period_snprintf into stdio code by Jiri Olsa · 11 years ago
  37. 345dc0b perf diff: Move diff related columns into diff command by Jiri Olsa · 11 years ago
  38. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  39. 9af303e perf diff: Switching the base hists to be pairs head by Jiri Olsa · 12 years ago
  40. 2b8bfa6 perf tools: Centralize default columns init in perf_hpp__init by Jiri Olsa · 11 years ago
  41. 2c5d4b4 perf tools: Add struct perf_hpp_fmt into hpp callbacks by Jiri Olsa · 11 years ago
  42. 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
  43. 9d58d2f perf gtk/hists: Set rules hint for the hist browser by Namhyung Kim · 11 years ago
  44. 450f390 perf gtk/hists: Add a double-click handler for callchains by Namhyung Kim · 11 years ago
  45. 1a30942 perf gtk/hists: Make column headers resizable by Namhyung Kim · 11 years ago
  46. cc60f24 perf gtk/hists: Display callchain overhead also by Namhyung Kim · 11 years ago
  47. 2bbc587 perf gtk/hists: Add support for callchains by Namhyung Kim · 11 years ago
  48. f1d9a53 perf gtk/hists: Use GtkTreeStore instead of GtkListStore by Namhyung Kim · 11 years ago
  49. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  50. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  51. 9c796ec perf hists browser: Use sort__has_sym by Arnaldo Carvalho de Melo · 11 years ago
  52. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 11 years ago
  53. d06f791 perf map browser: Exit just on well known key presses by Arnaldo Carvalho de Melo · 11 years ago
  54. 6692c26 perf tools: Remove dependency on libnewt by Arnaldo Carvalho de Melo · 11 years ago
  55. a4032536 perf map browser: Use ui_browser__input_window() by Arnaldo Carvalho de Melo · 11 years ago
  56. c7e7b61 perf annotate browser: Support event group view on TUI by Namhyung Kim · 12 years ago
  57. d8d7cd9 perf annotate/gtk: Support event group view on GTK by Namhyung Kim · 11 years ago
  58. e64aa75 perf annotate browser: Use disasm__calc_percent() by Namhyung Kim · 11 years ago
  59. ab77df6 perf annotate browser: Make browser_disasm_line->percent an array by Namhyung Kim · 11 years ago
  60. c5a8368 perf annotate: Factor out struct source_line_percent by Namhyung Kim · 11 years ago
  61. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 11 years ago
  62. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  63. c0e79be perf gtk/annotate: Fail early if it can't annotate by Namhyung Kim · 11 years ago
  64. 2375223 perf gtk/annotate: Show source lines with gray color by Namhyung Kim · 11 years ago
  65. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 11 years ago
  66. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 11 years ago
  67. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 11 years ago
  68. 341487ab perf hists browser: Add option for runtime switching perf data file by Feng Tang · 11 years ago
  69. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 12 years ago
  70. fc24d7c perf report: Bypass non-leader events when event group is enabled by Namhyung Kim · 12 years ago
  71. 34b9564 perf gtk/browser: Trim column header string when event group enabled by Namhyung Kim · 12 years ago
  72. cb16008 perf gtk/browser: Add support for event group view by Namhyung Kim · 12 years ago
  73. 371d8c4 perf hists browser: Add suppport for event group view by Namhyung Kim · 12 years ago
  74. 8970146 perf hists browser: Move coloring logic to hpp functions by Namhyung Kim · 12 years ago
  75. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 12 years ago
  76. 843985e perf gtk/browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  77. 5aed9d2 perf hists browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  78. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 12 years ago
  79. 56ab714 perf ui browser: Free browser->helpline() on ui_browser__hide() by Arnaldo Carvalho de Melo · 12 years ago
  80. 7c3102b perf ui browsers: Fix usage of __ in struct names by Arnaldo Carvalho de Melo · 12 years ago
  81. 865c66c perf annotate browser: Fix segfault when drawing out-of-bounds jumps by Frederik Deweerdt · 12 years ago
  82. 6bf1a29 perf ui/gtk: Setup browser window early by Namhyung Kim · 12 years ago
  83. 0da41ce9 perf ui/gtk: Factor out common browser routines by Namhyung Kim · 12 years ago
  84. 52168ee perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  85. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  86. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  87. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  88. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  89. c0d246b perf hists: Fix period symbol_conf.field_sep display by Jiri Olsa · 12 years ago
  90. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  91. b56e533 perf ui/helpline: Introduce ui_helpline__vshow() by Namhyung Kim · 12 years ago
  92. 7529142 perf ui: Always compile error printing code by Namhyung Kim · 12 years ago
  93. 59ed16b perf ui: Always compile browser setup code by Namhyung Kim · 12 years ago
  94. a5580f3 perf ui: Add ui_progress__finish() by Namhyung Kim · 12 years ago
  95. a753579 perf ui gtk: Implement ui_progress functions by Namhyung Kim · 12 years ago
  96. 688f2f5 perf ui: Introduce generic ui_progress helper by Namhyung Kim · 12 years ago
  97. 7da5c85 perf ui tui: Move progress.c under ui/tui directory by Namhyung Kim · 12 years ago
  98. 32ae1ef perf annotate: Don't try to follow jump target on PLT symbols by Namhyung Kim · 12 years ago
  99. b821c73 perf diff: Start moving to support matching more than two hists by Arnaldo Carvalho de Melo · 12 years ago
  100. 68d8075 perf report: Postpone objdump check until annotation requested by Namhyung Kim · 12 years ago