Searched refs:Profile_CallStart (Results 1 – 8 of 8) sorted by relevance
/dports/games/libretro-hatari/hatari-561c07e/src/debug/ |
H A D | profile_priv.h | 73 extern void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint3…
|
H A D | profile.c | 292 void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint32 pc, c… in Profile_CallStart() function
|
H A D | profiledsp.c | 533 Profile_CallStart(idx, &dsp_callinfo, prev_pc, flag, pc, counters); in collect_calls()
|
H A D | profilecpu.c | 792 Profile_CallStart(idx, &cpu_callinfo, prev_pc, flag, pc, counters); in collect_calls()
|
/dports/emulators/hatari/hatari-2.2.1/src/debug/ |
H A D | profile_priv.h | 75 extern void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint3…
|
H A D | profiledsp.c | 545 Profile_CallStart(idx, &dsp_callinfo, prev_pc, flag, pc, counters); in collect_calls()
|
H A D | profile.c | 295 void Profile_CallStart(int idx, callinfo_t *callinfo, Uint32 prev_pc, calltype_t flag, Uint32 pc, c… in Profile_CallStart() function
|
H A D | profilecpu.c | 981 Profile_CallStart(idx, &cpu_callinfo, prev_pc, flag, pc, counters); in collect_calls()
|