aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tracepoint.h
AgeCommit message (Expand)Author
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