X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fvdso.h;h=9ab0738b6752b1fb8c9aafdd677a84c6cda11145;hb=2a03068c5cfa104768703cbefa2e23a6353f8de5;hp=0f76e7caf6f8e1357e2358736bcb779da7449d1e;hpb=6d363459d7e6e05f0afeb8e36e6de262a4964694;p=firefly-linux-kernel-4.4.55.git diff --git a/tools/perf/util/vdso.h b/tools/perf/util/vdso.h index 0f76e7caf6f8..9ab0738b6752 100644 --- a/tools/perf/util/vdso.h +++ b/tools/perf/util/vdso.h @@ -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__ */