1. 54830dd perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats by Jiri Olsa · 8 years ago
  2. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  3. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  4. e669e83 perf evsel: Restore evsel->priv as a tool private area by Arnaldo Carvalho de Melo · 7 years ago
  5. 35c1980 perf stat: Fall weak group back even for EBADF by Andi Kleen · 7 years ago
  6. b90f133 perf stat: Update walltime_nsecs_stats in interval mode by Andi Kleen · 7 years ago
  7. e864c5c perf stat: Hide internal duration_time counter by Andi Kleen · 7 years ago
  8. b18f3e3 perf stat: Support JSON metrics in perf stat by Andi Kleen · 7 years ago
  9. 5a5dfe4 perf tools: Support weak groups in 'perf stat' by Andi Kleen · 7 years ago
  10. dfc9eec perf stat: Wait for the correct child by Milian Wolff · 7 years ago
  11. 63ce844 perf stat: Only auto-merge events that are PMU aliases by Arnaldo Carvalho de Melo · 7 years ago
  12. 82bf311 perf stat: Use group read for event groups by Jiri Olsa · 7 years ago
  13. 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
  14. daefd0b perf stat: Add support to measure SMI cost by Kan Liang · 8 years ago
  15. 918c7b06 perf stat: Only print NMI watchdog hint when enabled by Andi Kleen · 8 years ago
  16. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  17. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  18. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  19. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  20. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  21. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  22. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  23. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  24. b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
  25. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  26. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  27. b4229e9 perf stat: Handle partially bad results with merging by Andi Kleen · 8 years ago
  28. 430daf2 perf stat: Collapse identically named events by Andi Kleen · 8 years ago
  29. fbe51fb perf stat: Factor out callback for collecting event values by Andi Kleen · 8 years ago
  30. e3ba76d perf tools: Force uncore events to system wide monitoring by Jiri Olsa · 8 years ago
  31. 02d492e perf stat: Issue a HW watchdog disable hint by Borislav Petkov · 8 years ago
  32. bb963e1 perf utils: Check verbose flag properly by Namhyung Kim · 8 years ago
  33. 0d79f8b perf stat: Add -a as default target by Jiri Olsa · 8 years ago
  34. da8a58b perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_map by Jan Stancek · 8 years ago
  35. d6195a6 perf evsel: Inform how to make a sysctl setting permanent by Arnaldo Carvalho de Melo · 8 years ago
  36. 7e6a799 perf tools: Remove some needless __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  37. 5d8bb1e perf tools: Add PMU configuration to tools by Mathieu Poirier · 8 years ago
  38. 310ebb9 perf stat: Use *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  39. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  40. 3df33ef perf stat: Avoid skew when reading events by Mark Rutland · 8 years ago
  41. 00e727b perf stat: Balance opening and reading events by Mark Rutland · 8 years ago
  42. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  43. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  44. c51fd63 perf stat: Add missing aggregation headers for --metric-only CSV by Andi Kleen · 9 years ago
  45. 41c8ca2 perf stat: Print topology/time headers with --metric-only by Andi Kleen · 9 years ago
  46. 44b1e60 perf stat: Basic support for TopDown in perf stat by Andi Kleen · 9 years ago
  47. 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
  48. a1f3d56 perf stat: Use cpu-clock event for cpu targets by Namhyung Kim · 9 years ago
  49. e3b03b6 perf stat: Avoid fractional digits for integer scales by Andi Kleen · 9 years ago
  50. 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
  51. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 9 years ago
  52. 0b1abbf perf stat: Add extra output of counter values with -vv by Andi Kleen · 9 years ago
  53. 206cab6 perf stat: Add --metric-only support for -A by Andi Kleen · 9 years ago
  54. 54b5091 perf stat: Implement --metric-only mode by Andi Kleen · 9 years ago
  55. fb4605b perf stat: Check for frontend stalled for metrics by Andi Kleen · 9 years ago
  56. 44d49a6 perf stat: Support metrics in --per-core/socket mode by Andi Kleen · 9 years ago
  57. 92a61f6 perf stat: Implement CSV metrics output by Andi Kleen · 9 years ago
  58. 9dec447 perf stat: Check existence of frontend/backed stalled cycles by Andi Kleen · 9 years ago
  59. 1669e50 perf stat: Bail out on unsupported event config modifiers by Wang Nan · 9 years ago
  60. b002f3b perf stat: Handled scaled == -1 case for counters by Andi Kleen · 9 years ago
  61. cb110f4 perf stat: Move noise/running printing into printout by Andi Kleen · 9 years ago
  62. f948339 perf stat: Add support for metrics in interval mode by Andi Kleen · 9 years ago
  63. 140aead perf stat: Abstract stat metrics printing by Andi Kleen · 9 years ago
  64. 8a59f3c perf stat: Fix recort_usage typo by Jiri Olsa · 9 years ago
  65. 6db1a5c perf stat record: Keep sample_type 0 for pipe session by Jiri Olsa · 9 years ago
  66. 89af4e0 perf stat report: Allow to override aggr_mode by Jiri Olsa · 9 years ago
  67. fa6ea78 perf stat report: Process event update events by Jiri Olsa · 9 years ago
  68. a56f939 perf stat report: Process stat and stat round events by Jiri Olsa · 9 years ago
  69. 6edb78a perf stat report: Move csv_sep initialization before report command by Jiri Olsa · 9 years ago
  70. 68d702f perf stat report: Add support to initialize aggr_map from file by Jiri Olsa · 9 years ago
  71. 62ba18ba perf stat report: Process stat config event by Jiri Olsa · 9 years ago
  72. 1975d36 perf stat report: Process cpu/threads maps by Jiri Olsa · 9 years ago
  73. ba6039b6 perf stat report: Add report command by Jiri Olsa · 9 years ago
  74. 7b60a7e perf stat record: Synthesize event update events by Jiri Olsa · 9 years ago
  75. e9d6db8e8 perf stat record: Do not allow record with multiple runs mode by Jiri Olsa · 9 years ago
  76. 7aad0c3 perf stat record: Write stat round events on record by Jiri Olsa · 9 years ago
  77. 5a6ea81 perf stat record: Write stat events on record by Jiri Olsa · 9 years ago
  78. 664c98d perf stat record: Add pipe support for record command by Jiri Olsa · 9 years ago
  79. 2af4646 perf stat record: Store events IDs in perf data file by Jiri Olsa · 9 years ago
  80. 8b99b1a perf stat record: Synthesize stat record data by Jiri Olsa · 9 years ago
  81. 3ba78bd perf stat record: Initialize record features by Jiri Olsa · 9 years ago
  82. 4979d0c perf stat record: Add record command by Jiri Olsa · 9 years ago
  83. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  84. 544c2ae perf stat: Fix cmd_stat to release cpu_map by Masami Hiramatsu · 9 years ago
  85. c8280ce perf stat: Move enable_on_exec setup under earlier code by Jiri Olsa · 9 years ago
  86. 67ccdec perf stat: Create events as disabled by Jiri Olsa · 9 years ago
  87. ab46db0 perf stat: Use perf_evlist__enable in handle_initial_delay by Jiri Olsa · 9 years ago
  88. 5cd95fc perf evsel: Use event maps directly in perf_evsel__enable by Jiri Olsa · 9 years ago
  89. 6acd8e9 perf stat: Clear sample_(type|period) for counting by Jiri Olsa · 9 years ago
  90. e054731 perf stat: Make stat options global by Jiri Olsa · 9 years ago
  91. eedfcb4 perf stat: Use common printout function to avoid duplicated code by Andi Kleen · 9 years ago
  92. 4579ecc perf stat: Move sw clock metrics printout to stat-shadow by Andi Kleen · 9 years ago
  93. 1e5a293 perf stat: Cache aggregated map entries in extra cpumap by Jiri Olsa · 9 years ago
  94. 1fe7a30 perf cpu_map: Add data arg to cpu_map__build_map callback by Jiri Olsa · 9 years ago
  95. 208df99 perf stat: Add AGGR_UNSET mode by Jiri Olsa · 9 years ago
  96. 581cc8a perf stat: Rename perf_stat struct into perf_stat_evsel by Jiri Olsa · 9 years ago
  97. 19afd10 perf stat: Reduce min --interval-print to 10ms by Kan Liang · 9 years ago
  98. 245bad8 perf stat: Quieten failed to read counter message by Andi Kleen · 9 years ago
  99. 02b643b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  100. 601083c perf stat: Get correct cpu id for print_aggr by Kan Liang · 10 years ago