aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tracepoint.h
AgeCommit message (Expand)Author
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-01-07tracepoint: Add __rcu annotationLai Jiangshan
2011-01-07tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers
2010-12-03tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker
2010-09-22jump label: Tracepoint support for jump labelsJason Baron
2010-06-21tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers
2010-05-05tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt
2010-03-16rcu: Fix tracepoints & lockdep false positiveLai Jiangshan
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt
2009-09-22tracing: Fix a comment and a trivial format issue in tracepoint.hLi Hong
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt
2009-08-26tracing/events: fix the include file dependenciesXiao Guangrong
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-11tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim
2009-04-24tracing: remove deprecated TRACE_FORMATSteven Rostedt
2009-04-14tracing: consolidate trace and trace_event headersSteven Rostedt
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt
2009-03-10tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt
2009-03-10tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt
2009-02-28tracing: create the C style tracing for the sched subsystemSteven Rostedt
2009-02-25tracing: wrap arguments with PARAMSSteven Rostedt
2009-02-25tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt
2009-02-24tracing: add DEFINE_TRACE_FMT to tracepoint.hSteven Rostedt
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers
2008-11-16tracepoints: do not put arguments in nameMathieu Desnoyers
2008-11-16tracepoints: use unregister return valueMathieu Desnoyers
2008-11-16tracepoints: use rcu_*_sched_notraceMathieu Desnoyers
2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan
2008-10-14tracepoints: synchronize unregister static inlineMathieu Desnoyers
2008-10-14tracepoints: tracepoint_synchronize_unregister()Mathieu Desnoyers
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers