Searched refs:PROFILE_PC_COUNT (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-profile.c504 if (PROFILE_PC_COUNT (data) != NULL)
505 free (PROFILE_PC_COUNT (data));
506 PROFILE_PC_COUNT (data) = NULL;
537 PROFILE_PC_COUNT (profile) [i] += 1; /* Overflow? */
539 PROFILE_PC_COUNT (profile) [PROFILE_PC_NR_BUCKETS (profile)] += 1;
615 PROFILE_PC_COUNT (data) =
637 if (PROFILE_PC_COUNT (profile) == 0)
647 total += PROFILE_PC_COUNT (profile) [i];
648 if (PROFILE_PC_COUNT (profile) [i] > max_val)
649 max_val = PROFILE_PC_COUNT (profil
[all...]
H A Dsim-profile.h213 #define PROFILE_PC_COUNT(p) ((p)->profile_pc_count)
210 #define PROFILE_PC_COUNT macro

Completed in 111 milliseconds