1. 41c8ca2 perf stat: Print topology/time headers with --metric-only by Andi Kleen · 9 years ago
  2. 44b1e60 perf stat: Basic support for TopDown in perf stat by Andi Kleen · 9 years ago
  3. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  4. a1f3d56 perf stat: Use cpu-clock event for cpu targets by Namhyung Kim · 9 years ago
  5. e3b03b6 perf stat: Avoid fractional digits for integer scales by Andi Kleen · 9 years ago
  6. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 9 years ago
  8. 0b1abbf perf stat: Add extra output of counter values with -vv by Andi Kleen · 9 years ago
  9. 206cab6 perf stat: Add --metric-only support for -A by Andi Kleen · 9 years ago
  10. 54b5091 perf stat: Implement --metric-only mode by Andi Kleen · 9 years ago
  11. fb4605b perf stat: Check for frontend stalled for metrics by Andi Kleen · 9 years ago
  12. 44d49a6 perf stat: Support metrics in --per-core/socket mode by Andi Kleen · 9 years ago
  13. 92a61f6 perf stat: Implement CSV metrics output by Andi Kleen · 9 years ago
  14. 9dec447 perf stat: Check existence of frontend/backed stalled cycles by Andi Kleen · 9 years ago
  15. 1669e50 perf stat: Bail out on unsupported event config modifiers by Wang Nan · 9 years ago
  16. b002f3b perf stat: Handled scaled == -1 case for counters by Andi Kleen · 9 years ago
  17. cb110f4 perf stat: Move noise/running printing into printout by Andi Kleen · 9 years ago
  18. f948339 perf stat: Add support for metrics in interval mode by Andi Kleen · 9 years ago
  19. 140aead perf stat: Abstract stat metrics printing by Andi Kleen · 9 years ago
  20. 8a59f3c perf stat: Fix recort_usage typo by Jiri Olsa · 9 years ago
  21. 6db1a5c perf stat record: Keep sample_type 0 for pipe session by Jiri Olsa · 9 years ago
  22. 89af4e0 perf stat report: Allow to override aggr_mode by Jiri Olsa · 9 years ago
  23. fa6ea78 perf stat report: Process event update events by Jiri Olsa · 9 years ago
  24. a56f939 perf stat report: Process stat and stat round events by Jiri Olsa · 9 years ago
  25. 6edb78a perf stat report: Move csv_sep initialization before report command by Jiri Olsa · 9 years ago
  26. 68d702f perf stat report: Add support to initialize aggr_map from file by Jiri Olsa · 9 years ago
  27. 62ba18ba perf stat report: Process stat config event by Jiri Olsa · 9 years ago
  28. 1975d36 perf stat report: Process cpu/threads maps by Jiri Olsa · 9 years ago
  29. ba6039b6 perf stat report: Add report command by Jiri Olsa · 9 years ago
  30. 7b60a7e perf stat record: Synthesize event update events by Jiri Olsa · 9 years ago
  31. e9d6db8e8 perf stat record: Do not allow record with multiple runs mode by Jiri Olsa · 9 years ago
  32. 7aad0c3 perf stat record: Write stat round events on record by Jiri Olsa · 9 years ago
  33. 5a6ea81 perf stat record: Write stat events on record by Jiri Olsa · 9 years ago
  34. 664c98d perf stat record: Add pipe support for record command by Jiri Olsa · 9 years ago
  35. 2af4646 perf stat record: Store events IDs in perf data file by Jiri Olsa · 9 years ago
  36. 8b99b1a perf stat record: Synthesize stat record data by Jiri Olsa · 9 years ago
  37. 3ba78bd perf stat record: Initialize record features by Jiri Olsa · 9 years ago
  38. 4979d0c perf stat record: Add record command by Jiri Olsa · 9 years ago
  39. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  40. 544c2ae perf stat: Fix cmd_stat to release cpu_map by Masami Hiramatsu · 9 years ago
  41. c8280ce perf stat: Move enable_on_exec setup under earlier code by Jiri Olsa · 9 years ago
  42. 67ccdec perf stat: Create events as disabled by Jiri Olsa · 9 years ago
  43. ab46db0 perf stat: Use perf_evlist__enable in handle_initial_delay by Jiri Olsa · 9 years ago
  44. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  45. 6acd8e9 perf stat: Clear sample_(type|period) for counting by Jiri Olsa · 9 years ago
  46. e054731 perf stat: Make stat options global by Jiri Olsa · 9 years ago
  47. eedfcb4 perf stat: Use common printout function to avoid duplicated code by Andi Kleen · 9 years ago
  48. 4579ecc perf stat: Move sw clock metrics printout to stat-shadow by Andi Kleen · 9 years ago
  49. 1e5a293 perf stat: Cache aggregated map entries in extra cpumap by Jiri Olsa · 9 years ago
  50. 1fe7a30 perf cpu_map: Add data arg to cpu_map__build_map callback by Jiri Olsa · 9 years ago
  51. 208df99 perf stat: Add AGGR_UNSET mode by Jiri Olsa · 9 years ago
  52. 581cc8a perf stat: Rename perf_stat struct into perf_stat_evsel by Jiri Olsa · 9 years ago
  53. 19afd10 perf stat: Reduce min --interval-print to 10ms by Kan Liang · 9 years ago
  54. 245bad8 perf stat: Quieten failed to read counter message by Andi Kleen · 9 years ago
  55. 02b643b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  56. 601083c perf stat: Get correct cpu id for print_aggr by Kan Liang · 10 years ago
  57. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  58. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 9 years ago
  59. 5e5fe74 perf stat: Pass 'struct perf_stat_config' into process_counter() by Jiri Olsa · 9 years ago
  60. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 9 years ago
  61. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 9 years ago
  62. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 9 years ago
  63. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 9 years ago
  64. 5fc472a perf stat: Fix shadow declaration of close by Jiri Olsa · 10 years ago
  65. 32b8af8 perf stat: Introduce --per-thread option by Jiri Olsa · 10 years ago
  66. d4f63a4 perf stat: Introduce print_counters function by Jiri Olsa · 10 years ago
  67. 5835e22 perf stat: Using init_stats instead of memset by Jiri Olsa · 10 years ago
  68. ba411a9 perf stat: Rename print_interval to process_interval by Jiri Olsa · 10 years ago
  69. 7ddb1b6 perf stat: Move perf_stat initialization counter process code by Jiri Olsa · 10 years ago
  70. 32ce0a4 perf stat: Move zero_per_pkg into counter process code by Jiri Olsa · 10 years ago
  71. 3b3eb04 perf stat: Separate counters reading and processing by Jiri Olsa · 10 years ago
  72. 106a94a perf stat: Introduce read_counters function by Jiri Olsa · 10 years ago
  73. 24e34f6 perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object by Jiri Olsa · 10 years ago
  74. a939512 perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat object by Jiri Olsa · 10 years ago
  75. 9689edf perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object by Jiri Olsa · 10 years ago
  76. 254ecbc7 perf stat: Introduce perf_evlist__reset_stats by Jiri Olsa · 10 years ago
  77. a6fa003 perf stat: Make stats work over the thread dimension by Jiri Olsa · 10 years ago
  78. a8e0232 perf stat: Use xyarray for cpu evsel counts by Jiri Olsa · 10 years ago
  79. 1ac77e1 perf stat: Introduce perf_counts function by Jiri Olsa · 10 years ago
  80. a22e99c perf tools: Make perf_evsel__(nr_)cpus generic by Jiri Olsa · 10 years ago
  81. 9df38e8 perf stat: Introduce perf_counts__(new|delete|reset) functions by Jiri Olsa · 10 years ago
  82. cb5ef60 perf stat: Error out unsupported group leader immediately by Kan Liang · 10 years ago
  83. f87027b perf stat: Move shadow stat counters into separate object by Jiri Olsa · 10 years ago
  84. 7a23f57 perf stat: Add aggr_mode argument to print_shadow_stats function by Jiri Olsa · 10 years ago
  85. 4d98274 perf stat: Add output file argument to print_shadow_stats function by Jiri Olsa · 10 years ago
  86. 556b1fb perf stat: Introduce print_shadow_stats function by Jiri Olsa · 10 years ago
  87. 1eda3b2 perf stat: Introduce reset_shadow_stats function by Jiri Olsa · 10 years ago
  88. 3e99e2f perf stat: Remove transaction_run from shadow update/print code by Jiri Olsa · 10 years ago
  89. a454742 perf stat: Remove setup_events function 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. c4fa0d9 perf stat: Add metrics support for exclude_idle by Jiri Olsa · 10 years ago
  93. a2270d3 perf stat: Add metrics support for exclude_(host|guest) by Jiri Olsa · 10 years ago
  94. afef2fb perf stat: Add metrics support for exclude_hv by Jiri Olsa · 10 years ago
  95. 9f71b4f perf stat: Change metrics context calculation by Jiri Olsa · 10 years ago
  96. a0aa21e perf stat: Fix metrics calculation with event qualifiers by Andi Kleen · 10 years ago
  97. b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 10 years ago
  98. 23d4aad perf evlist: Return the first evsel with an invalid filter in apply_filters() by Arnaldo Carvalho de Melo · 10 years ago
  99. 7910352 perf stat: Always correctly indent ratio column by Andi Kleen · 10 years ago
  100. 56f0fd4 perf stat: Fix IPC and other formulas with -A by Andi Kleen · 10 years ago