Home
last modified time | relevance | path

Searched refs:PROFILE_CORE_COUNT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h162 #define PROFILE_CORE_COUNT(p) ((p)->core_count) macro
277 PROFILE_CORE_COUNT (CPU_PROFILE_DATA (cpu)) [map] += 1; \
Dsim-profile.c926 total += PROFILE_CORE_COUNT (data) [map]; in profile_print_core()
927 if (PROFILE_CORE_COUNT (data) [map] > max_val) in profile_print_core()
928 max_val = PROFILE_CORE_COUNT (data) [map]; in profile_print_core()
943 if (PROFILE_CORE_COUNT (data) [map] != 0) in profile_print_core()
948 COMMAS (PROFILE_CORE_COUNT (data) [map])); in profile_print_core()
950 PROFILE_CORE_COUNT (data) [map], in profile_print_core()
DChangeLog-20216616 (PROFILE_CORE_COUNT): Count each core-map/size separatly.