1. 6224beb tracing: Have branch tracer use recursive field of task struct by Steven Rostedt (Red Hat) · 9 years ago
  2. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  3. fcbc177 Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  4. ff14417 kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup() by Rasmus Villemoes · 9 years ago
  5. 1bb5647 kernel/trace/trace_events_filter.c: use strreplace() by Rasmus Villemoes · 9 years ago
  6. cc9e4bd tracing: Fix typo from "static inlin" to "static inline" by Steven Rostedt (Red Hat) · 9 years ago
  7. 6b88f44 tracing/filter: Do not allow infix to exceed end of string by Steven Rostedt (Red Hat) · 9 years ago
  8. b4875bb tracing/filter: Do not WARN on operand count going below zero by Steven Rostedt (Red Hat) · 9 years ago
  9. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  10. 2cf30dc tracing: Have filter check for balanced ops by Steven Rostedt · 9 years ago
  11. ab1973d bpf: let kprobe programs use bpf_get_smp_processor_id() helper by Alexei Starovoitov · 9 years ago
  12. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 9 years ago
  13. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  14. b44754d ring_buffer: Allow to exit the ring buffer benchmark immediately by Petr Mladek · 9 years ago
  15. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. 1080293 ring-buffer-benchmark: Fix the wrong sched_priority of producer by Wang Long · 9 years ago
  17. 33d657d ring-buffer-benchmark: Fix the wrong type by Wang Long · 9 years ago
  18. 7364e86 ring-buffer-benchmark: Fix the wrong param in module_param by Wang Long · 9 years ago
  19. 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 9 years ago
  20. a497adb ring-buffer: Add enum names for the context levels by Steven Rostedt (Red Hat) · 9 years ago
  21. 3c6296f ring-buffer: Remove useless unused tracing_off_permanent() by Steven Rostedt (Red Hat) · 9 years ago
  22. 289a5a2 ring-buffer: Give NMIs a chance to lock the reader_lock by Steven Rostedt (Red Hat) · 9 years ago
  23. 985e871 ring-buffer: Add trace_recursive checks to ring_buffer_write() by Steven Rostedt (Red Hat) · 9 years ago
  24. 6776221 ring-buffer: Allways do the trace_recursive checks by Steven Rostedt (Red Hat) · 9 years ago
  25. 58a09ec ring-buffer: Move recursive check to per_cpu descriptor by Steven Rostedt (Red Hat) · 9 years ago
  26. 3205f80 ring-buffer: Add unlikelys to make fast path the default by Steven Rostedt (Red Hat) · 9 years ago
  27. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 9 years ago
  28. a723776 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call by Steven Rostedt (Red Hat) · 9 years ago
  29. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 9 years ago
  30. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 9 years ago
  31. 7967b3e tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir by Steven Rostedt (Red Hat) · 9 years ago
  32. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 9 years ago
  33. 609a740 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX by Steven Rostedt (Red Hat) · 9 years ago
  34. 892c505 tracing: Rename ftrace_output functions to trace_output by Steven Rostedt (Red Hat) · 9 years ago
  35. 3f795dc tracing: Rename ftrace_event_buffer to trace_event_buffer. by Steven Rostedt (Red Hat) · 9 years ago
  36. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  37. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 9 years ago
  38. 9023c93 tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() by Steven Rostedt (Red Hat) · 9 years ago
  39. 645df98 tracing: Rename ftrace_print_*() functions ta trace_print_*() by Steven Rostedt (Red Hat) · 9 years ago
  40. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  41. aabfa5f ftrace: Provide trace clock monotonic raw by Drew Richardson · 9 years ago
  42. 7e255d3 tracing: Export tracing clock functions by Jerry Snitselaar · 9 years ago
  43. ac01ce1 tracing: Make ftrace_print_array_seq compute buf_len by Alex Bennée · 9 years ago
  44. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  45. 4f21123 Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  46. 3193899 tracing: Fix possible out of bounds memory access when parsing enums by Steven Rostedt (Red Hat) · 9 years ago
  47. 84fce9d tracing: Fix incorrect enabling of trace events by boot cmdline by Joonsoo Kim · 9 years ago
  48. ef99b88 tracing: Handle ftrace_dump() atomic context in graph_trace_open() by Rabin Vincent · 9 years ago
  49. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 9 years ago
  50. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 9 years ago
  51. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  53. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  54. 9828413 tracing: Add enum_map file to show enums that have been mapped by Steven Rostedt (Red Hat) · 9 years ago
  55. 3673b8e tracing: Allow for modules to convert their enums to values by Steven Rostedt (Red Hat) · 9 years ago
  56. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 9 years ago
  57. 00ccbf2 ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops by Steven Rostedt (Red Hat) · 9 years ago
  58. e1abf2c bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurable by Ingo Molnar · 9 years ago
  59. 9c959c8 tracing: Allow BPF programs to call bpf_trace_printk() by Alexei Starovoitov · 9 years ago
  60. d9847d3 tracing: Allow BPF programs to call bpf_ktime_get_ns() by Alexei Starovoitov · 9 years ago
  61. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 9 years ago
  62. 72cbbc8 tracing: Add kprobe flag by Alexei Starovoitov · 9 years ago
  63. d631c8c ring-buffer: Remove duplicate use of '&' in recursive code by Steven Rostedt (Red Hat) · 9 years ago
  64. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 9 years ago
  65. d9a16d3 trace: Don't use __weak in header files by Stephen Rothwell · 9 years ago
  66. 754cb00 tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flag by He Kuang · 9 years ago
  67. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 9 years ago
  68. 80a9b64 ring-buffer: Replace this_cpu_*() with __this_cpu_*() by Steven Rostedt · 9 years ago
  69. 50f16a8 perf: Remove type specific target pointers by Peter Zijlstra · 9 years ago
  70. 524a386 ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled by Steven Rostedt (Red Hat) · 9 years ago
  71. 1619dc3 ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl by Pratyush Anand · 9 years ago
  72. b24d443 ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl by Steven Rostedt (Red Hat) · 9 years ago
  73. 1a40243 tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  74. 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
  75. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  76. 1e0d671 ring-buffer: Do not wake up a splice waiter when page is not full by Steven Rostedt (Red Hat) · 9 years ago
  77. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  78. 7215853 tracing: Fix unmapping loop in tracing_mark_write by Vikram Mulukutla · 10 years ago
  79. eae4735 tracing: Have mkdir and rmdir be part of tracefs by Steven Rostedt (Red Hat) · 9 years ago
  80. f76180b tracing: Automatically mount tracefs on debugfs/tracing by Steven Rostedt (Red Hat) · 9 years ago
  81. 8434dc9 tracing: Convert the tracing facility over to use tracefs by Steven Rostedt (Red Hat) · 9 years ago
  82. 09d23a1 tracing: Create cmdline tracer options on tracing fs init by Steven Rostedt (Red Hat) · 9 years ago
  83. 0f67f04 tracing: Only create tracer options files if directory exists by Steven Rostedt (Red Hat) · 9 years ago
  84. dfbc153 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs by Steven Rostedt (Red Hat) · 9 years ago
  85. 7eeafbc tracing: Separate out initializing top level dir from instances by Steven Rostedt (Red Hat) · 9 years ago
  86. c602894 tracing: Make tracing_init_dentry_tr() static by Steven Rostedt (Red Hat) · 9 years ago
  87. c9257f7 PM / sleep: export suspend_resume trace event by Todd E Brandt · 10 years ago
  88. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 9 years ago
  89. da19493 trace: Use 64-bit timekeeping by Tina Ruchandani · 9 years ago
  90. 6ea2248 tracing: Add array printing helper by Dave Martin · 9 years ago
  91. f10698e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  92. 69a1c99 tracing: Remove newline from trace_printk warning banner by Borislav Petkov · 9 years ago
  93. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 9 years ago
  94. 3efb5f2 tracing: Remove unneeded includes of debugfs.h and fs.h by Steven Rostedt (Red Hat) · 9 years ago
  95. 23aa4b4 Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  96. ce1039b tracing: Fix enabling of syscall events on the command line by Steven Rostedt (Red Hat) · 9 years ago
  97. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 9 years ago
  98. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 9 years ago
  99. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters by Steven Rostedt (Red Hat) · 9 years ago
  100. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago