Searched refs:EXEC_COUNT_FMT (Results 1 – 4 of 4) sorted by relevance
755 #define EXEC_COUNT_FMT "%lu" macro759 #define EXEC_COUNT_FMT "%llu" macro
300 fprintf(prof_fp, " # " EXEC_COUNT_FMT, ip1->exec_count); in pprint()1047 fprintf(prof_fp, " # " EXEC_COUNT_FMT, ip1->exec_count); in pprint()
129 (EXEC_COUNT_FMT, EXEC_COUNT_PROFILE_FMT): Corresponding format131 * debug.c (print_instruction): Use EXEC_COUNT_FMT.
4088 print_func(fp, "[exec_count = " EXEC_COUNT_FMT "]\n", pc->exec_count); in print_instruction()