perf record: Introduce a symtab cache
[pandora-kernel.git] / tools / perf / util / util.h
index c673d88..0f5b2a6 100644 (file)
@@ -403,4 +403,7 @@ void git_qsort(void *base, size_t nmemb, size_t size,
 #endif
 #endif
 
+int mkdir_p(char *path, mode_t mode);
+int copyfile(const char *from, const char *to);
+
 #endif