1. c171b55 perf trace: Add filter Suppport by Li Zefan · 15 years ago
  2. 7e4ff9e perf tools: Fix counter sample frequency breakage by Mike Galbraith · 15 years ago
  3. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  4. 42e59d7 perf tools: Default to 1 KHz auto-sampling freq events by Ingo Molnar · 15 years ago
  5. 933da83 perf: Propagate term signal to child by Chris Wilson · 15 years ago
  6. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  7. 8b41266 perf record: Disable profiling before draining the buffer by Peter Zijlstra · 15 years ago
  8. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  9. d130252 perf tools: Add an option to multiplex counters in a single channel by Frederic Weisbecker · 15 years ago
  10. 6ddf259 perf trace: Sample timestamps as well by Ingo Molnar · 15 years ago
  11. cd6feee perf trace: Sample the CPU too by Ingo Molnar · 15 years ago
  12. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  13. 9df37dd perf tools: Record events info also when :record suffix is used. by Frederic Weisbecker · 15 years ago
  14. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  15. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  16. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  17. 39e6dd7 perf record: Fix typo in pid_synthesize_comm_event by Arnaldo Carvalho de Melo · 15 years ago
  18. daac07b perf tools: Add a general option to enable raw sample records by Frederic Weisbecker · 15 years ago
  19. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago
  20. 0a5ac84 perf record: Add missing -C option support for specifying profile cpu by Jens Axboe · 15 years ago
  21. 2a8083f perf record: Fix .tid and .pid fill-in when synthesizing events by Arnaldo Carvalho de Melo · 15 years ago
  22. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  23. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  24. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  25. 266e0e2 perf record: Fix the -A UI for empty or non-existent perf.data by Pierre Habouzit · 15 years ago
  26. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  27. a054123 perf_counter: Improve perf stat and perf record option parsing by Anton Blanchard · 15 years ago
  28. 4bba828 perf_counter: Add perf record option to log addresses by Anton Blanchard · 15 years ago
  29. 11b5f81 perf_counter: Synthesize VDSO mmap event by Anton Blanchard · 15 years ago
  30. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  31. 3928ddb perf record: Fix unhandled io return value by Frederic Weisbecker · 15 years ago
  32. 649c48a perf-report: Add modes for inherited stats and no-samples by Peter Zijlstra · 15 years ago
  33. 7c6a1c6 perf_counter tools: Rework the file format by Peter Zijlstra · 15 years ago
  34. 76c64c5 perf record: Fix filemap pathname parsing in /proc/pid/maps by Johannes Weiner · 15 years ago
  35. eadc84c perfcounter: Handle some IO return values by Frederic Weisbecker · 15 years ago
  36. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  37. f597055 perf_counter tools: Add a data file header by Peter Zijlstra · 15 years ago
  38. 9d91a6f perf_counter tools: Handle lost events by Peter Zijlstra · 15 years ago
  39. 613d860 perf record: Fix fast task-exit race by Ingo Molnar · 15 years ago
  40. 3efa1cc9 perf record/report: Add call graph / call chain profiling by Ingo Molnar · 15 years ago
  41. bbd36e5 perf record: Explicity program a default counter by Peter Zijlstra · 15 years ago
  42. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  43. 729ff5e2 perf_counter tools: Clean up u64 usage by Ingo Molnar · 15 years ago
  44. ea1900e perf_counter tools: Normalize data using per sample period data by Peter Zijlstra · 15 years ago
  45. f7b7c26 perf_counter tools: Propagate signals properly by Peter Zijlstra · 15 years ago
  46. 4502d77 perf_counter tools: Small frequency related fixes by Peter Zijlstra · 15 years ago
  47. 30c806a perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER by Ingo Molnar · 15 years ago
  48. 3da297a perf record: Fall back to cpu-clock-ticks if no PMU by Ingo Molnar · 15 years ago
  49. 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]
  50. 86847b6 perf_counter tools: Add 'perf list' to list available events by Thomas Gleixner · 15 years ago
  51. a21ca2c perf_counter: Separate out attr->type from attr->config by Ingo Molnar · 15 years ago
  52. 1dba15e perf record: Set frequency correctly by Ingo Molnar · 15 years ago
  53. b2fef07 perf_counter tools: Sample and display frequency adjustment changes by Ingo Molnar · 15 years ago
  54. 2debbc8 perf_counter tools: Clarify events/samples naming by Ingo Molnar · 15 years ago
  55. cf1f457 perf record, top: Implement --freq by Ingo Molnar · 15 years ago
  56. f250c030 perf record: Split out counter creation into a helper function by Ingo Molnar · 15 years ago
  57. df97992 perf record/report: Fix PID/COMM handling by Ingo Molnar · 15 years ago
  58. 021e9f4 perf record: Refine capture printout by Ingo Molnar · 15 years ago
  59. f2521b6 perf_counter tools: Clean up old kerneltop references by Ingo Molnar · 15 years ago
  60. e61078a perf record: Use long arg for counter period by Peter Zijlstra · 15 years ago
  61. addc278 perf record: Print out the number of events captured by Ingo Molnar · 15 years ago
  62. bf9e187 perf_counter tools: Make source code headers more coherent by Ingo Molnar · 15 years ago
  63. 3cf165f perf record: Increase mmap buffering default by Ingo Molnar · 15 years ago
  64. abaff32 perf record: Add --append option by Ingo Molnar · 15 years ago
  65. c70975b perf_counter tools: Fix up the ABI shakeup by Peter Zijlstra · 15 years ago
  66. 97124d5 perf_counter: tools: Better handle existing data files by Peter Zijlstra · 15 years ago
  67. f70e87d perf_counter: tools: Expand the COMM,MMAP event synthesizer by Peter Zijlstra · 15 years ago
  68. a0055ae perf_counter tools: Use hex2u64 in more places by Arnaldo Carvalho de Melo · 15 years ago
  69. 229c4ee perf_counter tools: Guard against record damaging existing files by Mike Galbraith · 15 years ago
  70. 9e096753 perf_counter tools: Document '--' option parsing terminator by Mike Galbraith · 15 years ago
  71. ef65b2a perf record: Fix the profiling of existing pid or whole box by Mike Galbraith · 15 years ago
  72. 23ac9cb perf_counter tools: Rename output.perf to perf.data by Ingo Molnar · 15 years ago
  73. 16f762a perf_counter tools: Introduce stricter C code checking by Ingo Molnar · 15 years ago
  74. 5242519 perf stat: Convert to Git option parsing by Ingo Molnar · 15 years ago
  75. 8ad8db3 perf_counter tools: Librarize event string parsing by Ingo Molnar · 15 years ago
  76. 0e9b20b perf record: Convert to Git option parsing by Ingo Molnar · 15 years ago
  77. 69aa48a perf record: Straighten out argv types by Ingo Molnar · 15 years ago
  78. 1a482f3 perf_counter: Fix userspace build by Peter Zijlstra · 15 years ago
  79. 1a853e3 perf record: Allow specifying a pid to record by Arnaldo Carvalho de Melo · 15 years ago
  80. 16c8a10 perf_counter: tools: update the tools to support process and inherited counters by Peter Zijlstra · 15 years ago
  81. dab6f6a perf_counter tools: fix build error by Mike Galbraith · 15 years ago
  82. 7bd5469 perfcounter tools: fix pointer mismatch by Thomas Gleixner · 15 years ago
  83. 6eda583 perfcounter tools: move common defines ... to local header file by Thomas Gleixner · 15 years ago
  84. e0202f5 perf_counter tools: fix x86 syscall numbers by Ingo Molnar · 15 years ago
  85. e33e0a4 perf_counter tools: add 'perf record' command by Ingo Molnar · 15 years ago[Renamed (95%) from Documentation/perf_counter/perf-record.c]
  86. de9ac07 perf_counter: some simple userspace profiling by Peter Zijlstra · 15 years ago