perf probe: Support distro-style debuginfo for uprobe
[linux-2.6-microblaze.git] / tools / perf / util / probe-finder.h
index 3fc5973..92590b2 100644 (file)
@@ -30,6 +30,7 @@ struct debuginfo {
        Dwarf_Addr      bias;
 };
 
+/* This also tries to open distro debuginfo */
 extern struct debuginfo *debuginfo__new(const char *path);
 extern void debuginfo__delete(struct debuginfo *dbg);