perf tools: Pass machine to vdso__dso_findnew()
[firefly-linux-kernel-4.4.55.git] / tools / perf / util / vdso.h
index 0f76e7caf6f8e1357e2358736bcb779da7449d1e..9ab0738b6752b1fb8c9aafdd677a84c6cda11145 100644 (file)
@@ -12,7 +12,9 @@ static inline bool is_vdso_map(const char *filename)
        return !strcmp(filename, VDSO__MAP_NAME);
 }
 
-struct dso *vdso__dso_findnew(struct list_head *head);
+struct machine;
+
+struct dso *vdso__dso_findnew(struct machine *machine);
 void vdso__exit(void);
 
 #endif /* __PERF_VDSO__ */