Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.h123 size_t thread__fprintf(struct thread *thread, FILE *fp);
H A Dthread.c358 size_t thread__fprintf(struct thread *thread, FILE *fp) in thread__insert_map()
352 size_t thread__fprintf(struct thread *thread, FILE *fp) thread__fprintf() function
H A Dmachine.c965 args->printed += thread__fprintf(thread, args->fp); in machine__get_kernel()