1. 2bb72db perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  2. c754c38 perf evsel: Rename perf_evsel__is_*() to evsel__is*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  3. 429a5f9 perf report: Allow specifying event to be used as sort key in --group output by Jin Yao · 4 years, 11 months ago
  4. fb71c86c perf tools: Remove util.h from where it is not needed by Arnaldo Carvalho de Melo · 5 years ago
  5. f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
  6. b420902 perf tools: Remove debug.h from header files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  7. c1a604d perf tools: Remove needless perf.h include directive from headers by Arnaldo Carvalho de Melo · 5 years ago
  8. 5643b1a libperf: Move nr_members from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  9. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  10. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  11. b10ba7f perf tools: Add missing include <callchain.h> in various places by Arnaldo Carvalho de Melo · 6 years ago
  12. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. d0e3523 perf hists: Add extra integrity checks to fmt_free() by Jiri Olsa · 7 years ago
  15. 70b01df perf hists: Fix crash in perf_hpp__reset_output_field() by Jiri Olsa · 7 years ago
  16. 7111fff perf tools: Put caller above callee in --children mode by Namhyung Kim · 8 years ago
  17. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  18. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  19. a1c9f97 perf diff: Fix -o/--order option behavior (again) by Namhyung Kim · 8 years ago
  20. 8381cdd perf diff: Fix segfault on 'perf diff -o N' option by Namhyung Kim · 8 years ago
  21. 98ba160 perf tools: Make several display functions global by Jiri Olsa · 8 years ago
  22. e3b60bc perf hists: Factor out hists__reset_column_width() by Namhyung Kim · 8 years ago
  23. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  24. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  25. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  26. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  27. da1b040 perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback by Jiri Olsa · 9 years ago
  28. 0537217 perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback by Jiri Olsa · 9 years ago
  29. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 9 years ago
  30. 86e3ee5 perf tools: Remove nr_sort_keys field by Namhyung Kim · 9 years ago
  31. 2dbbe9f perf hists: Fix indent for multiple hierarchy sort key by Namhyung Kim · 9 years ago
  32. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  33. c3bc0c4 perf hists: Introduce perf_hpp__setup_hists_formats() by Namhyung Kim · 9 years ago
  34. a7b5895 perf hists: Add more helper functions for the hierarchy mode by Namhyung Kim · 9 years ago
  35. 1f2d72c perf hists: Count number of sort keys by Namhyung Kim · 9 years ago
  36. dd42baf perf tools: Fix assertion failure on dynamic entry by Namhyung Kim · 9 years ago
  37. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 9 years ago
  38. 43e0a68 perf hists: Add struct perf_hpp_list argument to helper functions by Jiri Olsa · 9 years ago
  39. 1a8ebd2 perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro by Jiri Olsa · 9 years ago
  40. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 9 years ago
  41. 7a1799e perf hists: Introduce perf_hpp_list__for_each_format_safe macro by Jiri Olsa · 9 years ago
  42. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 9 years ago
  43. ebdd98e perf hists: Add perf_hpp_list register helpers by Jiri Olsa · 9 years ago
  44. 7c31e102 perf hists: Introduce struct perf_hpp_list by Jiri Olsa · 9 years ago
  45. 564132f perf hists: Properly release format fields by Jiri Olsa · 9 years ago
  46. 12cb439 perf hists: Remove perf_hpp__column_(disable|enable) by Jiri Olsa · 9 years ago
  47. 1945c3e perf hists: Allocate output sort field by Jiri Olsa · 9 years ago
  48. 3f931f2 perf hists: Make hpp setup function generic by Jiri Olsa · 9 years ago
  49. c0020ef perf hists: Add 'hpp__equal' callback function by Jiri Olsa · 9 years ago
  50. 9735808 perf hists: Add 'equal' method to perf_hpp_fmt struct by Jiri Olsa · 9 years ago
  51. 2e8b79e perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width by Jiri Olsa · 9 years ago
  52. b21a763 perf hists: Add _idx fields into struct perf_hpp_fmt by Jiri Olsa · 9 years ago
  53. b97511c perf tools: Add overhead/overhead_children keys defaults via string by Jiri Olsa · 9 years ago
  54. 361459f perf tools: Skip dynamic fields not defined for current event by Namhyung Kim · 9 years ago
  55. 1178bfd perf tools: Use hpp_dimension__add_output to register hpp columns by Jiri Olsa · 9 years ago
  56. 87bbdf7 perf tools: Pass struct perf_hpp_fmt to its callbacks by Namhyung Kim · 10 years ago
  57. 5ca8271 perf hists: Fix children sort key behavior by Namhyung Kim · 10 years ago
  58. e4e458b calloc/xcalloc: Fix argument order by Arjun Sreedharan · 10 years ago
  59. 2f3f9bc perf tools: Add +field argument support for --field option by Jiri Olsa · 10 years ago
  60. 2bfa152 perf hists browser: Fix children overhead dump by Namhyung Kim · 10 years ago
  61. 1ecd445 perf tools: Add name field into perf_hpp_fmt by Namhyung Kim · 10 years ago
  62. 5b59166 perf report: Honor column width setting by Namhyung Kim · 10 years ago
  63. e0d66c7 perf tools: Save column length in perf_hpp_fmt by Namhyung Kim · 10 years ago
  64. d675107c perf tools: Make __hpp__fmt() receive an additional len argument by Namhyung Kim · 10 years ago
  65. 2bf1a12 perf tools: Do not auto-remove Children column if --fields given by Namhyung Kim · 11 years ago
  66. 77284de perf tools: Add more hpp helper functions by Namhyung Kim · 11 years ago
  67. 594dcbf perf ui/hist: Add support to accumulated hist stat by Namhyung Kim · 11 years ago
  68. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 11 years ago
  69. cfaa154 perf tools: Get rid of obsolete hist_entry__sort_list by Namhyung Kim · 11 years ago
  70. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 11 years ago
  71. a2ce067 perf tools: Allow hpp fields to be sort keys by Namhyung Kim · 11 years ago
  72. fb821c9e perf ui: Get rid of callback from __hpp__fmt() by Namhyung Kim · 11 years ago
  73. 26d8b33 perf tools: Consolidate output field handling to hpp format routines by Namhyung Kim · 11 years ago
  74. f156d84 perf tools: Support event grouping in hpp ->sort() by Namhyung Kim · 11 years ago
  75. 8b53699 perf tools: Convert sort entries to hpp formats by Namhyung Kim · 11 years ago
  76. bc18b7f perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt by Namhyung Kim · 11 years ago
  77. f214833 perf report: Add --percentage option by Namhyung Kim · 11 years ago
  78. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 11 years ago
  79. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  80. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 11 years ago
  81. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  82. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 11 years ago
  83. 53805ec perf tools: Remove cast of non-variadic function to variadic by Michael Hudson-Doyle · 11 years ago
  84. be0e6d1 perf tools: Move hist_entry__period_snprintf into stdio code by Jiri Olsa · 12 years ago
  85. 345dc0b perf diff: Move diff related columns into diff command by Jiri Olsa · 12 years ago
  86. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  87. 9af303e perf diff: Switching the base hists to be pairs head by Jiri Olsa · 12 years ago
  88. 2b8bfa6 perf tools: Centralize default columns init in perf_hpp__init by Jiri Olsa · 12 years ago
  89. 2c5d4b4 perf tools: Add struct perf_hpp_fmt into hpp callbacks by Jiri Olsa · 12 years ago
  90. 759ff49 perf evsel: Introduce perf_evsel__is_group_event() helper by Namhyung Kim · 12 years ago
  91. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 12 years ago
  92. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 12 years ago
  93. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 12 years ago
  94. db6d0bb perf diff: Remove displacement output option by Jiri Olsa · 12 years ago
  95. f4c8bae perf diff: Change formula methods to work with pair directly by Jiri Olsa · 12 years ago
  96. 05472da perf diff: Change compute methods to work with pair directly by Jiri Olsa · 12 years ago
  97. c0d246b perf hists: Fix period symbol_conf.field_sep display by Jiri Olsa · 12 years ago
  98. 1240005 perf hists: Introduce perf_hpp__list for period related columns by Jiri Olsa · 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. 6e92349 perf diff: Display empty space for non paired samples by Jiri Olsa · 12 years ago