1. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  2. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  3. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  4. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  5. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  6. d890a98 perf tools: Add 'cgroup_id' sort order keyword by Hari Bathini · 8 years ago
  7. 7768f8d perf tools: Allow sorting by symbol size by Charles Baylis · 8 years ago
  8. 03440c4 scripts/spelling.txt: add "an union" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  9. 89d9ba8f perf c2c report: Add src line sort key by Jiri Olsa · 8 years ago
  10. 5fe7b9b perf tools: Make several sorting functions global by Jiri Olsa · 8 years ago
  11. a76490e perf tools: Make output_field_add and sort_dimension__add global by Jiri Olsa · 8 years ago
  12. bcf9874 perf tools: Make reset_dimensions global by Jiri Olsa · 8 years ago
  13. f666ac0 perf hists: Fix width computation for srcline sort entry by Jiri Olsa · 8 years ago
  14. fa1f456 perf report: Allow configuring the default sort order in ~/.perfconfig by Arnaldo Carvalho de Melo · 8 years ago
  15. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  16. 508be0d perf report: Add srcline_from/to branch sort keys by Andi Kleen · 9 years ago
  17. 7cecb7f perf hists: Move sort__has_comm into struct perf_hpp_list by Jiri Olsa · 9 years ago
  18. fa82911 perf hists: Move sort__has_thread into struct perf_hpp_list by Jiri Olsa · 9 years ago
  19. 35a634f perf hists: Move sort__has_socket into struct perf_hpp_list by Jiri Olsa · 9 years ago
  20. 69849fc perf hists: Move sort__has_dso into struct perf_hpp_list by Jiri Olsa · 9 years ago
  21. 2e0453a perf hists: Move sort__has_sym into struct perf_hpp_list by Jiri Olsa · 9 years ago
  22. de7e6a7 perf hists: Move sort__has_parent into struct perf_hpp_list by Jiri Olsa · 9 years ago
  23. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 9 years ago
  24. 078b8d4 perf tools: Add sort__has_comm variable by Namhyung Kim · 9 years ago
  25. a515d8f perf tools: Remove hist_entry->fmt field by Namhyung Kim · 9 years ago
  26. 1b2dbbf perf hists: Use own hpp_list for hierarchy mode by Namhyung Kim · 9 years ago
  27. 79dded8 perf hists browser: Show message for percent limit by Namhyung Kim · 9 years ago
  28. 5443010 perf hists: Introduce hist_entry__filter() by Namhyung Kim · 9 years ago
  29. aef810e perf hists: Basic support of hierarchical report view by Namhyung Kim · 9 years ago
  30. d392711 perf tools: Introduce cl_offset function by Jiri Olsa · 9 years ago
  31. e95cf70 perf tools: Make cl_address global by Jiri Olsa · 9 years ago
  32. b1447a54 perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order has 'dso' by Namhyung Kim · 9 years ago
  33. cfd92da perf sort: Provide a way to find out if per-thread bucketing is in place by Namhyung Kim · 9 years ago
  34. bb4ced2 perf tools: Remove list entry from struct sort_entry by Jiri Olsa · 9 years ago
  35. d49dade perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events by Namhyung Kim · 9 years ago
  36. a34bb6a perf tools: Add 'trace' sort key by Namhyung Kim · 9 years ago
  37. 60517d2 perf tools: Try to show pretty printed output for dynamic sort keys by Namhyung Kim · 9 years ago
  38. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 9 years ago
  39. 7239283 perf hist: Save raw_data/size for tracepoint events by Namhyung Kim · 9 years ago
  40. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  41. beeaaeb perf tools: Introduce hpp_dimension__add_output function by Jiri Olsa · 9 years ago
  42. 28e6db2 perf tools: Add support for sorting on the iaddr by Don Zickus · 9 years ago
  43. 2e7ea3a perf tools: Introduce new sort type "socket" for the processor socket by Kan Liang · 9 years ago
  44. 0c4c4de perf tools: Add processor socket info to hist_entry and addr_location by Kan Liang · 9 years ago
  45. 31191a8 perf report: Add support for srcfile sort key by Andi Kleen · 9 years ago
  46. 0e332f0 perf tools: Add support for cycles, weight branch_info field by Andi Kleen · 9 years ago
  47. 3698dab perf tools: Move TUI-specific fields out of map_symbol by Namhyung Kim · 10 years ago
  48. d8a0f80 perf tools: Move init_have_children field to the unnamed union by Namhyung Kim · 10 years ago
  49. 2975082 perf tools: Move TUI-specific fields into unnamed union by Namhyung Kim · 10 years ago
  50. a0b404f perf diff: Make hist_entry_diff fields union by Namhyung Kim · 10 years ago
  51. cc5e461 perf hists: Get rid of position field from struct hist_entry by Namhyung Kim · 10 years ago
  52. 228f14f perf tools: Remove (null) value of "Sort order" for perf mem report by Yunlong Song · 10 years ago
  53. 4c47f4f perf hists: Remove hist_entry->used, not used anymore by Arnaldo Carvalho de Melo · 10 years ago
  54. 2f3f9bc perf tools: Add +field argument support for --field option by Jiri Olsa · 10 years ago
  55. 9b32ba7 perf tools: Add dcacheline sort by Don Zickus · 11 years ago
  56. 7365be5 perf tools: Add cpumode to struct hist_entry by Don Zickus · 11 years ago
  57. f299842 perf tools: Move elide bool into perf_hpp_fmt struct by Jiri Olsa · 11 years ago
  58. 1413566 perf tools: Apply percent-limit to cumulative percentage by Namhyung Kim · 11 years ago
  59. f8be1c8 perf hists: Add support for accumulated stat of hist entry by Namhyung Kim · 12 years ago
  60. 1c89fe9 perf tools: Introduce reset_output_field() by Namhyung Kim · 11 years ago
  61. 202e7a6 perf tools: Add ->sort() member to struct sort_entry by Namhyung Kim · 11 years ago
  62. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 11 years ago
  63. 512ae1b perf tools: Consolidate management of default sort orders by Namhyung Kim · 11 years ago
  64. 8ce000e perf tools: Remove unneeded include by Rodrigo Campos · 11 years ago
  65. 316c713 perf tools: Finish the removal of 'self' arguments by Arnaldo Carvalho de Melo · 11 years ago
  66. 4dfced3 perf tools: Get current comm instead of last one by Namhyung Kim · 11 years ago
  67. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  68. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  69. f9ea55d perf tools: Move weight back to common sort keys by Andi Kleen · 11 years ago
  70. e0af43d perf hists: Marking dummy hists entries by Jiri Olsa · 12 years ago
  71. b21484f perf report/top: Add option to collapse undesired parts of call graph by Greg Price · 12 years ago
  72. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  73. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 12 years ago
  74. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 12 years ago
  75. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  76. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 12 years ago
  77. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  78. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 12 years ago
  79. fc5871e perf sort: Separate out branch stack specific sort keys by Namhyung Kim · 12 years ago
  80. fa283ad perf diff: Remove displacement from struct hist_entry_diff by Jiri Olsa · 12 years ago
  81. 2850d94 perf hists: Fix typo on hist__entry_add_pair by Namhyung Kim · 12 years ago
  82. b821c73 perf diff: Start moving to support matching more than two hists by Arnaldo Carvalho de Melo · 12 years ago
  83. 81d5f95 perf diff: Add weighted diff computation way to compare hist entries by Jiri Olsa · 12 years ago
  84. 96c47f1 perf diff: Add option to sort entries based on diff computation by Jiri Olsa · 12 years ago
  85. b24c28f perf hists: Introduce struct he_stat by Namhyung Kim · 12 years ago
  86. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  87. ae359f1 perf hists: Add struct hists pointer to struct hist_entry by Jiri Olsa · 12 years ago
  88. 1af55640 perf tools: Add sort__has_sym by Namhyung Kim · 12 years ago
  89. 0ca0c13 perf tools: Replace sort's standalone field_sep with symbol_conf.field_sep by Jiri Olsa · 12 years ago
  90. 409a8be perf tools: Add sort by src line/number by Arnaldo Carvalho de Melo · 13 years ago
  91. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 13 years ago
  92. 993ac88 perf report: Auto-detect branch stack sampling mode by Stephane Eranian · 13 years ago
  93. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 13 years ago
  94. df71d95 perf hists: Don't free decayed entries if in the annotation browser by Arnaldo Carvalho de Melo · 13 years ago
  95. 1980c2eb perf hists: Threaded addition and sorting of entries by Arnaldo Carvalho de Melo · 13 years ago
  96. 2fd701b perf tools: Remove sort print helpers declarations by Frederic Weisbecker · 13 years ago
  97. 872a878 perf tools: Make sort operations static by Frederic Weisbecker · 13 years ago
  98. d2009c5 perf: Keep track of the max depth of a callchain by Frederic Weisbecker · 14 years ago
  99. 0f0cbf7 perf ui: New hists tree widget by Arnaldo Carvalho de Melo · 14 years ago
  100. 8a6c5b2 perf sort: Make column width code per hists instance by Arnaldo Carvalho de Melo · 14 years ago