1. 78baab7 Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  2. e57cbaf tracing: Do not have 'comm' filter override event 'comm' field by Steven Rostedt (Red Hat) · 9 years ago
  3. 5bb9871 Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  4. d045437 tracing: Fix showing function event in available_events by Steven Rostedt (Red Hat) · 9 years ago
  5. 4de8ebe Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  6. 6e22c83 tracing, kasan: Silence Kasan warning in check_stack of stack_tracer by Yang Shi · 9 years ago
  7. 705d43d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  8. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 9 years ago
  9. ef582d0 Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  10. 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. 6ccd837 tracing/stacktrace: Show entire trace if passed in function not found by Steven Rostedt · 9 years ago
  12. e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 9 years ago
  13. 26cd836 Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  14. 7717c6b tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs() by Steven Rostedt (Red Hat) · 9 years ago
  15. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  16. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 5156dca ftrace: Fix the race between ftrace and insmod by Qiu Peiyang · 9 years ago
  18. b7ffffb ftrace: Add infrastructure for delayed enabling of module functions by Steven Rostedt (Red Hat) · 9 years ago
  19. f36d1be tracing: Fix setting of start_index in find_next() by Qiu Peiyang · 9 years ago
  20. 70f6cbb kernel/*: switch to memdup_user_nul() by Al Viro · 9 years ago
  21. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  22. 05a724b tracing: Fix comment to use tracing_on over tracing_enable by Chuyu Hu · 9 years ago
  23. 97e9b4f ftrace: Clean up ftrace_module_init() code by Steven Rostedt (Red Hat) · 9 years ago
  24. b6b71f6 ftrace: Join functions ftrace_module_init() and ftrace_init_module() by Abel Vesa · 9 years ago
  25. 27dff4e bpf: Constify bpf_verifier_ops structure by Julia Lawall · 9 years ago
  26. c68c0fa ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too by Steven Rostedt (Red Hat) · 9 years ago
  27. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 9 years ago
  28. 030f4e1 ftrace: Fix output of enabled_functions for showing tramp by Steven Rostedt (Red Hat) · 9 years ago
  29. b8ec330 ftrace: Fix a typo in comment by Li Bin · 9 years ago
  30. 51825c8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 0f72e37 tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter by Steven Rostedt (Red Hat) · 9 years ago
  32. 39daa7b ftrace: Show all tramps registered to a record on ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  33. b05086c ftrace: Add variable ftrace_expected for archs to show expected code by Steven Rostedt (Red Hat) · 9 years ago
  34. 02a392a ftrace: Add new type to distinguish what kind of ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  35. 4e4a4d7 tracing: Update cond flag when enabling or disabling a trigger by Tom Zanussi · 9 years ago
  36. 4239c38 ring-buffer: Process commits whenever moving to a new page. by Steven Rostedt (Red Hat) · 9 years ago
  37. 7000498 ring-buffer: Remove redundant update of page timestamp by Steven Rostedt (Red Hat) · 9 years ago
  38. 8573636 ring-buffer: Use READ_ONCE() for most tail_page access by Steven Rostedt (Red Hat) · 9 years ago
  39. bd1b7cd ring-buffer: Put back the length if crossed page with add_timestamp by Steven Rostedt (Red Hat) · 9 years ago
  40. b81f472 ring-buffer: Update read stamp with first real commit on page by Steven Rostedt (Red Hat) · 9 years ago
  41. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  42. 0e97606 Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  43. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  44. a31d82d bpf_trace: Make dependent on PERF_EVENTS by Steven Rostedt · 9 years ago
  45. e428abb tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set by Chen Gang · 9 years ago
  46. 03e88ae6 tracing: Remove unused ftrace_cpu_disabled per cpu variable by Dmitry Safonov · 9 years ago
  47. 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
  48. 8b12919 tracing: Make tracing work when debugfs is not configured in by Jiaxing Wang · 9 years ago
  49. d9734e0 Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  50. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  51. 43ed384 tracing: Put back comma for empty fields in boot string parsing by Steven Rostedt (Red Hat) · 9 years ago
  52. a4d1e68 tracing: Apply tracer specific options from kernel command line. by Jiaxing Wang · 9 years ago
  53. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. 54ed144 ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmark by Steven Rostedt (Red Hat) · 9 years ago
  55. 919cd97 tracing: Allow dumping traces without tracking trace started cpus by Sasha Levin · 9 years ago
  56. f47cb66 ring_buffer: Fix more races when terminating the producer in the benchmark by Petr Mladek · 9 years ago
  57. 8b46ff6 ring_buffer: Do no not complete benchmark reader too early by Petr Mladek · 9 years ago
  58. fb8c229 tracing: Remove redundant TP_ARGS redefining by Dmitry Safonov · 9 years ago
  59. d332736 tracing: Rename max_stack_lock to stack_trace_max_lock by Steven Rostedt (Red Hat) · 9 years ago
  60. bb99d8c tracing: Allow arch-specific stack tracer by AKASHI Takahiro · 9 years ago
  61. c6650b2 tracing: ftrace_event_is_function() can return boolean by Yaowei Bai · 9 years ago
  62. 907bff9 tracing: is_legal_op() can return boolean by Yaowei Bai · 9 years ago
  63. cdb2a0a9 ring-buffer: rb_event_is_commit() can return boolean by Yaowei Bai · 9 years ago
  64. da58834 ring-buffer: rb_per_cpu_empty() can return boolean by Yaowei Bai · 9 years ago
  65. 3d4e204 ring_buffer: ring_buffer_empty{cpu}() can return boolean by Yaowei Bai · 9 years ago
  66. 06ca320 ring-buffer: rb_is_reader_page() can return boolean by Yaowei Bai · 9 years ago
  67. 7985182 tracing: report_latency() in trace_irqsoff.c can return boolean by Yaowei Bai · 9 years ago
  68. 26ab2ef tracing: report_latency() in trace_sched_wakeup.c can return boolean by Yaowei Bai · 9 years ago
  69. 681a4a2 tracing: Update instance_rmdir() to use tracefs_remove_recursive by Jiaxing Wang · 9 years ago
  70. bdb5d0f tracing: Only benchmark the time tracepoints take if tracing is on by Chunyan Zhang · 9 years ago
  71. 799fd44 tracing: Call on_each_cpu() when adding or removing single pids from set_event_pid by Steven Rostedt (Red Hat) · 9 years ago
  72. b75ec3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  73. cdea01b blktrace: re-write setting q->blk_trace by Davidlohr Bueso · 9 years ago
  74. 1075ef5 bpf: make tracing helpers gpl only by Alexei Starovoitov · 9 years ago
  75. 62544ce bpf: fix bpf_perf_event_read() helper by Alexei Starovoitov · 9 years ago
  76. fb66228 tracing: Fix sparse RCU warning by Steven Rostedt (Red Hat) · 9 years ago
  77. 8ca532a tracing: Check all tasks on each CPU when filtering pids by Steven Rostedt (Red Hat) · 9 years ago
  78. 3fdaf80 tracing: Implement event pid filtering by Steven Rostedt (Red Hat) · 9 years ago
  79. 4909010 tracing: Add set_event_pid directory for future use by Steven Rostedt (Red Hat) · 9 years ago
  80. a43eec3 bpf: introduce bpf_perf_event_output() helper by Alexei Starovoitov · 9 years ago
  81. 3061692 tracing: Remove {start,stop}_branch_trace by Dmitry Safonov · 9 years ago
  82. ddd7028 tracing: gpio: Add Kconfig option for enabling/disabling trace events by Tal Shorer · 10 years ago
  83. 1904be1 tracing: Do not allow stack_tracer to record stack in NMI by Steven Rostedt (Red Hat) · 9 years ago
  84. 0b507e1 ftrace: add module globbing by Dmitry Safonov · 9 years ago
  85. 3ba0092 ftrace: Introduce ftrace_glob structure by Dmitry Safonov · 9 years ago
  86. a2d7629 tracing: Have stack tracer force RCU to be watching by Steven Rostedt (Red Hat) · 9 years ago
  87. f0a3b15 ftrace: Clarify code for mod command by Dmitry Safonov · 9 years ago
  88. 5e3949f ftrace: Remove redundant strsep in mod_callback by Dmitry Safonov · 9 years ago
  89. c73464b sched/core: Fix trace_sched_switch() by Peter Zijlstra · 9 years ago
  90. 6db0290 ftrace: Remove redundant swap function by Rasmus Villemoes · 9 years ago
  91. 79ac6ef tracing: Use kstrdup_const instead of private implementation by Rasmus Villemoes · 9 years ago
  92. 37aea98 tracing: Add trace options for tracer options to instances by Steven Rostedt (Red Hat) · 9 years ago
  93. 1627014 tracing: Add trace options for core options to instances by Steven Rostedt (Red Hat) · 9 years ago
  94. 2d34f48 tracing: Make ftrace_trace_stack() depend on general trace_array flag by Steven Rostedt (Red Hat) · 9 years ago
  95. 9a38a88 tracing: Add a method to pass in trace_array descriptor to option files by Steven Rostedt (Red Hat) · 9 years ago
  96. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  97. 5557720 tracing: Move sleep-time and graph-time options out of the core trace_flags by Steven Rostedt (Red Hat) · 9 years ago
  98. b9f9108 tracing: Remove access to trace_flags in trace_printk.c by Steven Rostedt (Red Hat) · 9 years ago
  99. b5e87c0 tracing: Add build bug if we have more trace_flags than bits by Steven Rostedt (Red Hat) · 9 years ago
  100. 41d9c0b tracing: Always show all tracer options in the options directory by Steven Rostedt (Red Hat) · 9 years ago