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