diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index d0bacff..2b49dcf 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -443,6 +443,11 @@ extern void __gcov_merge_single (gcov_type *, unsigned); consecutive values. */ extern void __gcov_merge_delta (gcov_type *, unsigned); +/* The profiler functions. */ +extern void __gcov_interval_profiler (gcov_type *, gcov_type, int, unsigned); +extern void __gcov_pow2_profiler (gcov_type *, gcov_type); +extern void __gcov_one_value_profiler (gcov_type *, gcov_type); + #ifndef inhibit_libc /* The wrappers around some library functions.. */ extern pid_t __gcov_fork (void); |