index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-09-10
1
-2
/
+2
*
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2014-01-09
1
-40
/
+8
*
tracing: Remove double-underscore naming in syscall trigger invocations
Tom Zanussi
2014-01-06
1
-8
/
+8
*
tracing: Add and use generic set_trigger_filter() implementation
Tom Zanussi
2013-12-21
1
-10
/
+36
*
tracing: Add basic event trigger framework
Tom Zanussi
2013-12-20
1
-0
/
+4
*
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
2013-12-05
1
-10
/
+0
*
tracing: Add support for SOFT_DISABLE to syscall events
Tom Zanussi
2013-11-05
1
-10
/
+32
*
tracing: Update event filters for multibuffer
Tom Zanussi
2013-11-05
1
-4
/
+4
*
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
2013-08-21
1
-5
/
+5
*
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
1
-12
/
+0
*
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
2013-07-18
1
-4
/
+8
*
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
2013-07-18
1
-1
/
+1
*
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
2013-07-02
1
-4
/
+17
*
tracing: Fix comment about prefix in arch_syscall_match_sym_name()
zhangwei(Jovi)
2013-03-15
1
-1
/
+1
*
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+2
*
tracing: Fix some section mismatch warnings
Li Zefan
2013-03-15
1
-2
/
+2
*
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
2013-03-15
1
-2
/
+2
*
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
2013-03-15
1
-34
/
+46
*
tracing/syscalls: Allow archs to ignore tracing compat syscalls
Steven Rostedt
2013-02-12
1
-5
/
+38
*
tracing/syscalls: Make local functions static
Fengguang Wu
2013-01-21
1
-9
/
+9
*
tracing: Cleanup unnecessary function declarations
Vaibhav Nagarnaik
2012-10-31
1
-32
/
+29
*
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
2012-09-24
1
-1
/
+1
*
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
Will Deacon
2012-08-17
1
-0
/
+4
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-2
/
+2
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-0
/
+4
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-4
/
+10
*
tracing/trivial: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
2012-02-13
1
-2
/
+2
*
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
2011-02-07
1
-0
/
+3
*
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
2011-02-07
1
-7
/
+14
*
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
2011-02-07
1
-1
/
+1
*
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
2011-02-07
1
-4
/
+4
*
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
2011-02-07
1
-0
/
+8
*
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
2011-02-03
1
-9
/
+10
*
tracing: Remove syscall_exit_fields
Lai Jiangshan
2011-01-14
1
-21
/
+12
*
tracing: Use a global field list for all syscall exit events
Li Zefan
2010-06-28
1
-3
/
+4
*
perf_events, trace: Fix probe unregister race
Peter Zijlstra
2010-05-31
1
-2
/
+2
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
2010-05-21
1
-8
/
+9
|
\
|
*
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
2010-05-21
1
-4
/
+7
|
*
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...
Peter Zijlstra
2010-05-21
1
-6
/
+4
|
*
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
2010-05-18
1
-2
/
+4
*
|
tracing: Remove duplicate id information in event structure
Steven Rostedt
2010-05-14
1
-6
/
+8
*
|
tracing: Move print functions into event class
Steven Rostedt
2010-05-14
1
-0
/
+8
*
|
tracing: Allow events to share their print functions
Steven Rostedt
2010-05-14
1
-2
/
+4
*
|
tracing: Move raw_init from events to class
Steven Rostedt
2010-05-14
1
-0
/
+2
*
|
tracing: Move fields from event to class structure
Steven Rostedt
2010-05-14
1
-4
/
+27
*
|
tracing: Remove per event trace registering
Steven Rostedt
2010-05-14
1
-2
/
+54
*
|
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
2010-05-14
1
-12
/
+12
*
|
tracing: Create class struct for events
Steven Rostedt
2010-05-14
1
-0
/
+4
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
[next]