Home
last modified time | relevance | path

Searched refs:__dsos__fprintf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/util/
Ddso.h350 size_t __dsos__fprintf(struct list_head *head, FILE *fp);
Dmachine.c745 size_t ret = __dsos__fprintf(&machines->host.dsos.head, fp); in machines__fprintf_dsos()
749 ret += __dsos__fprintf(&pos->dsos.head, fp); in machines__fprintf_dsos()
Ddso.c1440 size_t __dsos__fprintf(struct list_head *head, FILE *fp) in __dsos__fprintf() function