1. 819ce45 tracing: Drop cpparg() macro by Frederic Weisbecker · 14 years ago
  2. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 14 years ago
  3. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 14 years ago
  4. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  5. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 14 years ago
  6. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 14 years ago
  7. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 14 years ago
  9. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  10. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  11. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  12. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  13. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  14. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago
  15. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 14 years ago
  17. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  18. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 14 years ago
  19. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 14 years ago
  20. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 14 years ago
  21. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  22. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  23. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 14 years ago
  24. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  25. 5a2e399 [SCSI] ftrace: add __print_hex() by Kei Tokunaga · 14 years ago
  26. 6cc8a7c perf: Fetch hot regs from the template caller by Frederic Weisbecker · 14 years ago
  27. 50354a8 tracing: Update comments by Li Zefan · 14 years ago
  28. f82c37e Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  29. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago
  30. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 14 years ago
  31. 8d53dd5 rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() by Paul E. McKenney · 14 years ago
  32. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 86c38a3 tracing: Fix ftrace_event_call alignment for use with gcc 4.5 by Jeff Mahoney · 14 years ago
  34. 83f0d53 tracing: Add notrace to TRACE_EVENT implementation functions by Steven Rostedt · 14 years ago
  35. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  36. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  37. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  38. 509e760 tracing: Add print_fmt field by Lai Jiangshan · 15 years ago
  39. fb7ae98 tracing: Fix sign fields in ftrace_define_fields_##call() by Lai Jiangshan · 15 years ago
  40. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  41. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  42. 3b8e427 tracing: Move a printk out of ftrace_raw_reg_event_foo() by Li Zefan · 15 years ago
  43. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  44. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 15 years ago
  45. 4819568 ftrace.h: Use common pr_info fmt string by Joe Perches · 15 years ago
  46. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  47. 091ad36 events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() by Ingo Molnar · 15 years ago
  48. e5bc972 tracing: Create new DEFINE_EVENT_PRINT by Steven Rostedt · 15 years ago
  49. ff038f5 tracing: Create new TRACE_EVENT_TEMPLATE by Steven Rostedt · 15 years ago
  50. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  51. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  52. 811cb50 tracing: Fix event format export by Johannes Berg · 15 years ago
  53. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  54. 43315956 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  55. 26a5074 tracing/events: Add 'signed' field to format files by Tom Zanussi · 15 years ago
  56. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  57. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  58. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  59. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  60. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  61. a48f494 tracing: have TRACE_EVENT macro use __flags to not shadow parameter by Steven Rostedt · 15 years ago
  62. ec827c7 tracing: add static to generated TRACE_EVENT functions by Steven Rostedt · 15 years ago
  63. 8f8ffe2 Merge commit 'tracing/core' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  64. e77405a tracing: pass around ring buffer instead of tracer by Steven Rostedt · 15 years ago
  65. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 15 years ago
  66. 0dd7b74 tracing: Fix double CPP substitution in TRACE_EVENT_FN by Frederic Weisbecker · 15 years ago
  67. bd1a5c8 tracing: Ftrace dynamic ftrace_event_call support by Masami Hiramatsu · 15 years ago
  68. 35dce1a Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  69. 43b51ea tracing/filters: Add __field_ext() to TRACE_EVENT by Li Zefan · 15 years ago
  70. 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
  71. e647d6b tracing/events: Add trace_define_common_fields() by Li Zefan · 15 years ago
  72. 14be96c tracing/events: Add ftrace_event_call param to define_fields() by Li Zefan · 15 years ago
  73. e8f9f4d tracing: Add ftrace event call parameter to its field descriptor handler by Frederic Weisbecker · 15 years ago
  74. 69fd4f0 tracing: Add ftrace_event_call void * 'data' field by Jason Baron · 15 years ago
  75. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  76. 1853db0 perf_counter: Zero dead bytes from ftrace raw samples size alignment by Frederic Weisbecker · 15 years ago
  77. 304703a perf_counter: Subtract the buffer size field from the event record size by Frederic Weisbecker · 15 years ago
  78. a044560 perf_counter: Correct PERF_SAMPLE_RAW output by Peter Zijlstra · 15 years ago
  79. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  80. 3a65930 perf_counter, ftrace: Fix perf_counter integration by Peter Zijlstra · 15 years ago
  81. 7d536cb tracing/events: record the size of dynamic arrays by Li Zefan · 15 years ago
  82. 68fd60a tracing/events: add missing type info of dynamic arrays by Lai Jiangshan · 15 years ago
  83. 6ff9a64 tracing: do not translate event helper macros in print format by Steven Rostedt · 15 years ago
  84. 56d8bd3 tracing: fix multiple use of __print_flags and __print_symbolic by Steven Whitehouse · 15 years ago
  85. 7fcb7c4 tracing/events: introduce __dynamic_array() by Li Zefan · 15 years ago
  86. a9c1c3a tracing/events: put TP_fast_assign into braces by Li Zefan · 15 years ago
  87. 6e25db4 tracing/events: fix a typo in __string() format output by Li Zefan · 15 years ago
  88. f2aebae ftrace: don't convert function's local variable name in macro by Zhaolei · 15 years ago
  89. 0f4fc29 tracing: add __print_symbolic to trace events by Steven Rostedt · 15 years ago
  90. be74b73 tracing: add __print_flags for events by Steven Rostedt · 15 years ago
  91. b0aae68 tracing/events: change the type of __str_loc_item to unsigned short by Li Zefan · 15 years ago
  92. a118e4d tracing/filters: distinguish between signed and unsigned fields by Tom Zanussi · 15 years ago
  93. b8e6555 tracing: remove deprecated TRACE_FORMAT by Steven Rostedt · 15 years ago
  94. 6a74aa4 tracing/events: protect __get_str() by Frederic Weisbecker · 15 years ago
  95. 9cbf117 tracing/events: provide string with undefined size support by Frederic Weisbecker · 15 years ago
  96. 7a4f453 tracing/events: make struct trace_entry->type to be int type by Li Zefan · 15 years ago
  97. 76aa811 tracing: avoid warnings from zero-arg tracepoints by Jeremy Fitzhardinge · 15 years ago
  98. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  99. f42c85e tracing/events: move the ftrace event tracing code to core by Steven Rostedt · 15 years ago