tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
[linux-flexiantxendom0-natty.git] / kernel / fork.c
index f608356..0837d0d 100644 (file)
@@ -79,6 +79,8 @@ DEFINE_PER_CPU(unsigned long, process_counts) = 0;
 
 __cacheline_aligned DEFINE_RWLOCK(tasklist_lock);  /* outer */
 
+DEFINE_TRACE(sched_process_fork);
+
 int nr_processes(void)
 {
        int cpu;