Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddso.h332 size_t __dsos__fprintf(struct list_head *head, FILE *fp);
Dmachine.c596 size_t ret = __dsos__fprintf(&machines->host.dsos.head, fp); in machines__fprintf_dsos()
600 ret += __dsos__fprintf(&pos->dsos.head, fp); in machines__fprintf_dsos()
Ddso.c1281 size_t __dsos__fprintf(struct list_head *head, FILE *fp) in __dsos__fprintf() function