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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-profile.c41 # define PROFILE_PC_FREQ(p) _profile_stub macro
347 PROFILE_PC_FREQ (CPU_PROFILE_DATA (STATE_CPU (sd, cpu_nr))) = val;
541 sim_events_schedule (sd, PROFILE_PC_FREQ (profile), profile_pc_event, cpu);
558 if (PROFILE_PC_FREQ (data) == 0)
559 PROFILE_PC_FREQ (data) = 257;
619 PROFILE_PC_FREQ (data),
659 COMMAS (PROFILE_PC_FREQ (profile)));
H A Dsim-profile.h202 #define PROFILE_PC_FREQ(p) ((p)->profile_pc_freq)
199 #define PROFILE_PC_FREQ macro

Completed in 179 milliseconds