Searched refs:FF_AUTO (Results 1 – 3 of 3) sorted by relevance
324 || (file_format == FF_AUTO && !strncmp (&ghdr.cookie[0], GMON_MAGIC, 4))) in gmon_out_read()375 else if (file_format == FF_AUTO in gmon_out_read()607 if (file_format == FF_AUTO || file_format == FF_MAGIC) in gmon_out_write()
72 File_Format file_format = FF_AUTO;319 file_format = FF_AUTO; in main()
103 FF_AUTO = 0, FF_MAGIC, FF_BSD, FF_BSD44, FF_PROF enumerator