Add support for ppc hw tb clock, remove kernelcompat.h
[ust.git] / libust / marker-control.c
index e88f001a5b50713c5a31658e0457d50d505ff5b1..9ee5b7cd58e54771c05121b44b005b9c5bdb73e9 100644 (file)
  * LTT marker control module over /proc
  */
 
-//ust// #include <linux/proc_fs.h>
-//ust// #include <linux/module.h>
-//ust// #include <linux/stat.h>
-//ust// #include <linux/vmalloc.h>
-//ust// #include <linux/marker.h>
-//ust// #include <linux/ltt-tracer.h>
-//ust// #include <linux/uaccess.h>
-//ust// #include <linux/string.h>
-//ust// #include <linux/ctype.h>
-//ust// #include <linux/list.h>
-//ust// #include <linux/mutex.h>
-//ust// #include <linux/seq_file.h>
-//ust// #include <linux/slab.h>
 #include <ctype.h>
+#include <stdlib.h>
 
-#include <ust/kernelcompat.h>
-//#include "list.h"
-#include <ust/tracer.h>
+#include "tracer.h"
 #include "usterr.h"
 
 #define DEFAULT_CHANNEL "cpu"
This page took 0.022121 seconds and 4 git commands to generate.