1. 4c19ea4 perf stat: Fix event grouping on forked task by Namhyung Kim · 12 years ago
  2. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 12 years ago
  3. 9dac6a2 perf stat: Align scaled output of cpu-clock by Namhyung Kim · 12 years ago
  4. 5fde252 perf stat: Adjust print unit by Namhyung Kim · 12 years ago
  5. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  6. 15e6392 perf stat: Introduce get_ratio_color() helper by Namhyung Kim · 13 years ago
  7. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  8. 38f6ae1 perf stat: Failure with "Operation not supported" by Anton Blanchard · 13 years ago
  9. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 13 years ago
  10. 50d08e4 perf evlist: Introduce perf_evlist__add_attrs by Arnaldo Carvalho de Melo · 13 years ago
  11. 727ab04 perf evlist: Fix grouping of multiple events by Arnaldo Carvalho de Melo · 13 years ago
  12. 33e49ea perf tools: Make stat/record print fatal signals of the target program by Andi Kleen · 13 years ago
  13. 61a9f32 perf stat: Fix spelling in comment by Jim Cromie · 13 years ago
  14. d4ffd04 perf stat: Allow tab as cvs delimiter by Jim Cromie · 13 years ago
  15. a1bca6c perf stat: Suppress printing std-dev when its 0 by Jim Cromie · 13 years ago
  16. 19f4740 perf stat: Fix +- nan% in --no-aggr runs by Jim Cromie · 13 years ago
  17. 56f3bae perf stat: Add --log-fd <N> option to redirect stderr elsewhere by Jim Cromie · 13 years ago
  18. 51887c8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  19. 4aa9015 perf stat: Add -o and --append options by Stephane Eranian · 13 years ago
  20. 43bece7 perf tools: Add group event scheduling option to perf record/stat by Lin Ming · 13 years ago
  21. f120f9d perf tools: De-opt the parse_events function by Jiri Olsa · 13 years ago
  22. 3ae9a34d perf stat: Add noise output for csv mode by Zhengyu He · 13 years ago
  23. 2cee77c perf stat: clarify unsupported events from uncounted events by David Ahern · 13 years ago
  24. c330525 perf stat: Add more cache-miss percentage printouts by Ingo Molnar · 13 years ago
  25. 2cba3ff perf stat: Add -d -d and -d -d -d options to show more CPU events by Ingo Molnar · 13 years ago
  26. c63ca0c perf stat: Tell user about unsupported events in the list by David Ahern · 13 years ago
  27. 370faf1 perf stat: Fail softly on unsupported events by Ingo Molnar · 13 years ago
  28. fce3c78 perf stat: Leave more room for percentages by Ingo Molnar · 13 years ago
  29. 2b427e1 perf stat: Adjust stall cycles warning percentages by Ingo Molnar · 13 years ago
  30. d3d1e86 perf stat: Analyze front-end and back-end stall counts by Ingo Molnar · 13 years ago
  31. 129c04c perf tools: Add front-end and back-end stalled cycles support by Ingo Molnar · 13 years ago
  32. ede7029 perf stat: Fix compatibility behavior by Ingo Molnar · 13 years ago
  33. f9cef0a perf stat: Add --sync/-S option by Ingo Molnar · 13 years ago
  34. 9ceb1c3 perf stat: Fix printout vertical alignment by Ingo Molnar · 13 years ago
  35. c6264de perf stat: Add -d/--detailed flag to run with a lot of events by Ingo Molnar · 13 years ago
  36. 8bb6c79 perf stat: Print out miss/hit ratio for L1 data-cache events by Ingo Molnar · 13 years ago
  37. c78df6c perf stat: Print branch misses warning colors by Ingo Molnar · 13 years ago
  38. a5d243d perf stat: Print stalled cycles warning colors by Ingo Molnar · 13 years ago
  39. f99844c perf stat: Fix -nan% output in perf stat noise printouts by Ingo Molnar · 13 years ago
  40. 1fc570a perf stat: Add stalled cycles to the default output by Ingo Molnar · 13 years ago
  41. 481f988 perf stat: Add stalled cycles accounting, prettify the resulting output by Ingo Molnar · 13 years ago
  42. dcd9936 perf stat: Factor our shadow stats by Ingo Molnar · 13 years ago
  43. d58f4c8 perf stat: Print cache misses as percentage by Ingo Molnar · 13 years ago
  44. 11ba2b8 perf stat: Print stalled cycles percentage by Ingo Molnar · 13 years ago
  45. 5d2cd90 perf evsel: Fix use of inherit by Arnaldo Carvalho de Melo · 13 years ago
  46. cfd748a perf stat: Provide support for filters by Frederic Weisbecker · 13 years ago
  47. 023695d perf tool: Add cgroup support by Stephane Eranian · 13 years ago
  48. 0015e2e perf stat: Fix up resource release order by Arnaldo Carvalho de Melo · 13 years ago
  49. 7e2ed09 perf evlist: Store pointer to the cpu and thread maps by Arnaldo Carvalho de Melo · 13 years ago
  50. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago
  51. 9d04f17 perf evsel: Allow specifying if the inherit bit should be set by Arnaldo Carvalho de Melo · 14 years ago
  52. f08199d perf evsel: Support event groups by Arnaldo Carvalho de Melo · 14 years ago
  53. 361c99a perf evsel: Introduce perf_evlist by Arnaldo Carvalho de Melo · 14 years ago
  54. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  55. bd3bfe9 perf evsel: Fix order of event list deletion by Arnaldo Carvalho de Melo · 14 years ago
  56. 5a3446b perf stat: better error message for unsupported events by David Ahern · 14 years ago
  57. 23a2f3a perf tools: Pass whole attr to event selectors by Lin Ming · 14 years ago
  58. 86bd5e8 perf evsel: Use {cpu,thread}_map to shorten list of parameters by Arnaldo Carvalho de Melo · 14 years ago
  59. 5c98d466 perf tools: Refactor all_tids to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  60. 60d567e perf tools: Refactor cpumap to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  61. 4829060 perf evsel: Introduce per cpu and per thread open helpers by Arnaldo Carvalho de Melo · 14 years ago
  62. c52b12e perf evsel: Steal the counter reading routines from stat by Arnaldo Carvalho de Melo · 14 years ago
  63. 70d544d perf evsel: Delete the event selectors at exit by Arnaldo Carvalho de Melo · 14 years ago
  64. daec78a perf evsel: Adopt MATCH_EVENT macro from 'stat' by Arnaldo Carvalho de Melo · 14 years ago
  65. 69aad6f perf tools: Introduce event selectors by Arnaldo Carvalho de Melo · 14 years ago
  66. d7470b6 perf stat: Add csv-style output by Stephane Eranian · 14 years ago
  67. 201e0b0 perf stat: Use --big-num format by default by Arnaldo Carvalho de Melo · 14 years ago
  68. d9cf837 perf stat: Change and clean up sys_perf_event_open error handling by Corey Ashford · 14 years ago
  69. f5b4a9c3 perf stat: Add no-aggregation mode to -a by Stephane Eranian · 14 years ago
  70. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  71. 5af52b5 perf stat: add perf stat -B to pretty print large numbers by Stephane Eranian · 14 years ago
  72. 2e6cdf9 perf tools: change event inheritance logic in stat and record by Stephane Eranian · 14 years ago
  73. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  74. 084ab9f perf stat: Better report failure to collect system wide stats by Arnaldo Carvalho de Melo · 14 years ago
  75. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 14 years ago
  76. 6be2850 perf stat: Enable counters when collecting process-wide or system-wide data by Zhang, Yanmin · 14 years ago
  77. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  78. 60666c6 perf tools: Fix --pid option for stat by Liming Wang · 15 years ago
  79. 7255fe2 perf stat: Do not print ratio when task-clock event is not counted by Lucas De Marchi · 15 years ago
  80. dd86e72 perf stat: Count branches first by Ingo Molnar · 15 years ago
  81. 56aab46 perf stat: Re-align the default_attrs[] array by Ingo Molnar · 15 years ago
  82. 12133af perf stat: Add branch performance events to default output by Tim Blechmann · 15 years ago
  83. 1101820 perf stat: Add branch performance metric by Anton Blanchard · 15 years ago
  84. 933da83 perf: Propagate term signal to child by Chris Wilson · 15 years ago
  85. c7f7fea perf stat: Fix zero total printouts by Ingo Molnar · 15 years ago
  86. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  87. 849abde perf stat: Clean up statistics calculations a bit more by Peter Zijlstra · 15 years ago
  88. 8a02631 perf stat: More advanced variance computation by Peter Zijlstra · 15 years ago
  89. 63d40de perf stat: Use stddev_mean in stead of stddev by Peter Zijlstra · 15 years ago
  90. 9e9772c perf stat: Remove the limit on repeat by Peter Zijlstra · 15 years ago
  91. 506d4bc perf stat: Change noise calculation to use stddev by Peter Zijlstra · 15 years ago
  92. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  93. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  94. b26bc5a perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale by Brice Goglin · 15 years ago
  95. a054123 perf_counter: Improve perf stat and perf record option parsing by Anton Blanchard · 15 years ago
  96. a92bef0 perf stat: Handle pipe read failures in perf stat by Frederic Weisbecker · 15 years ago
  97. b9ebdcc perf stat: Define MATCH_EVENT for easy attr checking by Jaswinder Singh Rajput · 15 years ago
  98. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  99. 57e7986 perf_counter: Provide a way to enable counters on exec by Paul Mackerras · 15 years ago
  100. 051ae7f perf_counter tools: Reduce perf stat measurement overhead/skew by Paul Mackerras · 15 years ago