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