index
:
Linux Stable
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.12.y
linux-6.13.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_events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-08-29
1
-2
/
+33
*
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-08-29
1
-32
/
+15
*
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-08-29
1
-24
/
+23
*
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
2013-08-29
1
-4
/
+9
*
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2013-08-29
1
-7
/
+19
*
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
2013-08-29
1
-9
/
+19
*
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
2013-08-29
1
-5
/
+12
*
tracing: Do not call kmem_cache_free() on allocation failure
Namhyung Kim
2013-08-29
1
-6
/
+1
*
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-08-04
1
-2
/
+19
*
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2013-07-25
1
-4
/
+51
*
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
2013-07-25
1
-6
/
+17
*
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
2013-07-25
1
-1
/
+10
*
tracing: Failed to create system directory
Steven Rostedt
2013-07-25
1
-6
/
+35
*
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
2013-05-16
1
-1
/
+3
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
1
-12
/
+20
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
1
-2
/
+10
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
1
-0
/
+2
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
*
tracing: Rename trace_event_mutex to trace_event_sem
zhangwei(Jovi)
2013-03-15
1
-11
/
+11
*
tracing: Convert trace_destroy_fields() to static
zhangwei(Jovi)
2013-03-15
1
-1
/
+1
*
tracing: Move find_event_field() into trace_events.c
zhangwei(Jovi)
2013-03-15
1
-2
/
+29
*
tracing: Add function probe triggers to enable/disable events
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+279
*
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
2013-03-15
1
-13
/
+62
*
tracing: Add alloc_snapshot kernel command line parameter
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+2
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
1
-3
/
+7
*
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+8
*
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
2013-03-15
1
-19
/
+36
*
tracing: Use direct field, type and system names
Steven Rostedt
2013-03-15
1
-17
/
+3
*
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
2013-03-15
1
-7
/
+20
*
tracing: Get trace_events kernel command line working again
Steven Rostedt
2013-03-15
1
-7
/
+136
*
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
1
-0
/
+33
*
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
1
-1
/
+11
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
1
-243
/
+533
*
tracing: Remove the extra 4 bytes of padding in events
Steven Rostedt
2013-01-21
1
-1
/
+0
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
1
-1
/
+1
*
tracing: Separate open function from set_event and available_events
Steven Rostedt
2012-11-02
1
-19
/
+27
*
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
2012-10-31
1
-0
/
+3
*
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
2012-09-24
1
-36
/
+72
*
tracing: Skip printing "OK" if failed to disable event
Yuanhan Liu
2012-09-13
1
-1
/
+3
*
ftrace: Add default recursion protection for function tracing
Steven Rostedt
2012-07-31
1
-0
/
+1
*
ftrace: Return pt_regs to function trace callback
Steven Rostedt
2012-07-19
1
-1
/
+1
*
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
2012-07-19
1
-1
/
+2
*
tracing: Do not enable function event with enable
Steven Rostedt
2012-05-10
1
-1
/
+4
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-0
/
+2
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-3
/
+7
*
tracing: fix event_subsystem ref counting
Ilya Dryomov
2011-12-05
1
-1
/
+0
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-07-21
1
-18
/
+95
|
\
|
*
tracing: Have "enable" file use refcounts like the "filter" file
Steven Rostedt
2011-07-07
1
-9
/
+22
|
*
tracing: Fix bug when reading system filters on module removal
Steven Rostedt
2011-07-07
1
-11
/
+75
[next]