1. 2d19bd7 tracing: Add hist_debug trace event files for histogram debugging by Tom Zanussi · 5 years ago
  2. 2768362 tracing: Create set_event_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 5 years ago
  3. b3b1e6e ftrace: Create set_ftrace_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 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. 72f582f Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  6. e3e2a2c tracing: Add trace_get/put_event_file() by Tom Zanussi · 5 years ago
  7. 8cfcf15 tracing: kprobes: Output kprobe event to printk buffer by Masami Hiramatsu · 5 years ago
  8. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  9. 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
  10. 46f5cfc Merge branch 'core/kprobes' into perf/core, to pick up a completed branch by Ingo Molnar · 5 years ago
  11. 3a53acf tracing: Fix lock inversion in trace_event_enable_tgid_record() by Prateek Sood · 5 years ago
  12. a3d1e7e simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems by Al Viro · 5 years ago
  13. 2040cf9 Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts by Ingo Molnar · 5 years ago
  14. 6c3edaf tracing: Introduce trace event injection by Cong Wang · 5 years ago
  15. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  16. 2887978 tracing: Adding new functions for kernel access to Ftrace instances by Divya Indi · 5 years ago
  17. 953ae45 tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 6 years ago
  18. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  19. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  20. aa07d71 tracing: Have trace events system open call tracing_open_generic_tr() by Steven Rostedt (VMware) · 5 years ago
  21. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  22. 595a438 tracing: Make exported ftrace_set_clr_event non-static by Denis Efremov · 6 years ago
  23. 30c9370 tracing: Use CONFIG_PREEMPTION by Thomas Gleixner · 6 years ago
  24. 0aeb1de tracing: Make trace_get_fields() global by Cong Wang · 6 years ago
  25. b3015fe tracing: Make a separate config for trace event self tests by Steven Rostedt (VMware) · 6 years ago
  26. cbe08bc tracing: Fix partial reading of trace event's id file by Elazar Leibovich · 6 years ago
  27. f45d122 tracing: Kernel access to Ftrace instances by Divya Indi · 6 years ago
  28. b6b2735 tracing: Use str_has_prefix() instead of using fixed sizes by Steven Rostedt (VMware) · 6 years ago
  29. 7e1413e tracing: Consolidate trace_add/remove_event_call back to the nolock functions by Steven Rostedt (VMware) · 6 years ago
  30. fc800a1 tracing: Lock event_mutex before synth_event_mutex by Masami Hiramatsu · 6 years ago
  31. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 7 years ago
  32. e0a568d tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister() by Steven Rostedt (VMware) · 7 years ago
  33. da25a67 trace: Use rcu_dereference_raw for hooks from trace-event subsystem by Joel Fernandes (Google) · 7 years ago
  34. 5d948c8 tracing: Do not show filter file for ftrace internal events by Steven Rostedt (VMware) · 7 years ago
  35. 58b9254 tracing: Have event_trace_init() called by trace_init_tracefs() by Steven Rostedt (VMware) · 7 years ago
  36. 3c96529 tracing: Add __find_event_file() to find event files without restrictions by Steven Rostedt (VMware) · 7 years ago
  37. f4d0706 tracing: Make sure the parsed string always terminates with '\0' by Changbin Du · 7 years ago
  38. 1ebe1ea tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  39. 12ecef0 tracing: Reverse the order of trace_types_lock and event_mutex by Steven Rostedt (VMware) · 7 years ago
  40. 7685ab6 tracing: Fix clear of RECORDED_TGID flag when disabling trace event by Chunyu Hu · 8 years ago
  41. 065e63f tracing: Only have rmmod clear buffers that its events were active in by Steven Rostedt (VMware) · 8 years ago
  42. d914ba3 tracing: Add support for recording tgid of tasks by Joel Fernandes · 8 years ago
  43. 67ec0d8 tracing: Rename enum_replace to eval_replace by Jeremy Linton · 8 years ago
  44. f57a414 trace: rename enum_map functions by Jeremy Linton · 8 years ago
  45. 00f4b65 trace: rename trace_enum_map to trace_eval_map by Jeremy Linton · 8 years ago
  46. 6e44431 tracing/ftrace: Add a better way to pass data via the probe functions by Steven Rostedt (VMware) · 8 years ago
  47. 7b60f3d ftrace: Dynamically create the probe ftrace_ops for the trace_array by Steven Rostedt (VMware) · 8 years ago
  48. b5f081b tracing: Pass the trace_array into ftrace_probe_ops functions by Steven Rostedt (VMware) · 8 years ago
  49. 04ec7bb tracing: Have the trace_array hold the list of registered func probes by Steven Rostedt (VMware) · 8 years ago
  50. d3d532d ftrace: Have unregister_ftrace_function_probe_func() return a value by Steven Rostedt (VMware) · 8 years ago
  51. 1a48df0 ftrace: Remove data field from ftrace_func_probe structure by Steven Rostedt (VMware) · 8 years ago
  52. 41794f1 ftrace: Added ftrace_func_mapper for function probe triggers by Steven Rostedt (VMware) · 8 years ago
  53. bca6c8d ftrace: Pass probe ops to probe function by Steven Rostedt (VMware) · 8 years ago
  54. 989a0a3 tracing: Have system enable return error if one of the events fail by Steven Rostedt (Red Hat) · 8 years ago
  55. 42391745 tracing: Make tracepoint_printk a static_key by Steven Rostedt (Red Hat) · 8 years ago
  56. 7d43640 tracing: Add error checks to creation of event files by Steven Rostedt (Red Hat) · 8 years ago
  57. e947841 tracing: Show the preempt count of when the event was called by Steven Rostedt (Red Hat) · 9 years ago
  58. 76c813e tracing: Move pid_list write processing into its own function by Steven Rostedt (Red Hat) · 9 years ago
  59. 5cc8976 tracing: Move the pid_list seq_file functions to be global by Steven Rostedt (Red Hat) · 9 years ago
  60. d8275c4 tracing: Move filtered_pid helper functions into trace.c by Steven Rostedt · 9 years ago
  61. 4e267db tracing: Make the pid filtering helper functions global by Steven Rostedt · 9 years ago
  62. 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
  63. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  64. 0fc1b09 tracing: Use temp buffer when filtering events by Steven Rostedt (Red Hat) · 9 years ago
  65. 854145e tracing: Don't display trigger file for events that can't be enabled by Chunyu Hu · 9 years ago
  66. 9b9db27 tracing: Remove one use of trace_current_buffer_lock_reserve() by Steven Rostedt (Red Hat) · 9 years ago
  67. 7ef224d tracing: Add 'hist' event trigger command by Tom Zanussi · 9 years ago
  68. c37775d tracing: Add infrastructure to allow set_event_pid to follow children by Steven Rostedt · 9 years ago
  69. f4d34a8 tracing: Use pid bitmap instead of a pid array for set_event_pid by Steven Rostedt · 9 years ago
  70. 9ebc57c tracing: Rename check_ignore_pid() to ignore_this_task() by Steven Rostedt · 9 years ago
  71. 32bbe00 bpf: sanitize bpf tracepoint access by Alexei Starovoitov · 9 years ago
  72. e57cbaf tracing: Do not have 'comm' filter override event 'comm' field by Steven Rostedt (Red Hat) · 9 years ago
  73. d045437 tracing: Fix showing function event in available_events by Steven Rostedt (Red Hat) · 9 years ago
  74. 70f6cbb kernel/*: switch to memdup_user_nul() by Al Viro · 9 years ago
  75. 0f72e37 tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter by Steven Rostedt (Red Hat) · 9 years ago
  76. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  77. 43ed384 tracing: Put back comma for empty fields in boot string parsing by Steven Rostedt (Red Hat) · 9 years ago
  78. 799fd44 tracing: Call on_each_cpu() when adding or removing single pids from set_event_pid by Steven Rostedt (Red Hat) · 9 years ago
  79. fb66228 tracing: Fix sparse RCU warning by Steven Rostedt (Red Hat) · 9 years ago
  80. 8ca532a tracing: Check all tasks on each CPU when filtering pids by Steven Rostedt (Red Hat) · 9 years ago
  81. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  82. 4909010 tracing: Add set_event_pid directory for future use by Steven Rostedt (Red Hat) · 9 years ago
  83. 79ac6ef tracing: Use kstrdup_const instead of private implementation by Rasmus Villemoes · 9 years ago
  84. 2d34f48 tracing: Make ftrace_trace_stack() depend on general trace_array flag by Steven Rostedt (Red Hat) · 9 years ago
  85. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  86. b7f0c95 tracing: Pass trace_array into trace_buffer_unlock_commit() by Steven Rostedt (Red Hat) · 9 years ago
  87. 9f61668 tracing: Allow triggers to filter for CPU ids and process names by Daniel Wagner · 10 years ago
  88. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 10 years ago
  89. 7967b3e tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir by Steven Rostedt (Red Hat) · 10 years ago
  90. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 10 years ago
  91. 3f795dc tracing: Rename ftrace_event_buffer to trace_event_buffer. by Steven Rostedt (Red Hat) · 10 years ago
  92. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  93. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  94. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 10 years ago
  95. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. 4f21123 Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  97. 3193899 tracing: Fix possible out of bounds memory access when parsing enums by Steven Rostedt (Red Hat) · 10 years ago
  98. 84fce9d tracing: Fix incorrect enabling of trace events by boot cmdline by Joonsoo Kim · 10 years ago
  99. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  100. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago