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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-profile.c46 # define PROFILE_INSN_COUNT(p) &_profile_stub macro
769 PROFILE_INSN_COUNT (CPU_PROFILE_DATA (cpu)) = NZALLOC (unsigned int, CPU_MAX_INSNS (cpu));
804 total += PROFILE_INSN_COUNT (data) [i];
805 if (PROFILE_INSN_COUNT (data) [i] > max_val)
806 max_val = PROFILE_INSN_COUNT (data) [i];
827 if (PROFILE_INSN_COUNT (data) [i] != 0)
832 COMMAS (PROFILE_INSN_COUNT (data) [i]));
834 PROFILE_INSN_COUNT (data) [i],
1313 if (PROFILE_INSN_COUNT (data) != NULL)
1314 free (PROFILE_INSN_COUNT (dat
[all...]
H A Dsim-profile.h162 #define PROFILE_INSN_COUNT(p) ((p)->insn_count)
266 ++ PROFILE_INSN_COUNT (CPU_PROFILE_DATA (cpu)) [insn_num]; \
159 #define PROFILE_INSN_COUNT macro

Completed in 113 milliseconds