Searched refs:__gcov_reset (Results 1 – 12 of 12) sorted by relevance
32 void __gcov_reset (void) {} in __gcov_reset() function136 __gcov_reset (void) in __gcov_reset() function226 __gcov_reset (); in __gcov_execl()261 __gcov_reset (); in __gcov_execlp()298 __gcov_reset (); in __gcov_execle()314 __gcov_reset (); in __gcov_execv()330 __gcov_reset (); in __gcov_execvp()346 __gcov_reset (); in __gcov_execve()
32 extern void __gcov_reset (void);
1423 (__gcov_reset): Likewise.6164 (__gcov_reset): Strong alias for ...6208 (__gcov_flush): Use __gcov_dump_one and __gcov_reset.6210 (__gcov_reset): Adjust for changed interfaces.6300 (__gcov_reset, __gcov_dump): Don't call them.8452 * libgcov.c (gcov_clear, __gcov_reset): New functions.
36 void __gcov_reset (void) {} in __gcov_reset() function146 ALIAS_void_fn (__gcov_reset_int, __gcov_reset);
30 extern void __gcov_reset (void);
886 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}888 interest. Calling @code{__gcov_reset(void)} will clear all run-time profile
59417 Long-running applications can use the '__gcov_reset' and '__gcov_dump'59419 interest. Calling '__gcov_reset(void)' will clear all run-time profile
885 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}887 interest. Calling @code{__gcov_reset(void)} will clear all profile counters
56427 Long-running applications can use the '__gcov_reset' and '__gcov_dump'56429 interest. Calling '__gcov_reset(void)' will clear all profile counters
25191 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.25192 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
25120 once and that __gcov_reset resets run-time counters.
16162 _gcov_reset to __gcov_reset.