1. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  2. d08e411 tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments() by Steven Rostedt (Red Hat) · 8 years ago
  3. 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
  4. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. e87c6bc bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  7. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  8. 609320c perf/bpf: fix a clang compilation issue by Yonghong Song · 7 years ago
  9. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  10. 75e8387 perf/ftrace: Fix double traces of perf on ftrace:function by Zhou Chengming · 7 years ago
  11. cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 7 years ago
  12. d282b9c tracing/syscalls: fix multiline in error message text by Colin Ian King · 8 years ago
  13. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 9 years ago
  14. 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
  15. dbfeaa7 tracing: Add get_syscall_name() by Tom Zanussi · 9 years ago
  16. 026842d tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr: by Taeung Song · 9 years ago
  17. 983f938 tracing: Move trace_flags from global to a trace_array field by Steven Rostedt (Red Hat) · 9 years ago
  18. 09a5059 tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() by Steven Rostedt (Red Hat) · 10 years ago
  19. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  20. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  21. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  22. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  23. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  24. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  25. 183742f tracing: Do not use return values of trace_seq_printf() in syscall tracing by Steven Rostedt (Red Hat) · 10 years ago
  26. 086ba77 tracing/syscalls: Ignore numbers outside NR_syscalls' range by Rabin Vincent · 10 years ago
  27. fb5a613 kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  28. 13a1e4a tracing: Consolidate event trigger code by Steven Rostedt (Red Hat) · 11 years ago
  29. 4bf0566 tracing: Remove double-underscore naming in syscall trigger invocations by Tom Zanussi · 11 years ago
  30. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  31. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  32. 3ccb012 tracing: Only run synchronize_sched() at instance deletion time by Steven Rostedt · 11 years ago
  33. d562aff tracing: Add support for SOFT_DISABLE to syscall events by Tom Zanussi · 11 years ago
  34. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  35. 3ddc77f tracing/syscalls: Annotate raw_init function with __init by Li Zefan · 12 years ago
  36. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 12 years ago
  37. 421c786 tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty by Oleg Nesterov · 12 years ago
  38. 146c344 tracing: Use trace_seq_puts()/trace_seq_putc() where possible by zhangwei(Jovi) · 11 years ago
  39. 11034ae tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 12 years ago
  40. 36a78e9 tracing: Fix comment about prefix in arch_syscall_match_sym_name() by zhangwei(Jovi) · 12 years ago
  41. 12883ef tracing: Consolidate max_tr into main trace_array structure by Steven Rostedt (Red Hat) · 12 years ago
  42. 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 12 years ago
  43. b8aae39 tracing/syscalls: Annotate field-defining functions with __init by Li Zefan · 12 years ago
  44. 12ab74e tracing: Make syscall events suitable for multiple buffers by Steven Rostedt · 12 years ago
  45. f431b63 tracing/syscalls: Allow archs to ignore tracing compat syscalls by Steven Rostedt · 12 years ago
  46. 6aea49c tracing/syscalls: Make local functions static by Fengguang Wu · 12 years ago
  47. 6f86ab9 tracing: Cleanup unnecessary function declarations by Vaibhav Nagarnaik · 13 years ago
  48. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 12 years ago
  49. 60916a9 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 12 years ago
  50. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  51. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 13 years ago
  52. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 13 years ago
  53. 47b0edc tracing/trivial: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  54. 56d82e0 kernel: Add <linux/module.h> to files using it implicitly by Paul Gortmaker · 14 years ago
  55. ae07f55 tracing/syscalls: Early terminate search for sys_ni_syscall by Ian Munsie · 14 years ago
  56. b2d5549 tracing/syscalls: Allow arch specific syscall symbol matching by Ian Munsie · 14 years ago
  57. c763ba0 tracing/syscalls: Make arch_syscall_addr weak by Ian Munsie · 14 years ago
  58. 3773b389 tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON by Ian Munsie · 14 years ago
  59. ba97697 tracing/syscalls: Don't add events for unmapped syscalls by Ian Munsie · 14 years ago
  60. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 14 years ago
  61. 7f85803 tracing: Remove syscall_exit_fields by Lai Jiangshan · 14 years ago
  62. c9642c4 tracing: Use a global field list for all syscall exit events by Li Zefan · 15 years ago
  63. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 15 years ago
  64. 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
  65. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 15 years ago
  66. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 15 years ago
  67. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 15 years ago
  68. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 15 years ago
  69. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 15 years ago
  70. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  71. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 15 years ago
  72. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 15 years ago
  73. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 15 years ago
  74. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 15 years ago
  75. 8f08201 tracing: Create class struct for events by Steven Rostedt · 15 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 15 years ago
  78. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 15 years ago
  79. 6556a67 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
  80. 6fb8302 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  81. 6574658 tracing: Fix typo in prof_sysexit_enable() by Wenji Huang · 15 years ago
  82. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 15 years ago
  83. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 15 years ago
  84. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  85. c7ef3a9 tracing: Have syscall tracing call its own init function by Steven Rostedt · 15 years ago
  86. 50307a4 tracing/syscalls: Init print_fmt for syscall events by Lai Jiangshan · 15 years ago
  87. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  88. 3b8e427 tracing: Move a printk out of ftrace_raw_reg_event_foo() by Li Zefan · 15 years ago
  89. 614a71a tracing: Pull up calls to trace_define_common_fields() by Li Zefan · 15 years ago
  90. 7be077f trace_syscalls: Remove unused syscall_name_to_nr() by Lai Jiangshan · 15 years ago
  91. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 15 years ago
  92. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 15 years ago
  93. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 15 years ago
  94. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 15 years ago
  95. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 15 years ago
  96. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 15 years ago
  97. 0f1ef51 trace_syscalls: Add syscall nr field by Lai Jiangshan · 15 years ago
  98. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  99. 28889bf tracing: Forget about the NMI buffer for syscall events by Frederic Weisbecker · 15 years ago
  100. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago