1. 6ca9a08 perf stat: Pass a 'struct perf_stat_config' argument to global print functions by Jiri Olsa · 6 years ago
  2. 0a4e64d perf stat: Move perf_stat_synthesize_config() to stat.c by Jiri Olsa · 6 years ago
  3. d09cefd perf stat: Move create_perf_stat_counter() to stat.c by Jiri Olsa · 6 years ago
  4. 7d9ad16 perf stat: Add 'identifier' flag to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  5. 5698f26 perf stat: Move 'no_inherit' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  6. 728c0ee perf stat: Move 'initial_delay' to 'struct perf_stat_config' by Jiri Olsa · 6 years ago
  7. e55c14a perf stat: Add --table option to display time of each run by Jiri Olsa · 7 years ago
  8. 26e4711 perf stat: Make function perf_stat_evsel_id_init static by Thomas Richter · 7 years ago
  9. f1f8ad5 perf stat: Add support to print counts after a period of time by yuzhoujian · 7 years ago
  10. db06a26 perf stat: Add support to print counts for fixed times by yuzhoujian · 7 years ago
  11. 2973455 perf stat: Resort '--per-thread' result by Jin Yao · 7 years ago
  12. 5673944 perf stat: Allocate shadow stats buffer for threads by Jin Yao · 7 years ago
  13. 6a1e2c5 perf stat: Remove a set of shadow stats static variables by Jin Yao · 7 years ago
  14. e0128b3 perf stat: Print per-thread shadow stats by Jin Yao · 7 years ago
  15. 1fcd039 perf stat: Update per-thread shadow stats by Jin Yao · 7 years ago
  16. 8efb2df perf stat: Create the runtime_stat init/exit function by Jin Yao · 7 years ago
  17. e5fcc2a perf stat: Define a structure for per-thread shadow stats by Jin Yao · 7 years ago
  18. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 54830dd perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats by Jiri Olsa · 8 years ago
  21. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  22. f7794d5 perf evsel: Add read_counter() by Jiri Olsa · 7 years ago
  23. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 8 years ago
  24. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  25. 239bd47 perf stat: Add computation of TopDown formulas by Andi Kleen · 9 years ago
  26. fb4605b perf stat: Check for frontend stalled for metrics by Andi Kleen · 9 years ago
  27. 140aead perf stat: Abstract stat metrics printing by Andi Kleen · 9 years ago
  28. 86a2cf3 perf stat: Making several helper functions static by Jiri Olsa · 9 years ago
  29. e08a456 perf tools: Add stat events fprintf functions by Jiri Olsa · 9 years ago
  30. 0ea0e35 perf tools: Add stat event read function by Jiri Olsa · 9 years ago
  31. 208df99 perf stat: Add AGGR_UNSET mode by Jiri Olsa · 9 years ago
  32. 581cc8a perf stat: Rename perf_stat struct into perf_stat_evsel by Jiri Olsa · 9 years ago
  33. d809560 perf stat: Move perf_counts struct and functions into separate object by Jiri Olsa · 9 years ago
  34. f80010e perf stat: Move counter processing code into stat object by Jiri Olsa · 10 years ago
  35. ec0d3d1 perf stat: Move 'interval' into struct perf_stat_config by Jiri Olsa · 10 years ago
  36. 5821522 perf stat: Move 'output' into struct perf_stat_config by Jiri Olsa · 10 years ago
  37. 711a572 perf stat: Move 'scale' into struct perf_stat_config by Jiri Olsa · 10 years ago
  38. 421a50f perf stat: Introduce struct perf_stat_config by Jiri Olsa · 10 years ago
  39. 32b8af8 perf stat: Introduce --per-thread option by Jiri Olsa · 10 years ago
  40. a7d0a10 perf stat: Introduce perf_evsel__alloc_stats function by Jiri Olsa · 10 years ago
  41. 24e34f6 perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object by Jiri Olsa · 10 years ago
  42. a939512 perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat object by Jiri Olsa · 10 years ago
  43. 9689edf perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object by Jiri Olsa · 10 years ago
  44. 57b2891 perf stat: Rename struct perf_counts::cpu member to values by Jiri Olsa · 10 years ago
  45. a6fa003 perf stat: Make stats work over the thread dimension by Jiri Olsa · 10 years ago
  46. a8e0232 perf stat: Use xyarray for cpu evsel counts by Jiri Olsa · 10 years ago
  47. 1ac77e1 perf stat: Introduce perf_counts function by Jiri Olsa · 10 years ago
  48. 9df38e8 perf stat: Introduce perf_counts__(new|delete|reset) functions by Jiri Olsa · 10 years ago
  49. a9a3a4d perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object by Jiri Olsa · 10 years ago
  50. f87027b perf stat: Move shadow stat counters into separate object by Jiri Olsa · 10 years ago
  51. 4c358d5 perf stat: Replace transaction event possition check with id check by Jiri Olsa · 10 years ago
  52. e2f56da perf stat: Add id into perf_stat struct by Jiri Olsa · 10 years ago
  53. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  54. ffe4f3c perf stats: Add max and min stats by David Ahern · 11 years ago
  55. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago