add libtracing Makefile.am
[ust.git] / libtracing / tracercore.c
index 2c2dcfce2342be53903b233d49cc9f928fd68b22..3b571f1b99e3f2ef8a9ebcaa8a0a6c056fdd2f3e 100644 (file)
@@ -10,6 +10,7 @@
 //ust// #include <linux/percpu.h>
 //ust// #include <linux/module.h>
 //ust// #include <linux/debugfs.h>
+#include "kernelcompat.h"
 #include "tracercore.h"
 
 /* Traces structures */
@@ -49,6 +50,7 @@ void ltt_unlock_traces(void)
 
 //ust// DEFINE_PER_CPU(unsigned int, ltt_nesting);
 //ust// EXPORT_PER_CPU_SYMBOL(ltt_nesting);
+unsigned int ltt_nesting;
 
 int ltt_run_filter_default(void *trace, uint16_t eID)
 {
This page took 0.022412 seconds and 4 git commands to generate.