tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
[linux-flexiantxendom0-natty.git] / kernel / signal.c
index 4530fc6..e9afe63 100644 (file)
@@ -41,6 +41,8 @@
 
 static struct kmem_cache *sigqueue_cachep;
 
+DEFINE_TRACE(sched_signal_send);
+
 static void __user *sig_handler(struct task_struct *t, int sig)
 {
        return t->sighand->action[sig - 1].sa.sa_handler;