sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / include / linux / tracepoint.h
2009-09-24 Randy Dunlapdocs: fix various Documentation/ paths in header files
2009-09-22 Li Hongtracing: Fix a comment and a trivial format issue in...
2009-08-26 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2009-08-26 Steven Rostedttracing: add comments to explain TRACE_EVENT out of...
2009-08-26 Xiao Guangrongtracing/events: fix the include file dependencies
2009-08-25 Josh Stonetracing: Move tracepoint callbacks from declaration...
2009-08-11 Jason Barontracing: Add DECLARE_TRACE_WITH_CALLBACK() macro
2009-06-16 GeunSik Limdebugfs: Fix terminology inconsistency of dir name...
2009-04-24 Steven Rostedttracing: remove deprecated TRACE_FORMAT
2009-04-14 Steven Rostedttracing: consolidate trace and trace_event headers
2009-03-10 Steven Rostedttracing: remove funky whitespace in the trace code
2009-03-10 Steven Rostedttracing: document TRACE_EVENT macro in tracepoint.h
2009-03-10 Steven Rostedttracing: flip the TP_printk and TP_fast_assign in the...
2009-03-10 Steven Rostedttracing: remove obsolete TRACE_EVENT_FORMAT macro
2009-03-10 Steven Rostedttracing: new format for specialized trace points
2009-03-10 Steven Rostedttracing: replace TP<var> with TP_<var>
2009-02-28 Steven Rostedttracing: create the C style tracing for the sched subsystem
2009-02-26 Steven Rostedttracing: wrap arguments with PARAMS
2009-02-26 Steven Rostedttracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
2009-02-25 Steven Rostedttracing: add DEFINE_TRACE_FMT to tracepoint.h
2008-11-16 Mathieu Desnoyerstracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
2008-11-16 Mathieu Desnoyerstracepoints: do not put arguments in name
2008-11-16 Mathieu Desnoyerstracepoints: use unregister return value
2008-11-16 Mathieu Desnoyerstracepoints: use rcu_*_sched_notrace
2008-11-03 Lai Jiangshantracepoint: introduce *_noupdate APIs.
2008-10-14 Mathieu Desnoyerstracepoints: synchronize unregister static inline
2008-10-14 Mathieu Desnoyerstracepoints: tracepoint_synchronize_unregister()
2008-10-14 Mathieu Desnoyerstracing: Kernel Tracepoints