Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.h334 size_t __dsos__fprintf(struct list_head *head, FILE *fp);
Dmachine.c620 size_t ret = __dsos__fprintf(&machines->host.dsos.head, fp); in machines__fprintf_dsos()
624 ret += __dsos__fprintf(&pos->dsos.head, fp); in machines__fprintf_dsos()
Ddso.c1300 size_t __dsos__fprintf(struct list_head *head, FILE *fp) in __dsos__fprintf() function