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