Searched refs:gae (Results 1 – 7 of 7) sorted by relevance
132 static struct __GHS_AT_EXIT gae; in _startmon960() local140 gae.func = _stopmon; in _startmon960()141 __ghs_at_exit(&gae); in _startmon960()142 gae.func = _stopmon; in _startmon960()
113 static struct __GHS_AT_EXIT gae; in __ghs_manprf_init() local114 if (!gae.func) { in __ghs_manprf_init()115 gae.func = __ghs_manprf_end; in __ghs_manprf_init()116 __ghs_at_exit(&gae); in __ghs_manprf_init()
99 static struct __GHS_AT_EXIT gae; in __ghs_start_pmon_profiling() local103 gae.func = __ghs_stop_pmon_profiling; in __ghs_start_pmon_profiling()104 __ghs_at_exit(&gae); in __ghs_start_pmon_profiling()105 gae.func = __ghs_stop_pmon_profiling; in __ghs_start_pmon_profiling()
165 void __ghs_at_exit (struct __GHS_AT_EXIT *gae) in __ghs_at_exit() argument168 gae->next = exitlisthead; in __ghs_at_exit()169 exitlisthead = gae; in __ghs_at_exit()
141 static struct __GHS_AT_EXIT gae; in __ghs_bcount() local142 if (!gae.func) { in __ghs_bcount()143 gae.func = __ghs_prof_dump_coverage; in __ghs_bcount()144 __ghs_at_exit(&gae); in __ghs_bcount()
26 void __ghs_at_exit (struct __GHS_AT_EXIT *gae);
327 static struct __GHS_AT_EXIT gae; in __ghs_indmcount() local328 if (!gae.func) { in __ghs_indmcount()329 gae.func = __ghs_prof_dump_callcounts; in __ghs_indmcount()330 __ghs_at_exit(&gae); in __ghs_indmcount()