1. c6d777a tracing/perf: Avoid -Warray-bounds warning for __rel_loc macro by Kees Cook · 3 years ago
  2. 58c5724 tracing: Avoid -Warray-bounds warning for __rel_loc macro by Masami Hiramatsu · 3 years ago
  3. 55de2c0 tracing: Add '__rel_loc' using trace event macros by Masami Hiramatsu · 3 years, 1 month ago
  4. 883b4ae tracing: Add trace_event helper macros __string_len() and __assign_str_len() by Steven Rostedt (VMware) · 3 years, 5 months ago
  5. 62de4f2 trace: Add __print_ns_to_secs() and __print_ns_without_secs() helpers by Steven Rostedt · 3 years, 6 months ago
  6. 1600cbc tracing: Update the stage 3 of trace event macro comment by Masami Hiramatsu · 4 years, 2 months ago
  7. efbbdaa tracing: Show real address for trace event arguments by Masami Hiramatsu · 4 years, 2 months ago
  8. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  9. e6bc5b3 tracing: not necessary to define DEFINE_EVENT_PRINT to be empty again by Wei Yang · 4 years, 7 months ago
  10. 61df16f tracing: define DEFINE_EVENT_PRINT not related to DEFINE_EVENT by Wei Yang · 4 years, 7 months ago
  11. b6f9eb8 tracing: not necessary re-define DEFINE_EVENT_PRINT by Wei Yang · 4 years, 7 months ago
  12. e8cf9c8 tracing: not necessary to undefine DEFINE_EVENT again by Wei Yang · 4 years, 7 months ago
  13. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  14. eba12ab tracing: Fix comments about trace/ftrace.h by Hou Pengyang · 10 years ago
  15. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  16. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  17. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  18. 02a65a0 tracing: Fix __print_hex_dump scope by Piotr Maziarz · 5 years ago
  19. ef56e04 tracing: Use seq_buf_hex_dump() to dump buffers by Piotr Maziarz · 5 years ago
  20. 4a0772c tracing: Prevent further users of zero size static arrays in trace events by Steven Rostedt (VMware) · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 4f0dfd7 tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values by Jeremy Linton · 8 years ago
  23. 00f4b65 trace: rename trace_enum_map to trace_eval_map by Jeremy Linton · 8 years ago
  24. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  25. d3213e8 tracing: add __print_flags_u64() by Ross Zwisler · 8 years ago
  26. 3898fac trace: rename trace_print_hex_seq arg and add kdoc by Daniel Borkmann · 8 years ago
  27. 2acae0d trace: add variant without spacing in trace_print_hex_seq by Daniel Borkmann · 8 years ago
  28. 934de5f tracing: Use outer () on __get_str() definition by Daniel Bristot de Oliveira · 8 years ago
  29. e93735b perf: remove unused __addr variable by Alexei Starovoitov · 9 years ago
  30. 2701121 tracing: Introduce TRACE_EVENT_FN_COND macro by Denis Kirjanov · 9 years ago
  31. 46ac518 tracing: Move non perf code out of perf.h by Steven Rostedt (Red Hat) · 9 years ago
  32. d0ee8f4 tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() by Steven Rostedt (Red Hat) · 10 years ago
  33. 33d0f35 tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call() by Steven Rostedt (Red Hat) · 10 years ago
  34. 3ad017b tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call by Steven Rostedt (Red Hat) · 10 years ago
  35. 62323a1 tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call by Steven Rostedt (Red Hat) · 10 years ago
  36. a723776 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call by Steven Rostedt (Red Hat) · 10 years ago
  37. 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 10 years ago
  38. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  39. 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 10 years ago
  40. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  41. ee53bbd tracing: Move the perf code out of trace_event.h by Steven Rostedt (Red Hat) · 10 years ago
  42. 2167ae7 tracing: Rename trace/ftrace.h to trace/trace_events.h by Steven Rostedt (Red Hat) · 10 years ago[Renamed from include/trace/ftrace.h]
  43. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  44. acd388f tracing: Give system name a pointer by Steven Rostedt (Red Hat) · 10 years ago
  45. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  46. 6ea2248 tracing: Add array printing helper by Dave Martin · 10 years ago
  47. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  48. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  49. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  50. 4d4c9cc tracing: Add __field_struct macro for TRACE_EVENT() by Steven Rostedt · 11 years ago
  51. beba4bb tracing: Add __get_dynamic_array_len() macro for trace events by Steven Rostedt (Red Hat) · 11 years ago
  52. 4449bf9 tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks by Steven Rostedt (Red Hat) · 11 years ago
  53. abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 11 years ago
  54. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
  55. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  56. bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 11 years ago
  57. 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 11 years ago
  58. 114e7b5 tracing: Evaluate len expression only once in __dynamic_array macro by Filipe Brandenburger · 11 years ago
  59. 5859fa1 tracing: Correctly expand len expressions from __dynamic_array macro by Filipe Brandenburger · 11 years ago
  60. 3fd40d1 tracing: Use helper functions in event assignment to shrink macro size by Steven Rostedt · 12 years ago
  61. 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
  62. 1d6bae9 tracing: Move raw output code from macro to standalone function by Steven Rostedt · 12 years ago
  63. 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 11 years ago
  64. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  65. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  66. e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 4e58e54 tracing: Allow events to have NULL strings by Steven Rostedt (Red Hat) · 11 years ago
  68. d5b5f39 ftrace, perf: Avoid infinite event generation loop by Peter Zijlstra · 11 years ago
  69. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  70. d027e6a tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible by Oleg Nesterov · 11 years ago
  71. 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
  72. 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
  73. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 12 years ago
  74. f5abaa1 tracing: Add DEFINE_EVENT_FN() macro by Steven Rostedt · 12 years ago
  75. c192c83 tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT by zhangwei(Jovi) · 12 years ago
  76. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 12 years ago
  77. 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 12 years ago
  78. 7e4f44b tracing: Annotate event field-defining functions with __init by Li Zefan · 12 years ago
  79. f71130d tracing: Add a helper function for event print functions by Li Zefan · 12 years ago
  80. ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 12 years ago
  81. ae63b31e tracing: Separate out trace events from global variables by Steven Rostedt · 13 years ago
  82. 1c7d667 tracing: Kill unused and puzzled sample code in ftrace.h by Shan Wei · 12 years ago
  83. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  84. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  85. b102f1d tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepoint by Namhyung Kim · 13 years ago
  86. 92e5193 perf: Fix counter of ftrace events by Andrew Vagin · 13 years ago
  87. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 14 years ago
  88. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
  89. 0429578 tracing/events: Show real number in array fields by Steven Rostedt · 14 years ago
  90. 53cf810b tracing: Allow syscall trace events for non privileged users by Frederic Weisbecker · 14 years ago
  91. 1ed0c59 tracing: New macro to set up initial event flags value by Frederic Weisbecker · 14 years ago
  92. 819ce45 tracing: Drop cpparg() macro by Frederic Weisbecker · 14 years ago
  93. bc289ae tracing: Reduce latency and remove percpu trace_seq by Lai Jiangshan · 15 years ago
  94. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 15 years ago
  95. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
  96. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 15 years ago
  97. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
  98. 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 · 15 years ago
  99. 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 15 years ago
  100. 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 · 15 years ago