Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h132 char profile_any_p; member
237 #define PROFILE_ANY_P(cpu) ((WITH_PROFILE) && (CPU_PROFILE_DATA (cpu)->profile_any_p))
Dsim-profile.c173 CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))->profile_any_p = 1; in set_profile_option_mask()
179 CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))->profile_any_p = 0; in set_profile_option_mask()
184 CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))->profile_any_p = 1; in set_profile_option_mask()
DChangeLog-20214853 * sim-profile.h (PROFILE_DATA): New member profile_any_p.
4858 * sim-profile.c (profile_option_handler): Compute profile_any_p.