index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
tracepoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
Steven Rostedt (Red Hat)
1
-0
/
+8
2015-02-08
tracing: Add condition check to RCU lockdep checks
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-09-10
tracing: generate RCU warnings even when tracepoints are disabled
Dave Hansen
1
-0
/
+11
2014-08-08
tracing: Do not do anything special with tracepoint_string when tracing is di...
Steven Rostedt
1
-0
/
+44
2014-05-07
tracing: Add trace_<tracepoint>_enabled() function
Steven Rostedt (Red Hat)
1
-0
/
+10
2014-04-09
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
1
-0
/
+5
2014-04-09
tracepoint: Simplify tracepoint module search
Steven Rostedt (Red Hat)
1
-2
/
+1
2014-04-09
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
1
-16
/
+25
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-18
/
+0
2014-03-21
tracepoint: Remove unused API functions
Mathieu Desnoyers
1
-18
/
+0
2014-03-04
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+6
2013-12-19
Merge branch 'master' into for-next
Jiri Kosina
1
-0
/
+4
2013-12-02
tracepoint: comment fix "binay" -> "binary"
Viresh Kumar
1
-1
/
+1
2013-11-19
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
1
-0
/
+4
2013-06-21
tracing: Add DEFINE_EVENT_FN() macro
Steven Rostedt
1
-0
/
+2
2013-06-11
trace: Allow idle-safe tracepoints to be called from irq
Paul E. McKenney
1
-2
/
+2
2012-09-12
trace: Don't declare trace_*_rcuidle functions in modules
Josh Triplett
1
-10
/
+18
2012-07-06
tracepoint: Use static_key_false(), since static_branch() is deprecated
Jason Baron
1
-1
/
+1
2012-02-24
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
1
-4
/
+4
2012-02-13
tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...
Steven Rostedt
1
-4
/
+18
2011-08-11
Tracepoint: Dissociate from module mutex
Mathieu Desnoyers
1
-14
/
+11
2011-04-04
jump label: Introduce static_branch() interface
Jason Baron
1
-12
/
+10
2011-02-03
tracepoints: Fix section alignment using pointer array
Mathieu Desnoyers
1
-15
/
+20
2011-01-08
tracepoint: Add __rcu annotation
Lai Jiangshan
1
-1
/
+1
2011-01-08
tracing/trivial: Add missing comma in TRACE_EVENT comment
Mathieu Desnoyers
1
-1
/
+1
2010-12-03
tracing: Add TRACE_EVENT_CONDITIONAL()
Steven Rostedt
1
-6
/
+23
2010-11-18
tracing: New macro to set up initial event flags value
Frederic Weisbecker
1
-0
/
+4
2010-09-23
jump label: Tracepoint support for jump labels
Jason Baron
1
-1
/
+4
2010-06-21
tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
Wu Zhangjin
1
-0
/
+1
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
1
-23
/
+72
2010-05-14
tracepoints: Add check trace callback type
Mathieu Desnoyers
1
-1
/
+6
2010-05-05
tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header
Steven Rostedt
1
-55
/
+59
2010-03-16
rcu: Fix tracepoints & lockdep false positive
Lai Jiangshan
1
-1
/
+1
2009-11-26
events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()
Ingo Molnar
1
-1
/
+1
2009-11-25
tracing: Create new DEFINE_EVENT_PRINT
Steven Rostedt
1
-0
/
+2
2009-11-25
tracing: Create new TRACE_EVENT_TEMPLATE
Steven Rostedt
1
-0
/
+4
2009-09-23
tracing: Fix a comment and a trivial format issue in tracepoint.h
Li Hong
1
-2
/
+2
2009-08-26
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-28
/
+18
2009-08-26
tracing: add comments to explain TRACE_EVENT out of protection
Steven Rostedt
1
-2
/
+11
2009-08-26
tracing/events: fix the include file dependencies
Xiao Guangrong
1
-2
/
+1
2009-08-26
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
1
-28
/
+18
2009-08-11
tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro
Jason Baron
1
-4
/
+27
2009-06-16
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
GeunSik Lim
1
-2
/
+2
2009-04-24
tracing: remove deprecated TRACE_FORMAT
Steven Rostedt
1
-5
/
+0
2009-04-14
tracing: consolidate trace and trace_event headers
Steven Rostedt
1
-1
/
+8
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
1
-8
/
+8
2009-03-10
tracing: document TRACE_EVENT macro in tracepoint.h
Steven Rostedt
1
-0
/
+103
2009-03-10
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
1
-1
/
+1
2009-03-10
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
1
-3
/
+0
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
1
-0
/
+3
[next]