1. 934de5f tracing: Use outer () on __get_str() definition by Daniel Bristot de Oliveira · 8 years ago
  2. e93735b perf: remove unused __addr variable by Alexei Starovoitov · 8 years ago
  3. 2701121 tracing: Introduce TRACE_EVENT_FN_COND macro by Denis Kirjanov · 8 years ago
  4. 46ac518 tracing: Move non perf code out of perf.h by Steven Rostedt (Red Hat) · 9 years ago
  5. d0ee8f4 tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() by Steven Rostedt (Red Hat) · 9 years ago
  6. 33d0f35 tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call() by Steven Rostedt (Red Hat) · 9 years ago
  7. 3ad017b tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call by Steven Rostedt (Red Hat) · 9 years ago
  8. 62323a1 tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call by Steven Rostedt (Red Hat) · 9 years ago
  9. a723776 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call by Steven Rostedt (Red Hat) · 9 years ago
  10. 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 9 years ago
  11. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  12. 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 9 years ago
  13. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  14. ee53bbd tracing: Move the perf code out of trace_event.h by Steven Rostedt (Red Hat) · 9 years ago
  15. 2167ae7 tracing: Rename trace/ftrace.h to trace/trace_events.h by Steven Rostedt (Red Hat) · 9 years ago[Renamed from include/trace/ftrace.h]
  16. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 9 years ago
  17. acd388f tracing: Give system name a pointer by Steven Rostedt (Red Hat) · 9 years ago
  18. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  19. 6ea2248 tracing: Add array printing helper by Dave Martin · 9 years ago
  20. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 9 years ago
  21. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 9 years ago
  22. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 9 years ago
  23. 4d4c9cc tracing: Add __field_struct macro for TRACE_EVENT() by Steven Rostedt · 10 years ago
  24. beba4bb tracing: Add __get_dynamic_array_len() macro for trace events by Steven Rostedt (Red Hat) · 10 years ago
  25. 4449bf9 tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks by Steven Rostedt (Red Hat) · 10 years ago
  26. abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 10 years ago
  27. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 10 years ago
  28. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  29. bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 10 years ago
  30. 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 10 years ago
  31. 114e7b5 tracing: Evaluate len expression only once in __dynamic_array macro by Filipe Brandenburger · 10 years ago
  32. 5859fa1 tracing: Correctly expand len expressions from __dynamic_array macro by Filipe Brandenburger · 10 years ago
  33. 3fd40d1 tracing: Use helper functions in event assignment to shrink macro size by Steven Rostedt · 12 years ago
  34. 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
  35. 1d6bae9 tracing: Move raw output code from macro to standalone function by Steven Rostedt · 12 years ago
  36. 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 10 years ago
  37. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  38. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  39. e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  40. 4e58e54 tracing: Allow events to have NULL strings by Steven Rostedt (Red Hat) · 10 years ago
  41. d5b5f39 ftrace, perf: Avoid infinite event generation loop by Peter Zijlstra · 10 years ago
  42. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  43. d027e6a tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible by Oleg Nesterov · 11 years ago
  44. 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
  45. 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
  46. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 11 years ago
  47. f5abaa1 tracing: Add DEFINE_EVENT_FN() macro by Steven Rostedt · 11 years ago
  48. c192c83 tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT by zhangwei(Jovi) · 11 years ago
  49. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 11 years ago
  50. 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 11 years ago
  51. 7e4f44b tracing: Annotate event field-defining functions with __init by Li Zefan · 11 years ago
  52. f71130d tracing: Add a helper function for event print functions by Li Zefan · 11 years ago
  53. ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 12 years ago
  54. ae63b31e tracing: Separate out trace events from global variables by Steven Rostedt · 12 years ago
  55. 1c7d667 tracing: Kill unused and puzzled sample code in ftrace.h by Shan Wei · 12 years ago
  56. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  57. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  58. b102f1d tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepoint by Namhyung Kim · 12 years ago
  59. 92e5193 perf: Fix counter of ftrace events by Andrew Vagin · 13 years ago
  60. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 13 years ago
  61. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 13 years ago
  62. 0429578 tracing/events: Show real number in array fields by Steven Rostedt · 13 years ago
  63. 53cf810b tracing: Allow syscall trace events for non privileged users by Frederic Weisbecker · 13 years ago
  64. 1ed0c59 tracing: New macro to set up initial event flags value by Frederic Weisbecker · 13 years ago
  65. 819ce45 tracing: Drop cpparg() macro by Frederic Weisbecker · 14 years ago
  66. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 14 years ago
  67. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 14 years ago
  68. 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
  69. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 14 years ago
  70. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 14 years ago
  71. 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
  72. 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 14 years ago
  73. 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
  74. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  75. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  76. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  77. 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
  78. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago
  79. 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
  80. 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
  81. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  82. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 14 years ago
  83. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 14 years ago
  84. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 14 years ago
  85. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  86. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  87. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 14 years ago
  88. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  89. 5a2e399 [SCSI] ftrace: add __print_hex() by Kei Tokunaga · 14 years ago
  90. 6cc8a7c perf: Fetch hot regs from the template caller by Frederic Weisbecker · 14 years ago
  91. 50354a8 tracing: Update comments by Li Zefan · 14 years ago
  92. 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
  93. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago
  94. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 14 years ago
  95. 8d53dd5 rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() by Paul E. McKenney · 14 years ago
  96. 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
  97. 86c38a3 tracing: Fix ftrace_event_call alignment for use with gcc 4.5 by Jeff Mahoney · 14 years ago
  98. 83f0d53 tracing: Add notrace to TRACE_EVENT implementation functions by Steven Rostedt · 14 years ago
  99. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  100. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago