1. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  2. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 8 years ago
  3. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  4. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 8 years ago
  5. 86e3ee5 perf tools: Remove nr_sort_keys field by Namhyung Kim · 8 years ago
  6. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 8 years ago
  7. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 8 years ago
  8. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 8 years ago
  9. a7b5895 perf hists: Add more helper functions for the hierarchy mode by Namhyung Kim · 8 years ago
  10. 1f2d72c perf hists: Count number of sort keys by Namhyung Kim · 8 years ago
  11. dd42baf perf tools: Fix assertion failure on dynamic entry by Namhyung Kim · 8 years ago
  12. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 8 years ago
  13. 43e0a68 perf hists: Add struct perf_hpp_list argument to helper functions by Jiri Olsa · 8 years ago
  14. 1a8ebd2 perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro by Jiri Olsa · 8 years ago
  15. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 8 years ago
  16. 7a1799e perf hists: Introduce perf_hpp_list__for_each_format_safe macro by Jiri Olsa · 8 years ago
  17. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 8 years ago
  18. ebdd98e perf hists: Add perf_hpp_list register helpers by Jiri Olsa · 8 years ago
  19. 7c31e10 perf hists: Introduce struct perf_hpp_list by Jiri Olsa · 8 years ago
  20. 564132f perf hists: Properly release format fields by Jiri Olsa · 8 years ago
  21. 12cb439 perf hists: Remove perf_hpp__column_(disable|enable) by Jiri Olsa · 8 years ago
  22. 1945c3e perf hists: Allocate output sort field by Jiri Olsa · 8 years ago
  23. 3f931f2 perf hists: Make hpp setup function generic by Jiri Olsa · 8 years ago
  24. c0020ef perf hists: Add 'hpp__equal' callback function by Jiri Olsa · 8 years ago
  25. 9735808 perf hists: Add 'equal' method to perf_hpp_fmt struct by Jiri Olsa · 8 years ago
  26. 2e8b79e perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width by Jiri Olsa · 8 years ago
  27. b21a763 perf hists: Add _idx fields into struct perf_hpp_fmt by Jiri Olsa · 8 years ago
  28. b97511c perf tools: Add overhead/overhead_children keys defaults via string by Jiri Olsa · 8 years ago
  29. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  30. 1178bfd perf tools: Use hpp_dimension__add_output to register hpp columns by Jiri Olsa · 9 years ago
  31. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 9 years ago
  32. 5ca8271 perf hists: Fix children sort key behavior by Namhyung Kim · 10 years ago
  33. e4e458b calloc/xcalloc: Fix argument order by Arjun Sreedharan · 10 years ago
  34. 2f3f9bc perf tools: Add +field argument support for --field option by Jiri Olsa · 10 years ago
  35. 2bfa152 perf hists browser: Fix children overhead dump by Namhyung Kim · 10 years ago
  36. 1ecd445 perf tools: Add name field into perf_hpp_fmt by Namhyung Kim · 10 years ago
  37. 5b59166 perf report: Honor column width setting by Namhyung Kim · 10 years ago
  38. e0d66c7 perf tools: Save column length in perf_hpp_fmt by Namhyung Kim · 10 years ago
  39. d675107 perf tools: Make __hpp__fmt() receive an additional len argument by Namhyung Kim · 10 years ago
  40. 2bf1a12 perf tools: Do not auto-remove Children column if --fields given by Namhyung Kim · 10 years ago
  41. 77284de perf tools: Add more hpp helper functions by Namhyung Kim · 11 years ago
  42. 594dcbf perf ui/hist: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  43. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 10 years ago
  44. cfaa154 perf tools: Get rid of obsolete hist_entry__sort_list by Namhyung Kim · 10 years ago
  45. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 10 years ago
  46. a2ce067 perf tools: Allow hpp fields to be sort keys by Namhyung Kim · 10 years ago
  47. fb821c9e perf ui: Get rid of callback from __hpp__fmt() by Namhyung Kim · 10 years ago
  48. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 10 years ago
  49. f156d84 perf tools: Support event grouping in hpp ->sort() by Namhyung Kim · 10 years ago
  50. 8b53699 perf tools: Convert sort entries to hpp formats by Namhyung Kim · 10 years ago
  51. bc18b7f perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt by Namhyung Kim · 10 years ago
  52. f214833 perf report: Add --percentage option by Namhyung Kim · 10 years ago
  53. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 10 years ago
  54. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  55. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 10 years ago
  56. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 10 years ago
  57. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 10 years ago
  58. 53805ec perf tools: Remove cast of non-variadic function to variadic by Michael Hudson-Doyle · 11 years ago
  59. be0e6d1 perf tools: Move hist_entry__period_snprintf into stdio code by Jiri Olsa · 11 years ago
  60. 345dc0b perf diff: Move diff related columns into diff command by Jiri Olsa · 11 years ago
  61. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  62. 9af303e perf diff: Switching the base hists to be pairs head by Jiri Olsa · 12 years ago
  63. 2b8bfa6 perf tools: Centralize default columns init in perf_hpp__init by Jiri Olsa · 11 years ago
  64. 2c5d4b4 perf tools: Add struct perf_hpp_fmt into hpp callbacks by Jiri Olsa · 11 years ago
  65. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 11 years ago
  66. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 11 years ago
  67. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 11 years ago
  68. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 11 years ago
  69. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  70. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  71. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  72. c0d246b perf hists: Fix period symbol_conf.field_sep display by Jiri Olsa · 12 years ago
  73. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 12 years ago
  74. b821c73 perf diff: Start moving to support matching more than two hists by Arnaldo Carvalho de Melo · 12 years ago
  75. 6e92349 perf diff: Display empty space for non paired samples by Jiri Olsa · 12 years ago
  76. ed279da perf diff: Add -F option to display formula for computation by Jiri Olsa · 12 years ago
  77. 61949b2 perf diff: Add -p option to display period values for hist entries by Jiri Olsa · 12 years ago
  78. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  79. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  80. 7aaf6b3 perf diff: Add ratio computation way to compare hist entries by Jiri Olsa · 12 years ago
  81. b24c28f perf hists: Introduce struct he_stat by Namhyung Kim · 12 years ago
  82. b5ff71c perf diff: Removing the total_period argument from output code by Jiri Olsa · 12 years ago
  83. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  84. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  85. 5395a04 perf hists: Separate overhead and baseline columns by Jiri Olsa · 12 years ago
  86. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  87. 721b311 perf hists browser: Fix output for 100.00% by Namhyung Kim · 12 years ago
  88. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  89. 7e62ef4 perf hists: Use perf_hpp__format->width to calculate the column widths by Namhyung Kim · 12 years ago
  90. 9ffad98 perf hists: Handle field separator properly by Namhyung Kim · 12 years ago
  91. ea251d5 perf hists: Introduce perf_hpp for hist period printing by Namhyung Kim · 12 years ago