Home
last modified time | relevance | path

Searched refs:Profile_CallStart (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/debug/
H A Dprofile_priv.h73 extern void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint3…
H A Dprofile.c292 void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint32 pc, c… in Profile_CallStart() function
H A Dprofiledsp.c533 Profile_CallStart(idx, &dsp_callinfo, prev_pc, flag, pc, counters); in collect_calls()
H A Dprofilecpu.c792 Profile_CallStart(idx, &cpu_callinfo, prev_pc, flag, pc, counters); in collect_calls()
/dports/emulators/hatari/hatari-2.2.1/src/debug/
H A Dprofile_priv.h75 extern void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint3…
H A Dprofiledsp.c545 Profile_CallStart(idx, &dsp_callinfo, prev_pc, flag, pc, counters); in collect_calls()
H A Dprofile.c295 void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint32 pc, c… in Profile_CallStart() function
H A Dprofilecpu.c981 Profile_CallStart(idx, &cpu_callinfo, prev_pc, flag, pc, counters); in collect_calls()