1. a9c122e perf report: Fix incorrectly added dimensions as switch perf data file by Jin Yao · 4 years, 5 months ago
  2. d705292 Revert "perf report: Add warning when libunwind not compiled in" by Sasha Levin · 4 years, 5 months ago
  3. 59b706c perf report: Add warning when libunwind not compiled in by Jin Yao · 4 years, 7 months ago
  4. 30d476a perf report: Enable group view with hierarchy by Namhyung Kim · 8 years ago
  5. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  6. fa1f456 perf report: Allow configuring the default sort order in ~/.perfconfig by Arnaldo Carvalho de Melo · 8 years ago
  7. 175b968 perf report: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  8. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  9. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 8 years ago
  10. d05e3aa perf stdio: Add use_callchain parameter to hists__fprintf by Jiri Olsa · 8 years ago
  11. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 8 years ago
  12. fe17608 perf tools: Fix usage of max_stack sysctl by Arnaldo Carvalho de Melo · 8 years ago
  13. de7e6a7 perf hists: Move sort__has_parent into struct perf_hpp_list by Jiri Olsa · 8 years ago
  14. 5222503 perf hists: Move sort__need_collapse into struct perf_hpp_list by Jiri Olsa · 8 years ago
  15. 4cb9344 perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack by Arnaldo Carvalho de Melo · 8 years ago
  16. 1cc8381 perf report: Use callchain_param.enabled instead of tool specific knob by Arnaldo Carvalho de Melo · 8 years ago
  17. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  18. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 8 years ago
  19. b8cbb34 perf config: Bring perf_default_config to the very beginning at main() by Wang Nan · 8 years ago
  20. 4251446 perf report: Add --hierarchy option by Namhyung Kim · 8 years ago
  21. 5b2ea6f perf report: Check error during report__collapse_hists() by Namhyung Kim · 8 years ago
  22. 9887804 perf report: Move UI initialization ahead of sort setup by Jiri Olsa · 8 years ago
  23. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 8 years ago
  24. 2665b45 perf report: Apply --percent-limit to callchains also by Namhyung Kim · 8 years ago
  25. 34b7b0f perf tools: Fallback to srcdir/Documentation/tips.txt by Namhyung Kim · 8 years ago
  26. 14cbfbeb perf report: Show random usage tip on the help line by Namhyung Kim · 8 years ago
  27. 053a398 perf report/top: Add --raw-trace option by Namhyung Kim · 8 years ago
  28. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 8 years ago
  29. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 8 years ago
  30. b3f38fc perf report: Check argument before calling setup_browser() by Namhyung Kim · 8 years ago
  31. 25b1606 perf report: Show error message when processing sample fails by Namhyung Kim · 8 years ago
  32. b49a8fe perf callchain: Honor hide_unresolved by Namhyung Kim · 8 years ago
  33. f2af008 perf report: Add callchain value option by Namhyung Kim · 9 years ago
  34. 2059fc7 perf symbols: Allow forcing reading of non-root owned files by root by Arnaldo Carvalho de Melo · 9 years ago
  35. b272a59 perf report: Rename to --show-cpu-utilization by Namhyung Kim · 9 years ago
  36. 76a2654 perf tools: Improve call graph documents and help messages by Namhyung Kim · 9 years ago
  37. 792aeaf perf tools: Defaults to 'caller' callchain order only if --children is enabled by Namhyung Kim · 9 years ago
  38. 21cf628 perf tools: Move callchain help messages to callchain.h by Namhyung Kim · 9 years ago
  39. def02db perf callchain: Switch default to 'graph,0.5,caller' by Arnaldo Carvalho de Melo · 9 years ago
  40. a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
  41. 77e6597 perf machine: Use machine__kernel_map() thoroughly by Arnaldo Carvalho de Melo · 9 years ago
  42. 188bb5e perf report: Make max_stack value allow for synthesized callchains by Adrian Hunter · 9 years ago
  43. f86225d perf report: Skip events with null branch stacks by Adrian Hunter · 9 years ago
  44. fb9fab6 perf report: Also do default setup for synthesized branch stacks by Adrian Hunter · 9 years ago
  45. c7eced6 perf report: Adjust sample type validation for synthesized branch stacks by Adrian Hunter · 9 years ago
  46. d062ac1 perf report: Fix sample type validation for synthesized callchains by Adrian Hunter · 9 years ago
  47. 84734b0 perf hists browser: Zoom in/out for processor socket by Kan Liang · 9 years ago
  48. 21394d9 perf report: Introduce --socket-filter option by Kan Liang · 9 years ago
  49. 9e207dd perf report: Show call graph from reference events by Kan Liang · 9 years ago
  50. a9710ba perf tools: Support full source file paths for srcline by Andi Kleen · 9 years ago
  51. 57849998 perf report: Add processing for cycle histograms by Andi Kleen · 9 years ago
  52. 98df858 perf report: Add flag for non ANY branch mode by Andi Kleen · 9 years ago
  53. 07a716f perf report: Fill in the missing session freeing after an error occurs by Taeung Song · 9 years ago
  54. 36c8bb5 perf symbols: Check access permission when reading symbol files by Li Zhang · 9 years ago
  55. 6ba29c2 perf tools: Fix build failure on 32-bit arch by He Kuang · 9 years ago
  56. c4937a9 perf tools: handle PERF_RECORD_LOST_SAMPLES by Kan Liang · 9 years ago
  57. 063bd93 perf hists: Reducing arguments of hist_entry_iter__add() by Namhyung Kim · 9 years ago
  58. 021162c perf report: Do not restrict -T option by other options by Namhyung Kim · 9 years ago
  59. b138f42 perf report: Force tty output if -T/--thread option is given by Namhyung Kim · 9 years ago
  60. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  61. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  62. 520a2eb perf report: Add Instruction Tracing support by Adrian Hunter · 9 years ago
  63. e944ec2 perf report: Fix -T/--threads option to work again by Namhyung Kim · 9 years ago
  64. f6fcc14 perf report: Don't call map__kmap if map is NULL. by Wang Nan · 9 years ago
  65. e03eaa4 perf tools: Add pid/tid filtering to report and script commands by David Ahern · 9 years ago
  66. 228f14f perf tools: Remove (null) value of "Sort order" for perf mem report by Yunlong Song · 9 years ago
  67. 0c8c207 perf report: Don't allow empty argument for '-t'. by Wang Nan · 9 years ago
  68. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  69. fefd2d9 perf report: Fix branch stack mode cannot be set by He Kuang · 9 years ago
  70. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 9 years ago
  71. 590cd34 perf report: Get rid of report__inc_stat() by Namhyung Kim · 9 years ago
  72. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 9 years ago
  73. 09a6a1b perf report: In branch stack mode use address history sorting by Andi Kleen · 10 years ago
  74. fa94c36 perf report: Add --branch-history option by Andi Kleen · 10 years ago
  75. 8b7bad5 perf callchain: Support handling complete branch stacks as histograms by Andi Kleen · 10 years ago
  76. 0cdccac perf report: Set callchain_param.record_mode for future use by Namhyung Kim · 10 years ago
  77. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  78. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  79. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  80. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  81. 763122a perf tools: Disable kernel symbol demangling by default by Avi Kivity · 10 years ago
  82. edd114e perf report: Set proper sort__mode for the branch option by naota@elisp.net · 10 years ago
  83. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  84. 94786b6 perf tools: Add report.queue-size config file option by Jiri Olsa · 10 years ago
  85. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  86. 9d3c02d perf tools: Add callback function to hist_entry_iter by Namhyung Kim · 10 years ago
  87. 8d8e645 perf report: Add report.children config option by Namhyung Kim · 11 years ago
  88. 793aaaa perf report: Add --children option by Namhyung Kim · 11 years ago
  89. 7a13aa2 perf hists: Accumulate hist entry stat based on the callchain by Namhyung Kim · 12 years ago
  90. 69bcb01 perf tools: Introduce struct hist_entry_iter by Namhyung Kim · 11 years ago
  91. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  92. a7d945b perf report: Add -F option to specify output fields by Namhyung Kim · 10 years ago
  93. 22af969 perf tools: Call perf_hpp__init() before setting up GUI browsers by Namhyung Kim · 10 years ago
  94. 512ae1b perf tools: Consolidate management of default sort orders by Namhyung Kim · 10 years ago
  95. a2ce067 perf tools: Allow hpp fields to be sort keys by Namhyung Kim · 10 years ago
  96. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  97. 58c311d perf report: Count number of entries separately by Namhyung Kim · 10 years ago
  98. cff6bb4 perf callchain: Add generic report parse callchain callback function by Don Zickus · 10 years ago
  99. 33db456 perf top: Add --percentage option by Namhyung Kim · 10 years ago
  100. f214833 perf report: Add --percentage option by Namhyung Kim · 10 years ago