perf session: Embed the host machine data on perf_session
[deliverable/linux.git] / tools / perf / util / symbol.c
index 4c0146a49063c1c290d5c508a7489d6555525fef..994efdb531e4c327c84703ad2de5f406f7ddbffa 100644 (file)
@@ -1889,7 +1889,7 @@ struct dso *__dsos__findnew(struct list_head *head, const char *name)
        return dso;
 }
 
-static size_t __dsos__fprintf(struct list_head *head, FILE *fp)
+size_t __dsos__fprintf(struct list_head *head, FILE *fp)
 {
        struct dso *pos;
        size_t ret = 0;
This page took 0.026391 seconds and 5 git commands to generate.