aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-12trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett1-10/+18
2012-07-06tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron1-1/+1
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-4/+4
2012-02-13tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_idle_exit() sectionsSteven Rostedt1-4/+18
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers1-14/+11
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-12/+10
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers1-15/+20
2011-01-07tracepoint: Add __rcu annotationLai Jiangshan1-1/+1
2011-01-07tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers1-1/+1
2010-12-03tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt1-6/+23
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker1-0/+4
2010-09-22jump label: Tracepoint support for jump labelsJason Baron1-1/+4
2010-06-21tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin1-0/+1
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-23/+72
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers1-1/+6
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt1-55/+59
2010-03-16rcu: Fix tracepoints & lockdep false positiveLai Jiangshan1-1/+1
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar1-1/+1
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt1-0/+2
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt1-0/+4
2009-09-22tracing: Fix a comment and a trivial format issue in tracepoint.hLi Hong1-2/+2
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-28/+18
2009-08-26tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt1-2/+11
2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong1-2/+1
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-28/+18
2009-08-11tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron1-4/+27
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-2/+2
2009-04-24tracing: remove deprecated TRACE_FORMATSteven Rostedt1-5/+0
2009-04-14tracing: consolidate trace and trace_event headersSteven Rostedt1-1/+8
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-8/+8
2009-03-10tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt1-0/+103
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt1-1/+1
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt1-3/+0
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt1-0/+3
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt1-3/+3
2009-02-28tracing: create the C style tracing for the sched subsystemSteven Rostedt1-0/+3
2009-02-25tracing: wrap arguments with PARAMSSteven Rostedt1-1/+2
2009-02-25tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt1-1/+1
2009-02-24tracing: add DEFINE_TRACE_FMT to tracepoint.hSteven Rostedt1-0/+3
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-10/+25
2008-11-16tracepoints: do not put arguments in nameMathieu Desnoyers1-5/+3
2008-11-16tracepoints: use unregister return valueMathieu Desnoyers1-4/+6
2008-11-16tracepoints: use rcu_*_sched_notraceMathieu Desnoyers1-2/+2
2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan1-0/+4
2008-10-14tracepoints: synchronize unregister static inlineMathieu Desnoyers1-1/+4
2008-10-14tracepoints: tracepoint_synchronize_unregister()Mathieu Desnoyers1-0/+7
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-0/+127