1. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  2. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  3. d4db3f1 perf record: We should fork only if a program was specified to run by Arnaldo Carvalho de Melo · 15 years ago
  4. 60ab271 perf record: Use per-task-per-cpu events for inherited events by Peter Zijlstra · 15 years ago
  5. 856e966 perf record: Properly synchronize child creation by Peter Zijlstra · 15 years ago
  6. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  7. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  8. b38d346 perf record: Rename perf.data to perf.data.old if --force/-f is used by Arnaldo Carvalho de Melo · 15 years ago
  9. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  10. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  11. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  12. bfd4511 perf record, x86: Print more intelligent error message when sampling fails by Simon Kaempflein · 15 years ago
  13. d5eed90 perf tools: Eliminate some more die() uses in library functions by Arnaldo Carvalho de Melo · 15 years ago
  14. 4dc0a04 perf tools: perf_header__read() shouldn't die() by Arnaldo Carvalho de Melo · 15 years ago
  15. a9a70bb perf tools: Don't die() in perf_header__new() by Arnaldo Carvalho de Melo · 15 years ago
  16. 5875412 perf tools: Don't die() in perf_header_attr__add_id() by Arnaldo Carvalho de Melo · 15 years ago
  17. 11deb1f perf tools: Don't die() in perf_header__add_attr() by Arnaldo Carvalho de Melo · 15 years ago
  18. dc79c0f perf tools: Don't die in perf_header_attr__new() by Arnaldo Carvalho de Melo · 15 years ago
  19. 39dc78b Merge commit 'v2.6.32-rc7' into perf/core by Ingo Molnar · 15 years ago
  20. 3e13ab2 perf tools: Use perf_header__set/has_feat whenever possible by Frederic Weisbecker · 15 years ago
  21. 8671dab perf tools: Move the build-id storage operations to headers by Frederic Weisbecker · 15 years ago
  22. de89672 perf tools: Synthetize the targeted process by Frederic Weisbecker · 15 years ago
  23. c10edee perf tools: Fix permission checks by Pekka Enberg · 15 years ago
  24. 8d06367 perf symbols: Use the buildids if present by Arnaldo Carvalho de Melo · 15 years ago
  25. 234fbbf perf tools: Generalize event synthesizing routines by Arnaldo Carvalho de Melo · 15 years ago
  26. 7f3bedc perf record: Fix race where process can disappear while reading its /proc/pid/tasks by Arnaldo Carvalho de Melo · 15 years ago
  27. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  28. 2ba0825 perf tools: Introduce bitmask'ed additional headers by Frederic Weisbecker · 15 years ago
  29. 5a116dd perf tools: Use kernel bitmap library by Frederic Weisbecker · 15 years ago
  30. c171b55 perf trace: Add filter Suppport by Li Zefan · 15 years ago
  31. 7e4ff9e perf tools: Fix counter sample frequency breakage by Mike Galbraith · 15 years ago
  32. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  33. 42e59d7 perf tools: Default to 1 KHz auto-sampling freq events by Ingo Molnar · 15 years ago
  34. 933da83 perf: Propagate term signal to child by Chris Wilson · 15 years ago
  35. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  36. 8b41266 perf record: Disable profiling before draining the buffer by Peter Zijlstra · 15 years ago
  37. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  38. d130252 perf tools: Add an option to multiplex counters in a single channel by Frederic Weisbecker · 15 years ago
  39. 6ddf259 perf trace: Sample timestamps as well by Ingo Molnar · 15 years ago
  40. cd6feee perf trace: Sample the CPU too by Ingo Molnar · 15 years ago
  41. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  42. 9df37dd perf tools: Record events info also when :record suffix is used. by Frederic Weisbecker · 15 years ago
  43. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  44. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  45. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  46. 39e6dd7 perf record: Fix typo in pid_synthesize_comm_event by Arnaldo Carvalho de Melo · 15 years ago
  47. daac07b perf tools: Add a general option to enable raw sample records by Frederic Weisbecker · 15 years ago
  48. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago
  49. 0a5ac84 perf record: Add missing -C option support for specifying profile cpu by Jens Axboe · 15 years ago
  50. 2a8083f perf record: Fix .tid and .pid fill-in when synthesizing events by Arnaldo Carvalho de Melo · 15 years ago
  51. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  52. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  53. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  54. 266e0e2 perf record: Fix the -A UI for empty or non-existent perf.data by Pierre Habouzit · 15 years ago
  55. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  56. a054123 perf_counter: Improve perf stat and perf record option parsing by Anton Blanchard · 15 years ago
  57. 4bba828 perf_counter: Add perf record option to log addresses by Anton Blanchard · 15 years ago
  58. 11b5f81 perf_counter: Synthesize VDSO mmap event by Anton Blanchard · 15 years ago
  59. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  60. 3928ddb perf record: Fix unhandled io return value by Frederic Weisbecker · 15 years ago
  61. 649c48a perf-report: Add modes for inherited stats and no-samples by Peter Zijlstra · 15 years ago
  62. 7c6a1c6 perf_counter tools: Rework the file format by Peter Zijlstra · 15 years ago
  63. 76c64c5 perf record: Fix filemap pathname parsing in /proc/pid/maps by Johannes Weiner · 15 years ago
  64. eadc84c perfcounter: Handle some IO return values by Frederic Weisbecker · 15 years ago
  65. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  66. f597055 perf_counter tools: Add a data file header by Peter Zijlstra · 15 years ago
  67. 9d91a6f perf_counter tools: Handle lost events by Peter Zijlstra · 15 years ago
  68. 613d860 perf record: Fix fast task-exit race by Ingo Molnar · 15 years ago
  69. 3efa1cc9 perf record/report: Add call graph / call chain profiling by Ingo Molnar · 15 years ago
  70. bbd36e5 perf record: Explicity program a default counter by Peter Zijlstra · 15 years ago
  71. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  72. 729ff5e2 perf_counter tools: Clean up u64 usage by Ingo Molnar · 15 years ago
  73. ea1900e perf_counter tools: Normalize data using per sample period data by Peter Zijlstra · 15 years ago
  74. f7b7c26 perf_counter tools: Propagate signals properly by Peter Zijlstra · 15 years ago
  75. 4502d77 perf_counter tools: Small frequency related fixes by Peter Zijlstra · 15 years ago
  76. 30c806a perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER by Ingo Molnar · 15 years ago
  77. 3da297a perf record: Fall back to cpu-clock-ticks if no PMU by Ingo Molnar · 15 years ago
  78. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 15 years ago[Renamed from Documentation/perf_counter/builtin-record.c]
  79. 86847b6 perf_counter tools: Add 'perf list' to list available events by Thomas Gleixner · 15 years ago
  80. a21ca2c perf_counter: Separate out attr->type from attr->config by Ingo Molnar · 15 years ago
  81. 1dba15e perf record: Set frequency correctly by Ingo Molnar · 15 years ago
  82. b2fef07 perf_counter tools: Sample and display frequency adjustment changes by Ingo Molnar · 15 years ago
  83. 2debbc8 perf_counter tools: Clarify events/samples naming by Ingo Molnar · 15 years ago
  84. cf1f457 perf record, top: Implement --freq by Ingo Molnar · 15 years ago
  85. f250c030 perf record: Split out counter creation into a helper function by Ingo Molnar · 15 years ago
  86. df97992 perf record/report: Fix PID/COMM handling by Ingo Molnar · 15 years ago
  87. 021e9f4 perf record: Refine capture printout by Ingo Molnar · 15 years ago
  88. f2521b6 perf_counter tools: Clean up old kerneltop references by Ingo Molnar · 15 years ago
  89. e61078a perf record: Use long arg for counter period by Peter Zijlstra · 15 years ago
  90. addc278 perf record: Print out the number of events captured by Ingo Molnar · 15 years ago
  91. bf9e187 perf_counter tools: Make source code headers more coherent by Ingo Molnar · 15 years ago
  92. 3cf165f perf record: Increase mmap buffering default by Ingo Molnar · 15 years ago
  93. abaff32 perf record: Add --append option by Ingo Molnar · 15 years ago
  94. c70975b perf_counter tools: Fix up the ABI shakeup by Peter Zijlstra · 15 years ago
  95. 97124d5 perf_counter: tools: Better handle existing data files by Peter Zijlstra · 15 years ago
  96. f70e87d perf_counter: tools: Expand the COMM,MMAP event synthesizer by Peter Zijlstra · 15 years ago
  97. a0055ae perf_counter tools: Use hex2u64 in more places by Arnaldo Carvalho de Melo · 15 years ago
  98. 229c4ee perf_counter tools: Guard against record damaging existing files by Mike Galbraith · 15 years ago
  99. 9e096753 perf_counter tools: Document '--' option parsing terminator by Mike Galbraith · 15 years ago
  100. ef65b2a perf record: Fix the profiling of existing pid or whole box by Mike Galbraith · 15 years ago