Lines Matching refs:mf
603 FILE *mf; in pmcstat_shutdown_logging() local
607 mf = NULL; in pmcstat_shutdown_logging()
609 mf = (strcmp(args->pa_mapfilename, "-") == 0) ? in pmcstat_shutdown_logging()
612 if (mf == NULL && args->pa_flags & FLAG_DO_GPROF && in pmcstat_shutdown_logging()
614 mf = args->pa_printfile; in pmcstat_shutdown_logging()
616 if (mf) in pmcstat_shutdown_logging()
617 (void) fprintf(mf, "MAP:\n"); in pmcstat_shutdown_logging()
624 plugins[args->pa_plugin].pl_shutdown(mf); in pmcstat_shutdown_logging()
626 plugins[args->pa_pplugin].pl_shutdown(mf); in pmcstat_shutdown_logging()
679 if (mf) in pmcstat_shutdown_logging()
680 (void) fclose(mf); in pmcstat_shutdown_logging()