kmalloc, kfree, etc => malloc, free, etc
[ust.git] / libust / marker-control.c
index a0786bad6fb306af26c8c1c300b01d5f2526f1db..a24a94c6876e747ef7a7e30b5e8cd62267e8a302 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 "tracer.h"
 #include "usterr.h"
 
This page took 0.022606 seconds and 4 git commands to generate.