Home
last modified time | relevance | path

Searched refs:PROFILE_INFO_CPU_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dreset.c81 PROFILE_INFO_CPU_CALLBACK(p) = frv_profile_info; in frv_initialize()
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dsim-if.c143 PROFILE_INFO_CPU_CALLBACK (CPU_PROFILE_DATA (STATE_CPU (sd, i))) in sim_open()
DChangeLog-20211627 * sim-if.c (sim_open): Initialize PROFILE_INFO_CPU_CALLBACK.
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h213 #define PROFILE_INFO_CPU_CALLBACK(p) ((p)->info_cpu_callback) macro
Dsim-profile.c1207 if (PROFILE_INFO_CPU_CALLBACK (data) != NULL) in profile_info()
1208 PROFILE_INFO_CPU_CALLBACK (data) (cpu, verbose); in profile_info()
DChangeLog-20215499 PROFILE_INFO_CPU_CALLBACK and STATE_PROFILE_INFO_CALLBACK instead.
5502 * sim-profile.h (PROFILE_INFO_CPU_CALLBACK,