Home
last modified time | relevance | path

Searched refs:__gcov_reset (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-interface.c32 void __gcov_reset (void) {} in __gcov_reset() function
136 __gcov_reset (void) in __gcov_reset() function
226 __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()
H A Dgcov.h32 extern void __gcov_reset (void);
H A DChangeLog1423 (__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.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-interface.c36 void __gcov_reset (void) {} in __gcov_reset() function
146 ALIAS_void_fn (__gcov_reset_int, __gcov_reset);
H A Dgcov.h30 extern void __gcov_reset (void);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi886 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
H A Dgcc.info59417 Long-running applications can use the '__gcov_reset' and '__gcov_dump'
59419 interest. Calling '__gcov_reset(void)' will clear all run-time profile
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi885 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
H A Dgcc.info56427 Long-running applications can use the '__gcov_reset' and '__gcov_dump'
56429 interest. Calling '__gcov_reset(void)' will clear all profile counters
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225191 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
25192 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
H A DChangeLog-202125120 once and that __gcov_reset resets run-time counters.
H A DChangeLog-201616162 _gcov_reset to __gcov_reset.