index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-02
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
1
-6
/
+17
2013-07-02
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
1
-4
/
+51
2013-07-01
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
1
-1
/
+10
2013-07-01
tracing: Fix disabling of soft disable
Tom Zanussi
1
-1
/
+3
2013-07-01
tracing: Simplify code for showing of soft disabled flag
Tom Zanussi
1
-10
/
+10
2013-07-01
tracing: Failed to create system directory
Steven Rostedt
1
-6
/
+35
2013-06-11
tracing: Do not call kmem_cache_free() on allocation failure
Namhyung Kim
1
-6
/
+1
2013-06-11
tracing/trivial: Consolidate error return condition
Harsh Prateek Bora
1
-4
/
+1
2013-05-16
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
1
-1
/
+3
2013-05-09
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
1
-12
/
+20
2013-05-09
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
1
-2
/
+10
2013-05-09
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
1
-0
/
+2
2013-05-09
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
1
-2
/
+9
2013-05-09
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
1
-1
/
+4
2013-03-15
tracing: Rename trace_event_mutex to trace_event_sem
zhangwei(Jovi)
1
-11
/
+11
2013-03-15
tracing: Convert trace_destroy_fields() to static
zhangwei(Jovi)
1
-1
/
+1
2013-03-15
tracing: Move find_event_field() into trace_events.c
zhangwei(Jovi)
1
-2
/
+29
2013-03-15
tracing: Add function probe triggers to enable/disable events
Steven Rostedt (Red Hat)
1
-0
/
+279
2013-03-15
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
1
-13
/
+62
2013-03-15
tracing: Add alloc_snapshot kernel command line parameter
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-03-15
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
1
-3
/
+7
2013-03-15
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
1
-4
/
+8
2013-03-15
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
1
-19
/
+36
2013-03-15
tracing: Use direct field, type and system names
Steven Rostedt
1
-17
/
+3
2013-03-15
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
1
-7
/
+20
2013-03-15
tracing: Get trace_events kernel command line working again
Steven Rostedt
1
-7
/
+136
2013-03-15
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
1
-0
/
+33
2013-03-15
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
1
-1
/
+11
2013-03-15
tracing: Separate out trace events from global variables
Steven Rostedt
1
-243
/
+533
2013-01-21
tracing: Remove the extra 4 bytes of padding in events
Steven Rostedt
1
-1
/
+0
2012-11-02
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
1
-1
/
+1
2012-11-02
tracing: Separate open function from set_event and available_events
Steven Rostedt
1
-19
/
+27
2012-10-31
tracing: Enable comm recording if trace_printk() is used
Steven Rostedt
1
-0
/
+3
2012-09-24
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
1
-36
/
+72
2012-09-13
tracing: Skip printing "OK" if failed to disable event
Yuanhan Liu
1
-1
/
+3
2012-07-31
ftrace: Add default recursion protection for function tracing
Steven Rostedt
1
-0
/
+1
2012-07-19
ftrace: Return pt_regs to function trace callback
Steven Rostedt
1
-1
/
+1
2012-07-19
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
1
-1
/
+2
2012-05-10
tracing: Do not enable function event with enable
Steven Rostedt
1
-1
/
+4
2012-02-21
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
1
-0
/
+2
2012-02-21
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
1
-3
/
+7
2011-12-05
tracing: fix event_subsystem ref counting
Ilya Dryomov
1
-1
/
+0
2011-07-21
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-18
/
+95
2011-07-07
tracing: Have "enable" file use refcounts like the "filter" file
Steven Rostedt
1
-9
/
+22
2011-07-07
tracing: Fix bug when reading system filters on module removal
Steven Rostedt
1
-11
/
+75
2011-06-14
tracing: Convert to kstrtoul_from_user
Peter Huewe
1
-22
/
+4
2011-05-25
tracing: Have event with function tracer check error return
Steven Rostedt
1
-1
/
+6
2011-05-06
Regression: partial revert "tracing: Remove lock_depth from event entry"
Arjan van de Ven
1
-0
/
+1
2011-03-10
tracing: Export trace_set_clr_event()
Yuanhan Liu
1
-0
/
+1
2011-03-10
tracing: Remove lock_depth from event entry
Steven Rostedt
1
-1
/
+0
[next]