1. 6af206f perf stat: Don't show counter information when workload fails by Arnaldo Carvalho de Melo · 11 years ago
  2. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  3. 410136f tools/perf/stat: Add event unit and scale support by Stephane Eranian · 11 years ago
  4. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  5. cc03c54 perf stat: Enhance option parse error message by Namhyung Kim · 11 years ago
  6. 4bbe5a6 perf stat: Add units to nanosec-based counters by David Ahern · 11 years ago
  7. ac3063b perf stat: Don't require a workload when using system wide or CPU options by David Ahern · 11 years ago
  8. 62d3b61 perf stat: Fix misleading message when specifying cpu list or system wide by David Ahern · 11 years ago
  9. 3e7a081 perf stat: Don't print bogus data on -e instructions by Ramkumar Ramachandra · 11 years ago
  10. c458fe6 perf stat: Don't print bogus data on -e cycles by Ramkumar Ramachandra · 11 years ago
  11. 429eb05 Merge branch 'perf/urgent' into tools/perf/build by Ingo Molnar · 11 years ago
  12. d20a47e perf stat: Set child_pid after perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  13. 4cabc3d tools/perf/stat: Add perf stat --transaction by Andi Kleen · 11 years ago
  14. 2bbf03f perf stat: Flush output after each line in interval mode by Andi Kleen · 11 years ago
  15. 4119168 perf stat: Add support for --initial-delay option by Andi Kleen · 11 years ago
  16. 582ec082 perf stat: Fix per-socket output bug for uncore events by Stephane Eranian · 11 years ago
  17. d07f0b1 perf stat: Avoid sending SIGTERM to random processes by Stephane Eranian · 11 years ago
  18. 12c08a9 perf stat: Add per-core aggregation by Stephane Eranian · 11 years ago
  19. d430495 perf stat: Rename --aggr-socket to --per-socket by Stephane Eranian · 11 years ago
  20. 86ee6e1 perf stat: Refactor aggregation code by Stephane Eranian · 11 years ago
  21. d134ffb perf stat: Introduce evlist methods to allocate/free the stats by Arnaldo Carvalho de Melo · 11 years ago
  22. a7e191c perf stat: Introduce --repeat forever by Frederik Deweerdt · 11 years ago
  23. acf2892 perf stat: Use perf_evlist__prepare/start_workload() by Namhyung Kim · 11 years ago
  24. b3a319d perf evlist: Add thread_map__nr() helper by Namhyung Kim · 11 years ago
  25. 334fe7a perf evlist: Remove cpus and threads arguments from perf_evlist__new() by Namhyung Kim · 11 years ago
  26. d7e7a45 perf stat: Add per processor socket count aggregation by Stephane Eranian · 11 years ago
  27. 43f8e76 perf evsel: Fix memory leaks on evsel->counts by Namhyung Kim · 11 years ago
  28. 13370a9 perf stat: Add interval printing by Stephane Eranian · 11 years ago
  29. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  30. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  31. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago
  32. 07ac002 perf evsel: Introduce is_group_member method by Arnaldo Carvalho de Melo · 12 years ago
  33. cac2142 perf tools: Fix attributes for '{}' defined event groups by Jiri Olsa · 12 years ago
  34. 1f16c57 perf stat: Add --pre and --post command by Peter Zijlstra · 12 years ago
  35. b070a54 perf stat: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  36. 1491a63 perf evlist: Renane set_filters method to apply_filters by Arnaldo Carvalho de Melo · 12 years ago
  37. 7ae92e7 perf stat: Check PMU cpumask file by Yan, Zheng · 12 years ago
  38. 0007ece perf stat: Move stats related code to util/stat.c by Xiao Guangrong · 12 years ago
  39. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  40. fceda7f perf stat: Remove use of die/exit and handle errors by David Ahern · 12 years ago
  41. 0c21f73 perf evlist: Introduce evsel list accessors by Arnaldo Carvalho de Melo · 12 years ago
  42. 63dab22 perf evlist: Rename __group method to __set_leader by Arnaldo Carvalho de Melo · 12 years ago
  43. 6a4bb04 perf tools: Enable grouping logic for parsed events by Jiri Olsa · 12 years ago
  44. 32c46e5 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  45. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  46. fc3e4d0 perf stat: Fix default output file by Stephane Eranian · 12 years ago
  47. 79695e1 perf stat: Initialize default events wrt exclude_{guest,host} by Arnaldo Carvalho de Melo · 12 years ago
  48. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  49. aa22dd4 perf target: Rename functions to avoid double negation by Namhyung Kim · 12 years ago
  50. 20d23aa perf stat: handle ENXIO error for perf_event_open by David Ahern · 12 years ago
  51. 979987a perf stat: handle ENXIO error for perf_event_open by David Ahern · 12 years ago
  52. 77a6f01 perf stat: Use perf_evlist__create_maps by Namhyung Kim · 12 years ago
  53. d67356e perf target: Consolidate target task/cpu checking by Namhyung Kim · 12 years ago
  54. 4bd0f2d perf tools: Introduce perf_target__validate() helper by Namhyung Kim · 12 years ago
  55. 20f946b perf stat: Convert to struct perf_target by Namhyung Kim · 12 years ago
  56. 5622c07 perf stat: Fix case where guest/host monitoring is not supported by kernel by Stephane Eranian · 12 years ago
  57. 666e6d4 perf stat: Declare some references static by Robert Richter · 12 years ago
  58. 4c19ea4 perf stat: Fix event grouping on forked task by Namhyung Kim · 12 years ago
  59. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 12 years ago
  60. 9dac6a2 perf stat: Align scaled output of cpu-clock by Namhyung Kim · 12 years ago
  61. 5fde252 perf stat: Adjust print unit by Namhyung Kim · 12 years ago
  62. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 12 years ago
  63. 15e6392 perf stat: Introduce get_ratio_color() helper by Namhyung Kim · 13 years ago
  64. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 13 years ago
  65. 38f6ae1 perf stat: Failure with "Operation not supported" by Anton Blanchard · 13 years ago
  66. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 13 years ago
  67. 50d08e4 perf evlist: Introduce perf_evlist__add_attrs by Arnaldo Carvalho de Melo · 13 years ago
  68. 727ab04 perf evlist: Fix grouping of multiple events by Arnaldo Carvalho de Melo · 13 years ago
  69. 33e49ea perf tools: Make stat/record print fatal signals of the target program by Andi Kleen · 13 years ago
  70. 61a9f32 perf stat: Fix spelling in comment by Jim Cromie · 13 years ago
  71. d4ffd04 perf stat: Allow tab as cvs delimiter by Jim Cromie · 13 years ago
  72. a1bca6c perf stat: Suppress printing std-dev when its 0 by Jim Cromie · 13 years ago
  73. 19f4740 perf stat: Fix +- nan% in --no-aggr runs by Jim Cromie · 13 years ago
  74. 56f3bae perf stat: Add --log-fd <N> option to redirect stderr elsewhere by Jim Cromie · 13 years ago
  75. 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
  76. 4aa9015 perf stat: Add -o and --append options by Stephane Eranian · 13 years ago
  77. 43bece7 perf tools: Add group event scheduling option to perf record/stat by Lin Ming · 13 years ago
  78. f120f9d perf tools: De-opt the parse_events function by Jiri Olsa · 13 years ago
  79. 3ae9a34d perf stat: Add noise output for csv mode by Zhengyu He · 13 years ago
  80. 2cee77c perf stat: clarify unsupported events from uncounted events by David Ahern · 13 years ago
  81. c330525 perf stat: Add more cache-miss percentage printouts by Ingo Molnar · 13 years ago
  82. 2cba3ff perf stat: Add -d -d and -d -d -d options to show more CPU events by Ingo Molnar · 13 years ago
  83. c63ca0c perf stat: Tell user about unsupported events in the list by David Ahern · 13 years ago
  84. 370faf1 perf stat: Fail softly on unsupported events by Ingo Molnar · 13 years ago
  85. fce3c78 perf stat: Leave more room for percentages by Ingo Molnar · 13 years ago
  86. 2b427e1 perf stat: Adjust stall cycles warning percentages by Ingo Molnar · 13 years ago
  87. d3d1e86 perf stat: Analyze front-end and back-end stall counts by Ingo Molnar · 13 years ago
  88. 129c04c perf tools: Add front-end and back-end stalled cycles support by Ingo Molnar · 13 years ago
  89. ede7029 perf stat: Fix compatibility behavior by Ingo Molnar · 13 years ago
  90. f9cef0a perf stat: Add --sync/-S option by Ingo Molnar · 13 years ago
  91. 9ceb1c3 perf stat: Fix printout vertical alignment by Ingo Molnar · 13 years ago
  92. c6264de perf stat: Add -d/--detailed flag to run with a lot of events by Ingo Molnar · 13 years ago
  93. 8bb6c79 perf stat: Print out miss/hit ratio for L1 data-cache events by Ingo Molnar · 13 years ago
  94. c78df6c perf stat: Print branch misses warning colors by Ingo Molnar · 13 years ago
  95. a5d243d perf stat: Print stalled cycles warning colors by Ingo Molnar · 13 years ago
  96. f99844c perf stat: Fix -nan% output in perf stat noise printouts by Ingo Molnar · 13 years ago
  97. 1fc570a perf stat: Add stalled cycles to the default output by Ingo Molnar · 13 years ago
  98. 481f988 perf stat: Add stalled cycles accounting, prettify the resulting output by Ingo Molnar · 13 years ago
  99. dcd9936 perf stat: Factor our shadow stats by Ingo Molnar · 13 years ago
  100. d58f4c8 perf stat: Print cache misses as percentage by Ingo Molnar · 13 years ago