1. 4772925 perf tools: Move 'struct events_stats' and prototypes to separate header by Arnaldo Carvalho de Melo · 5 years ago
  2. 185bcb9 perf sort: Remove needless headers from sort.h, provide fwd struct decls by Arnaldo Carvalho de Melo · 5 years ago
  3. 1250090 perf cacheline: Move cacheline related routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  4. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  5. 99150a1 perf diff: Use hists to manage basic blocks per symbol by Jin Yao · 5 years ago
  6. fe96245 perf hists: Add block_info in hist_entry by Jin Yao · 5 years ago
  7. 702fb9b perf report: Show all sort keys in help output by Andi Kleen · 6 years ago
  8. 4968ac8 perf report: Implement browsing of individual samples by Andi Kleen · 6 years ago
  9. 3723908 perf report: Support time sort key by Andi Kleen · 6 years ago
  10. 9f4e8ff perf symbols: Introduce map_symbol.h by Arnaldo Carvalho de Melo · 6 years ago
  11. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  12. ec6ae74 perf report: Display average IPC and IPC coverage per symbol by Jin Yao · 6 years ago
  13. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
  14. e565445 perf hists: Make hist_entry__has_callchains() work with 'perf c2c' by Arnaldo Carvalho de Melo · 7 years ago
  15. 41477ac perf hists: Save the callchain_size in struct hist_entry by Arnaldo Carvalho de Melo · 7 years ago
  16. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  17. 0b5d6ec perf hists: Introduce hist_entry__has_callchain() method by Arnaldo Carvalho de Melo · 7 years ago
  18. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  19. 9ac94e3 perf tools: Read the cache line size lazily by Arnaldo Carvalho de Melo · 7 years ago
  20. b74d12d perf tools: Add a "dso_size" sort order by Kim Phillips · 7 years ago
  21. 15bcdc94 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 2a704fc perf report: Remove code to handle inline frames from browsers by Milian Wolff · 7 years ago
  24. 8780fb2 perf sort: Add sort option for physical address by Kan Liang · 7 years ago
  25. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  26. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  27. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  28. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  29. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  30. d890a98 perf tools: Add 'cgroup_id' sort order keyword by Hari Bathini · 8 years ago
  31. 7768f8d perf tools: Allow sorting by symbol size by Charles Baylis · 8 years ago
  32. 03440c4 scripts/spelling.txt: add "an union" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  33. 89d9ba8f perf c2c report: Add src line sort key by Jiri Olsa · 8 years ago
  34. 5fe7b9b perf tools: Make several sorting functions global by Jiri Olsa · 8 years ago
  35. a76490e4 perf tools: Make output_field_add and sort_dimension__add global by Jiri Olsa · 8 years ago
  36. bcf9874 perf tools: Make reset_dimensions global by Jiri Olsa · 8 years ago
  37. f666ac0 perf hists: Fix width computation for srcline sort entry by Jiri Olsa · 8 years ago
  38. fa1f456 perf report: Allow configuring the default sort order in ~/.perfconfig by Arnaldo Carvalho de Melo · 8 years ago
  39. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  40. 508be0d perf report: Add srcline_from/to branch sort keys by Andi Kleen · 9 years ago
  41. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 9 years ago
  42. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 9 years ago
  43. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 9 years ago
  44. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 9 years ago
  45. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 9 years ago
  46. de7e6a7 perf hists: Move sort__has_parent into struct perf_hpp_list by Jiri Olsa · 9 years ago
  47. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 9 years ago
  48. 078b8d4 perf tools: Add sort__has_comm variable by Namhyung Kim · 9 years ago
  49. a515d8ff perf tools: Remove hist_entry->fmt field by Namhyung Kim · 9 years ago
  50. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  51. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 9 years ago
  52. 5443010 perf hists: Introduce hist_entry__filter() by Namhyung Kim · 9 years ago
  53. aef810e perf hists: Basic support of hierarchical report view by Namhyung Kim · 9 years ago
  54. d392711 perf tools: Introduce cl_offset function by Jiri Olsa · 9 years ago
  55. e95cf70 perf tools: Make cl_address global by Jiri Olsa · 9 years ago
  56. b1447a54 perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso' by Namhyung Kim · 9 years ago
  57. cfd92da perf sort: Provide a way to find out if per-thread bucketing is in place by Namhyung Kim · 9 years ago
  58. bb4ced2 perf tools: Remove list entry from struct sort_entry by Jiri Olsa · 9 years ago
  59. d49dade perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events by Namhyung Kim · 9 years ago
  60. a34bb6a perf tools: Add 'trace' sort key by Namhyung Kim · 9 years ago
  61. 60517d2 perf tools: Try to show pretty printed output for dynamic sort keys by Namhyung Kim · 9 years ago
  62. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 9 years ago
  63. 7239283 perf hist: Save raw_data/size for tracepoint events by Namhyung Kim · 9 years ago
  64. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  65. beeaaeb perf tools: Introduce hpp_dimension__add_output function by Jiri Olsa · 9 years ago
  66. 28e6db2 perf tools: Add support for sorting on the iaddr by Don Zickus · 9 years ago
  67. 2e7ea3a perf tools: Introduce new sort type "socket" for the processor socket by Kan Liang · 9 years ago
  68. 0c4c4deb perf tools: Add processor socket info to hist_entry and addr_location by Kan Liang · 9 years ago
  69. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  70. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  71. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 10 years ago
  72. d8a0f80 perf tools: Move init_have_children field to the unnamed union by Namhyung Kim · 10 years ago
  73. 2975082 perf tools: Move TUI-specific fields into unnamed union by Namhyung Kim · 10 years ago
  74. a0b404f perf diff: Make hist_entry_diff fields union by Namhyung Kim · 10 years ago
  75. cc5e461 perf hists: Get rid of position field from struct hist_entry by Namhyung Kim · 10 years ago
  76. 228f14f perf tools: Remove (null) value of "Sort order" for perf mem report by Yunlong Song · 10 years ago
  77. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 10 years ago
  78. 2f3f9bc perf tools: Add +field argument support for --field option by Jiri Olsa · 10 years ago
  79. 9b32ba7 perf tools: Add dcacheline sort by Don Zickus · 11 years ago
  80. 7365be5 perf tools: Add cpumode to struct hist_entry by Don Zickus · 11 years ago
  81. f299842 perf tools: Move elide bool into perf_hpp_fmt struct by Jiri Olsa · 11 years ago
  82. 1413566 perf tools: Apply percent-limit to cumulative percentage by Namhyung Kim · 11 years ago
  83. f8be1c8 perf hists: Add support for accumulated stat of hist entry by Namhyung Kim · 12 years ago
  84. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 11 years ago
  85. 202e7a6 perf tools: Add ->sort() member to struct sort_entry by Namhyung Kim · 11 years ago
  86. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 11 years ago
  87. 512ae1b perf tools: Consolidate management of default sort orders by Namhyung Kim · 11 years ago
  88. 8ce000e perf tools: Remove unneeded include by Rodrigo Campos · 11 years ago
  89. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  90. 4dfced3 perf tools: Get current comm instead of last one by Namhyung Kim · 11 years ago
  91. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  92. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  93. f9ea55d perf tools: Move weight back to common sort keys by Andi Kleen · 11 years ago
  94. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  95. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  96. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  97. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 12 years ago
  98. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 12 years ago
  99. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  100. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago