1. ff89510 tracing: Save off entry when peeking at next entry by Steven Rostedt (VMware) · 4 years, 10 months ago
  2. 61a7595 Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  3. 7276531 tracing: Consolidate trace() functions by Tom Zanussi · 5 years ago
  4. 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
  5. 2b90927 tracing: Use seq_buf for building dynevent_cmd string by Tom Zanussi · 5 years ago
  6. 2a588dd tracing: Add kprobe event command generation functions by Tom Zanussi · 5 years ago
  7. 8dcc53a tracing: Add synth_event_trace() and related functions by Tom Zanussi · 5 years ago
  8. 35ca520 tracing: Add synthetic event command generation functions by Tom Zanussi · 5 years ago
  9. 86c5426 tracing: Add dynamic event command creation interface by Tom Zanussi · 5 years ago
  10. f5f6b25 tracing: Add synth_event_delete() by Tom Zanussi · 5 years ago
  11. e3e2a2c tracing: Add trace_get/put_event_file() by Tom Zanussi · 5 years ago
  12. 8cfcf15 tracing: kprobes: Output kprobe event to printk buffer by Masami Hiramatsu · 5 years ago
  13. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  14. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  15. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  16. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  17. 2887978 tracing: Adding new functions for kernel access to Ftrace instances by Divya Indi · 5 years ago
  18. ef56e04 tracing: Use seq_buf_hex_dump() to dump buffers by Piotr Maziarz · 5 years ago
  19. 595a438 tracing: Make exported ftrace_set_clr_event non-static by Denis Efremov · 6 years ago
  20. 0aeb1de tracing: Make trace_get_fields() global by Cong Wang · 6 years ago
  21. 46710f3 tracing: Pass type into tracing_generic_entry_update() by Cong Wang · 6 years ago
  22. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  23. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago
  24. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  25. c94e45b tracing: Do not reference event data in post call triggers by Steven Rostedt (VMware) · 7 years ago
  26. 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  27. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  28. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  29. c4f6699 bpf: introduce BPF_RAW_TRACEPOINT by Alexei Starovoitov · 7 years ago
  30. 1ac4f51 tracing: Give event triggers access to ring_buffer_event by Tom Zanussi · 7 years ago
  31. 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  32. 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
  33. e12f03d perf/core: Implement the 'perf_kprobe' PMU by Song Liu · 7 years ago
  34. f4e2298 bpf/tracing: fix kernel/events/core.c compilation error by Yonghong Song · 7 years ago
  35. 9802d86 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  36. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  37. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  38. dd0bb68 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  39. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. e87c6bc bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  42. 466c81c perf/ftrace: Fix function trace events by Peter Zijlstra · 7 years ago
  43. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  44. ec9dd35 bpf: one perf event close won't free bpf program attached by another perf event by Yonghong Song · 7 years ago
  45. 42c8e86 Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  46. 065e63f tracing: Only have rmmod clear buffers that its events were active in by Steven Rostedt (VMware) · 7 years ago
  47. 75e8387 perf/ftrace: Fix double traces of perf on ftrace:function by Zhou Chengming · 7 years ago
  48. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  49. d914ba3 tracing: Add support for recording tgid of tasks by Joel Fernandes · 8 years ago
  50. af0009f tracing: Move trace_handle_return() out of line by Steven Rostedt (VMware) · 8 years ago
  51. d3213e8 tracing: add __print_flags_u64() by Ross Zwisler · 8 years ago
  52. 3898fac trace: rename trace_print_hex_seq arg and add kdoc by Daniel Borkmann · 8 years ago
  53. 2acae0d trace: add variant without spacing in trace_print_hex_seq by Daniel Borkmann · 8 years ago
  54. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  55. dcb0b55 tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic by Steven Rostedt (Red Hat) · 9 years ago
  56. 904d185 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  57. a9fe48d tracing: Remove unused function trace_current_buffer_discard_commit() by Steven Rostedt (Red Hat) · 9 years ago
  58. fa66ddb tracing: Move trace_buffer_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 9 years ago
  59. 65da9a0 tracing: Make filter_check_discard() local by Steven Rostedt (Red Hat) · 9 years ago
  60. dad56ee tracing: Move event_trigger_unlock_commit{_regs}() to local header by Steven Rostedt (Red Hat) · 9 years ago
  61. 85b67bc perf, bpf: minimize the size of perf_trace_() tracepoint handler by Alexei Starovoitov · 9 years ago
  62. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 9 years ago
  63. 7ef224d tracing: Add 'hist' event trigger command by Tom Zanussi · 9 years ago
  64. 32bbe00 bpf: sanitize bpf tracepoint access by Alexei Starovoitov · 9 years ago
  65. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 9 years ago
  66. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  67. 20f6e03 tracepoints: move trace_print_flags definitions to tracepoint-defs.h by Vlastimil Babka · 9 years ago
  68. c4a5923 tracing: Add event record param to trigger_ops.func() by Tom Zanussi · 9 years ago
  69. e57cbaf tracing: Do not have 'comm' filter override event 'comm' field by Steven Rostedt (Red Hat) · 9 years ago
  70. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  71. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  72. 4190741 tracing: Remove unused function trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  73. 04a22fa tracing, perf: Implement BPF programs attached to uprobes by Wang Nan · 10 years ago
  74. 098d216 bpf: Use correct #ifdef controller for trace_call_bpf() by Wang Nan · 10 years ago
  75. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 10 years ago
  76. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 10 years ago
  77. 7967b3e tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir by Steven Rostedt (Red Hat) · 10 years ago
  78. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 10 years ago
  79. 609a740 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX by Steven Rostedt (Red Hat) · 10 years ago
  80. 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 10 years ago
  81. 3f795dc tracing: Rename ftrace_event_buffer to trace_event_buffer. by Steven Rostedt (Red Hat) · 10 years ago
  82. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  83. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  84. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  85. 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 10 years ago
  86. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago[Renamed from include/linux/ftrace_event.h]
  87. f267caa tracing: Remove unused prototype ftrace_event_define_field() by Steven Rostedt (Red Hat) · 10 years ago
  88. 755a27e tracing: remove unused ftrace_output_event() prototype by Nicolas Iooss · 10 years ago
  89. ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 10 years ago
  90. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  92. acd388f tracing: Give system name a pointer by Steven Rostedt (Red Hat) · 10 years ago
  93. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 10 years ago
  94. 72cbbc8 tracing: Add kprobe flag by Alexei Starovoitov · 10 years ago
  95. 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
  96. 6ea2248 tracing: Add array printing helper by Dave Martin · 10 years ago
  97. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  98. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  99. c23190c Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  100. 3c49b52 tracing: Do not do anything special with tracepoint_string when tracing is disabled by Steven Rostedt · 10 years ago