Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h74 size_t thread__fprintf(struct thread *thread, FILE *fp);
Dthread.c173 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__fprintf() function
Dmachine.c654 ret += thread__fprintf(pos, fp); in machine__fprintf()