1. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  2. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 9 years ago
  3. e94eeda perf timechart: Fix SIBGUS error on sparc64 by David Ahern · 9 years ago
  4. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 9 years ago
  5. aad2b21 perf tools: Enable LBR call stack support by Kan Liang · 9 years ago
  6. 62e503b perf evsel: Set attr.task bit for a tracking event by Namhyung Kim · 9 years ago
  7. 8d9cbd8 perf evsel: Don't rely on malloc working for sz 0 by Vineet Gupta · 9 years ago
  8. a5a7fd7 perf tools: Remove perf_evsel__read interface by Jiri Olsa · 10 years ago
  9. 011dccb perf evsel: Introduce perf_evsel__read_cb function by Jiri Olsa · 10 years ago
  10. 13112bb perf evsel: Introduce perf_counts_values__scale function by Jiri Olsa · 10 years ago
  11. 857a94a perf evsel: Introduce perf_evsel__compute_deltas function by Jiri Olsa · 10 years ago
  12. f140373 perf evsel: Fix ftrace:function event recording by Jiri Olsa · 10 years ago
  13. 6a21c0b perf tools: Add core support for sampling intr machine state regs by Stephane Eranian · 10 years ago
  14. daa0179 perf evsel: Do not call pevent_free_format when deleting tracepoint by Jiri Olsa · 10 years ago
  15. f14d570 perf evsel: No need to drag util/cgroup.h by Arnaldo Carvalho de Melo · 10 years ago
  16. 597e48c perf evsel: Move exit stuff from __delete to __exit by Arnaldo Carvalho de Melo · 10 years ago
  17. 8885846 perf evsel: Make some exit routines static by Arnaldo Carvalho de Melo · 10 years ago
  18. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  19. 8f651ea perf callchain: Move the callchain_param extern to callchain.h by Arnaldo Carvalho de Melo · 10 years ago
  20. ce8ccff perf evsel: Subclassing by Arnaldo Carvalho de Melo · 10 years ago
  21. 72a128a perf tools: Move callchain config from record_opts to callchain_param by Namhyung Kim · 10 years ago
  22. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  23. 60b0896 perf evlist: Add perf_evlist__set_tracking_event() by Adrian Hunter · 10 years ago
  24. bf8e8f4 perf evlist: Add 'system_wide' option by Adrian Hunter · 10 years ago
  25. 63914ac perf tools: Show better error message in case we fail to open counters due to EBUSY error by Jiri Olsa · 10 years ago
  26. 8affc2b perf record: Honour --no-time command line option by Andi Kleen · 10 years ago
  27. 57480d2 perf tools: Enable close-on-exec flag on perf file descriptor by Yann Droneaud · 10 years ago
  28. 2afd2bc perf evsel: Add 'immediate' option by Adrian Hunter · 10 years ago
  29. 6ff1ce7 perf evsel: Add 'no_aux_samples' option by Adrian Hunter · 10 years ago
  30. 022c50d perf script: Display PERF_RECORD_MISC_COMM_EXEC flag by Adrian Hunter · 10 years ago
  31. 17314e2 perf record: Fix to honor user freq/interval properly by Namhyung Kim · 10 years ago
  32. a5a5ba7 Revert "perf: Disable PERF_RECORD_MMAP2 support" by Don Zickus · 10 years ago
  33. a33f6ef perf evsel: Update function names in debug messages by Ramkumar Ramachandra · 10 years ago
  34. 6bedfab perf tools: Disable user-space callchain/stack dumps for function trace events by Jiri Olsa · 10 years ago
  35. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 10 years ago
  36. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 10 years ago
  37. bc52908 perf tools: Put proper period for for samples without PERIOD sample_type by Jiri Olsa · 10 years ago
  38. de256a4 perf evsel: Remove duplicate member zeroing after free by Stephane Eranian · 10 years ago
  39. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 10 years ago
  40. 6619a53 perf record: Add --initial-delay option by Andi Kleen · 10 years ago
  41. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  42. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  43. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  44. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  45. 97978b3 perf tools: Add trace-event global object for tracepoint interface by Jiri Olsa · 11 years ago
  46. 71ad958 tools lib traceevent: Change pevent_parse_format to include pevent handle by Jiri Olsa · 11 years ago
  47. 3aa5939 perf record: Make per-cpu mmaps the default. by Adrian Hunter · 11 years ago
  48. 410136f tools/perf/stat: Add event unit and scale support by Stephane Eranian · 11 years ago
  49. 539e6bb perf record: Add an option to force per-cpu mmaps by Adrian Hunter · 11 years ago
  50. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  51. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  52. 42d8891 perf evsel: Synthesize PERF_SAMPLE_TRANSACTION by Adrian Hunter · 11 years ago
  53. 87b9552 perf evsel: Add missing overflow check for TRANSACTION by Adrian Hunter · 11 years ago
  54. 1e7ed5e perf evsel: Always use perf_evsel__set_sample_bit() by Adrian Hunter · 11 years ago
  55. f852fd6 perf evsel: Add a debug print if perf_event_open fails by Adrian Hunter · 11 years ago
  56. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  57. dd44bc6 perf evsel: Add missing decrement in id sample parsing by Adrian Hunter · 11 years ago
  58. 40d54ec perf evsel: Add missing 'mmap2' from debug print by Adrian Hunter · 11 years ago
  59. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  60. a65cb4b perf evlist: Fix perf_evlist__mmap_read event overflow by Jiri Olsa · 11 years ago
  61. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  62. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  63. d22d1a2 perf tools: Add support for PERF_COUNT_SW_DUMMY by Adrian Hunter · 11 years ago
  64. b1cf6f6 perf tools: Add a function to calculate sample event size by Adrian Hunter · 11 years ago
  65. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 11 years ago
  66. 5b95a4a3 perf tools: Add missing 'abi' member to 'struct regs_dump' by Adrian Hunter · 11 years ago
  67. 7556257 perf tools: Add support for PERF_SAMPLE_IDENTIFIER by Adrian Hunter · 11 years ago
  68. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  69. 03b6ea9 perf evsel: Tidy up sample parsing overflow checking by Adrian Hunter · 11 years ago
  70. e3e1a54 perf tools: Add debug prints by Adrian Hunter · 11 years ago
  71. bec1967 perf tools: Try to increase the file descriptor limits on EMFILE by Andi Kleen · 11 years ago
  72. e2407be perf evsel: Add support for enabling counters by Andi Kleen · 11 years ago
  73. 3c17631 perf tools: Add 'S' event/group modifier to read sample value by Jiri Olsa · 12 years ago
  74. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 12 years ago
  75. 2b821cc perf evsel: Handle ENODEV on default cycles event by David Ahern · 11 years ago
  76. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  77. 54bd269 perf evsel: Fix missing increment in sample parsing by Adrian Hunter · 11 years ago
  78. 7cab84e perf evsel: Fix count parameter to read call in event_format__new by David Ahern · 11 years ago
  79. b69e63a perf evsel: Fix printing of perf_event_paranoid message by David Ahern · 11 years ago
  80. ccf49bf perf record: Add support for mem access profiling by Stephane Eranian · 11 years ago
  81. 98a3b32 perf tools: Add mem access sampling core support by Stephane Eranian · 11 years ago
  82. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  83. a7e191c perf stat: Introduce --repeat forever by Frederik Deweerdt · 11 years ago
  84. 736b05a perf evsel: Cleanup perf_evsel__exit() by Namhyung Kim · 11 years ago
  85. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 11 years ago
  86. e35ef355 perf evlist: Pass the event_group info via perf_attr_details by Arnaldo Carvalho de Melo · 11 years ago
  87. e6ab07d perf evlist: Add --group option by Namhyung Kim · 11 years ago
  88. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 11 years ago
  89. 43f8e76 perf evsel: Fix memory leaks on evsel->counts by Namhyung Kim · 11 years ago
  90. c7a79c4 perf evsel: Add prev_raw_count field by Stephane Eranian · 11 years ago
  91. 56e52e8 perf evsel: Introduce perf_evsel__open_strerror method by Arnaldo Carvalho de Melo · 12 years ago
  92. c0a5434 perf evsel: Introduce event fallback method by Arnaldo Carvalho de Melo · 12 years ago
  93. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  94. c79a439 perf evsel: Decode read_format and sample_type in perf_evsel__fprintf by Arnaldo Carvalho de Melo · 12 years ago
  95. 0698aed perf evsel: Adopt fprintf routine from 'perf evlist' by Arnaldo Carvalho de Melo · 12 years ago
  96. 62b807f perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} by Arnaldo Carvalho de Melo · 12 years ago
  97. 3a5afae perf evsel: No need to always ask for PERF_FORMAT_ID in read_format by Arnaldo Carvalho de Melo · 12 years ago
  98. 7a5a5ca perf evsel: Introduce method to request IDs be used by Arnaldo Carvalho de Melo · 12 years ago
  99. 7be5ebe perf evsel: Update sample_size when setting sample_type bits by Arnaldo Carvalho de Melo · 12 years ago
  100. 823254e perf evsel: Convert to _is_group_leader method by Namhyung Kim · 12 years ago