- Update to 3.4-rc3.
[linux-flexiantxendom0-3.2.10.git] / tools / perf / builtin-sched.c
index 6284ed2..1cad3af 100644 (file)
 #include "util/debug.h"
 
 #include <sys/prctl.h>
+#include <sys/resource.h>
 
 #include <semaphore.h>
 #include <pthread.h>
 #include <math.h>
 
-static char                    const *input_name = "perf.data";
+static const char              *input_name;
 
 static char                    default_sort_order[] = "avg, max, switch, runtime";
 static const char              *sort_order = default_sort_order;