1. 27e9769 perf stat: Introduce --control fd:ctl-fd[,ack-fd] options by Alexey Budankov · 4 years, 6 months ago
  2. 2162b9c perf stat: extend -D,--delay option with -1 value by Alexey Budankov · 4 years, 6 months ago
  3. 6d432c4 perf tools: Add test_generic_metric function by Jiri Olsa · 4 years, 7 months ago
  4. 05530a7 perf metricgroup: Add options to not group or merge by Ian Rogers · 4 years, 8 months ago
  5. d778a77 perf config: Add stat.big-num support by Paul A. Clarke · 4 years, 8 months ago
  6. c7e5b32 perf stat: Report summary for interval mode by Jin Yao · 4 years, 8 months ago
  7. 905365f perf stat: Save aggr value to first member of prev_raw_counts by Jin Yao · 4 years, 8 months ago
  8. 297767a perf stat: Copy counts from prev_raw_counts to evsel->counts by Jin Yao · 4 years, 8 months ago
  9. 1af62ce perf stat: Show percore counts in per CPU output by Jin Yao · 5 years ago
  10. 4804e01 perf stat: Use affinity for opening events by Andi Kleen · 5 years ago
  11. 86895b4 perf stat: Add --per-node agregation support by Jiri Olsa · 5 years ago
  12. dd07102 perf stat: Support --all-kernel/--all-user by Jin Yao · 5 years ago
  13. b63fd11 perf stat: Reset previous counts on repeat with interval by Srikar Dronamraju · 5 years ago
  14. b251892 perf stat: Move perf_stat_synthesize_config() to event.h by Arnaldo Carvalho de Melo · 5 years ago
  15. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  16. 38b7b67 perf stat: Remove needless headers from stat.h by Arnaldo Carvalho de Melo · 5 years ago
  17. 4b247fa libperf: Adopt xyarray class from perf by Jiri Olsa · 5 years ago
  18. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  19. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  20. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
  21. db5742b perf stat: Support per-die aggregation by Kan Liang · 6 years ago
  22. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  23. 088519f perf stat: Move the display functions to stat-display.c by Jiri Olsa · 6 years ago
  24. d0192fd perf stat: Move 'metric_events' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  25. 54ac0b1 perf stat: Move 'walltime_*' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  26. fdee335 perf stat: Move 'no_merge' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  27. 34ff086 perf stat: Move 'big_num' data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  28. 6f6b659 perf stat: Move *_aggr_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  29. 8897a89 perf stat: Move ru_* data to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  30. 3b3cd9a perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  31. 3108412 perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  32. aea0dca perf stat: Move 'null_run' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  33. 26893a6 perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  34. ee1760e perf stat: Move 'metric_only_len' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  35. d97ae04 perf stat: Move 'run_count' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  36. df4f7b4 perf stat: Move 'unit_width' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  37. 0ce5aa0 perf stat: Move 'metric_only' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  38. 132c6ba perf stat: Move 'interval_clear' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  39. fa7070a perf stat: Move csv_* to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  40. 6ca9a08 perf stat: Pass a 'struct perf_stat_config' argument to global print functions by Jiri Olsa · 6 years ago
  41. 0a4e64d perf stat: Move perf_stat_synthesize_config() to stat.c by Jiri Olsa · 6 years ago
  42. d09cefd perf stat: Move create_perf_stat_counter() to stat.c by Jiri Olsa · 6 years ago
  43. 7d9ad16 perf stat: Add 'identifier' flag to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  44. 5698f26 perf stat: Move 'no_inherit' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  45. 728c0ee perf stat: Move 'initial_delay' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  46. e55c14a perf stat: Add --table option to display time of each run by Jiri Olsa · 7 years ago
  47. 26e4711 perf stat: Make function perf_stat_evsel_id_init static by Thomas Richter · 7 years ago
  48. f1f8ad5 perf stat: Add support to print counts after a period of time by yuzhoujian · 7 years ago
  49. db06a26 perf stat: Add support to print counts for fixed times by yuzhoujian · 7 years ago
  50. 2973455 perf stat: Resort '--per-thread' result by Jin Yao · 7 years ago
  51. 5673944 perf stat: Allocate shadow stats buffer for threads by Jin Yao · 7 years ago
  52. 6a1e2c5 perf stat: Remove a set of shadow stats static variables by Jin Yao · 7 years ago
  53. e0128b3 perf stat: Print per-thread shadow stats by Jin Yao · 7 years ago
  54. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 7 years ago
  55. 8efb2df perf stat: Create the runtime_stat init/exit function by Jin Yao · 7 years ago
  56. e5fcc2a perf stat: Define a structure for per-thread shadow stats by Jin Yao · 7 years ago
  57. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  58. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  59. 54830dd perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats by Jiri Olsa · 8 years ago
  60. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  61. f7794d5 perf evsel: Add read_counter() by Jiri Olsa · 7 years ago
  62. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 8 years ago
  63. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  64. 239bd47 perf stat: Add computation of TopDown formulas by Andi Kleen · 9 years ago
  65. fb4605b perf stat: Check for frontend stalled for metrics by Andi Kleen · 9 years ago
  66. 140aead perf stat: Abstract stat metrics printing by Andi Kleen · 9 years ago
  67. 86a2cf3 perf stat: Making several helper functions static by Jiri Olsa · 9 years ago
  68. e08a456 perf tools: Add stat events fprintf functions by Jiri Olsa · 9 years ago
  69. 0ea0e35 perf tools: Add stat event read function by Jiri Olsa · 9 years ago
  70. 208df99 perf stat: Add AGGR_UNSET mode by Jiri Olsa · 9 years ago
  71. 581cc8a perf stat: Rename perf_stat struct into perf_stat_evsel by Jiri Olsa · 9 years ago
  72. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  73. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 9 years ago
  74. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 9 years ago
  75. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 9 years ago
  76. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 9 years ago
  77. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 9 years ago
  78. 32b8af8 perf stat: Introduce --per-thread option by Jiri Olsa · 10 years ago
  79. a7d0a10 perf stat: Introduce perf_evsel__alloc_stats function by Jiri Olsa · 10 years ago
  80. 24e34f6 perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object by Jiri Olsa · 10 years ago
  81. a939512 perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat object by Jiri Olsa · 10 years ago
  82. 9689edf perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object by Jiri Olsa · 10 years ago
  83. 57b2891 perf stat: Rename struct perf_counts::cpu member to values by Jiri Olsa · 10 years ago
  84. a6fa003 perf stat: Make stats work over the thread dimension by Jiri Olsa · 10 years ago
  85. a8e0232 perf stat: Use xyarray for cpu evsel counts by Jiri Olsa · 10 years ago
  86. 1ac77e1 perf stat: Introduce perf_counts function by Jiri Olsa · 10 years ago
  87. 9df38e8 perf stat: Introduce perf_counts__(new|delete|reset) functions by Jiri Olsa · 10 years ago
  88. a9a3a4d perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object by Jiri Olsa · 10 years ago
  89. f87027b perf stat: Move shadow stat counters into separate object by Jiri Olsa · 10 years ago
  90. 4c358d5 perf stat: Replace transaction event possition check with id check by Jiri Olsa · 10 years ago
  91. e2f56da perf stat: Add id into perf_stat struct by Jiri Olsa · 10 years ago
  92. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  93. ffe4f3c perf stats: Add max and min stats by David Ahern · 11 years ago
  94. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago