Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h116 size_t thread__fprintf(struct thread *thread, FILE *fp);
H A Dthread.c330 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__fprintf() function
H A Dmachine.c1141 ret += thread__fprintf(pos, fp); in machine__fprintf()