1. 9840280 perf: Introduce a new "round of buffers read" pseudo event by Frederic Weisbecker · 14 years ago
  2. db620b1 perf/record: simplify TRACE_INFO tracepoint check by Tom Zanussi · 14 years ago
  3. 63e0c77 perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW by Tom Zanussi · 14 years ago
  4. 2c9faa0 perf record: Don't exit in live mode when no tracepoints are enabled by Arnaldo Carvalho de Melo · 14 years ago
  5. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  6. 789688f perf/live: don't synthesize build ids at the end of a live mode trace by Tom Zanussi · 14 years ago
  7. 23346f2 perf tools: Rename "kernel_info" to "machine" by Arnaldo Carvalho de Melo · 14 years ago
  8. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  9. 84b13fd Merge branch 'perf/live' into perf/core by Ingo Molnar · 14 years ago
  10. f921281 perf: Make the trace events sample period default to 1 by Frederic Weisbecker · 14 years ago
  11. 7865e81 perf: Make -f the default for perf record by Frederic Weisbecker · 14 years ago
  12. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  13. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  14. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  15. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  16. 529870e perf record: Introduce special handling for pipe output by Tom Zanussi · 14 years ago
  17. 8dc5810 perf: Add pipe-specific header read/write and event processing code by Tom Zanussi · 14 years ago
  18. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  19. e206d55 perf tools: Move the prototypes in util/string.h to util.h by Arnaldo Carvalho de Melo · 14 years ago
  20. 7016213 perf record: Add a fallback to the reference relocation symbol by Arnaldo Carvalho de Melo · 14 years ago
  21. 5a10317 perf record: Zero out mmap_array to fix segfault by Zhang, Yanmin · 14 years ago
  22. d6d901c perf events: Change perf parameter --pid to process-wide collection instead of thread-wide by Zhang, Yanmin · 14 years ago
  23. 46be604 perf record: Enable counters only when kernel is execing subcommand by Zhang, Yanmin · 14 years ago
  24. bedbfde perf record: Enable the enable_on_exec flag if record forks the target by Eric B Munson · 14 years ago
  25. 937779d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  26. 6230f2c perf record: Mention paranoid sysctl when failing to create counter by Arnaldo Carvalho de Melo · 14 years ago
  27. 9f591fd perf record: Don't try to find buildids in a zero sized file by Arnaldo Carvalho de Melo · 14 years ago
  28. a12b51c perf tools: Fix sparse CPU numbering related bugs by Paul Mackerras · 14 years ago
  29. 8907fd6 perf record: Add ID and to recorded event data when recording multiple events by Eric B Munson · 14 years ago
  30. f7e7ee3 perf record: Fix existing process callgraph symbol by austin_zhang@linux.intel.com · 15 years ago
  31. f887f30 perf tools: Clean up O_LARGEFILE et al usage by Xiao Guangrong · 15 years ago
  32. 6122e4e perf record: Stop intercepting events, use postprocessing to get build-ids by Arnaldo Carvalho de Melo · 15 years ago
  33. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 15 years ago
  34. a8e6f73 Revert "perf record: Intercept all events" by Hitoshi Mitake · 15 years ago
  35. 64abebf7 perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 15 years ago
  36. f5a2c3d perf record: Intercept all events by Arnaldo Carvalho de Melo · 15 years ago
  37. 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 15 years ago
  38. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  39. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  40. d4db3f1 perf record: We should fork only if a program was specified to run by Arnaldo Carvalho de Melo · 15 years ago
  41. 60ab271 perf record: Use per-task-per-cpu events for inherited events by Peter Zijlstra · 15 years ago
  42. 856e966 perf record: Properly synchronize child creation by Peter Zijlstra · 15 years ago
  43. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  44. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  45. b38d346 perf record: Rename perf.data to perf.data.old if --force/-f is used by Arnaldo Carvalho de Melo · 15 years ago
  46. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  47. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  48. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  49. bfd4511 perf record, x86: Print more intelligent error message when sampling fails by Simon Kaempflein · 15 years ago
  50. d5eed90 perf tools: Eliminate some more die() uses in library functions by Arnaldo Carvalho de Melo · 15 years ago
  51. 4dc0a04 perf tools: perf_header__read() shouldn't die() by Arnaldo Carvalho de Melo · 15 years ago
  52. a9a70bb perf tools: Don't die() in perf_header__new() by Arnaldo Carvalho de Melo · 15 years ago
  53. 5875412 perf tools: Don't die() in perf_header_attr__add_id() by Arnaldo Carvalho de Melo · 15 years ago
  54. 11deb1f perf tools: Don't die() in perf_header__add_attr() by Arnaldo Carvalho de Melo · 15 years ago
  55. dc79c0f perf tools: Don't die in perf_header_attr__new() by Arnaldo Carvalho de Melo · 15 years ago
  56. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 15 years ago
  57. 3e13ab2 perf tools: Use perf_header__set/has_feat whenever possible by Frederic Weisbecker · 15 years ago
  58. 8671dab perf tools: Move the build-id storage operations to headers by Frederic Weisbecker · 15 years ago
  59. de89672 perf tools: Synthetize the targeted process by Frederic Weisbecker · 15 years ago
  60. c10edee perf tools: Fix permission checks by Pekka Enberg · 15 years ago
  61. 8d06367 perf symbols: Use the buildids if present by Arnaldo Carvalho de Melo · 15 years ago
  62. 234fbbf perf tools: Generalize event synthesizing routines by Arnaldo Carvalho de Melo · 15 years ago
  63. 7f3bedc perf record: Fix race where process can disappear while reading its /proc/pid/tasks by Arnaldo Carvalho de Melo · 15 years ago
  64. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  65. 2ba0825 perf tools: Introduce bitmask'ed additional headers by Frederic Weisbecker · 15 years ago
  66. 5a116dd perf tools: Use kernel bitmap library by Frederic Weisbecker · 15 years ago
  67. c171b55 perf trace: Add filter Suppport by Li Zefan · 15 years ago
  68. 7e4ff9e perf tools: Fix counter sample frequency breakage by Mike Galbraith · 15 years ago
  69. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  70. 42e59d7 perf tools: Default to 1 KHz auto-sampling freq events by Ingo Molnar · 15 years ago
  71. 933da83 perf: Propagate term signal to child by Chris Wilson · 15 years ago
  72. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  73. 8b41266 perf record: Disable profiling before draining the buffer by Peter Zijlstra · 15 years ago
  74. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  75. d130252 perf tools: Add an option to multiplex counters in a single channel by Frederic Weisbecker · 15 years ago
  76. 6ddf259 perf trace: Sample timestamps as well by Ingo Molnar · 15 years ago
  77. cd6feee perf trace: Sample the CPU too by Ingo Molnar · 15 years ago
  78. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  79. 9df37dd perf tools: Record events info also when :record suffix is used. by Frederic Weisbecker · 15 years ago
  80. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  81. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  82. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  83. 39e6dd7 perf record: Fix typo in pid_synthesize_comm_event by Arnaldo Carvalho de Melo · 15 years ago
  84. daac07b perf tools: Add a general option to enable raw sample records by Frederic Weisbecker · 15 years ago
  85. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago
  86. 0a5ac84 perf record: Add missing -C option support for specifying profile cpu by Jens Axboe · 15 years ago
  87. 2a8083f perf record: Fix .tid and .pid fill-in when synthesizing events by Arnaldo Carvalho de Melo · 15 years ago
  88. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  89. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  90. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  91. 266e0e2 perf record: Fix the -A UI for empty or non-existent perf.data by Pierre Habouzit · 15 years ago
  92. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  93. a054123 perf_counter: Improve perf stat and perf record option parsing by Anton Blanchard · 15 years ago
  94. 4bba828 perf_counter: Add perf record option to log addresses by Anton Blanchard · 15 years ago
  95. 11b5f81 perf_counter: Synthesize VDSO mmap event by Anton Blanchard · 15 years ago
  96. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  97. 3928ddb perf record: Fix unhandled io return value by Frederic Weisbecker · 15 years ago
  98. 649c48a perf-report: Add modes for inherited stats and no-samples by Peter Zijlstra · 15 years ago
  99. 7c6a1c6 perf_counter tools: Rework the file format by Peter Zijlstra · 15 years ago
  100. 76c64c5 perf record: Fix filemap pathname parsing in /proc/pid/maps by Johannes Weiner · 15 years ago