]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/build-id.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / tools / perf / util / build-id.h
index a96081121179697525d9de77cb14c36797c5027f..8a89b195c1fc3a5c36d7ca260dafe9c6b3fa8262 100644 (file)
@@ -44,6 +44,10 @@ bool build_id_cache__cached(const char *sbuild_id);
 int build_id_cache__add_s(const char *sbuild_id,
                          const char *name, bool is_kallsyms, bool is_vdso);
 int build_id_cache__remove_s(const char *sbuild_id);
+
+extern char buildid_dir[];
+
+void set_buildid_dir(const char *dir);
 void disable_buildid_cache(void);
 
 #endif