RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions

This header file provides the interfaces of the Gcov Support. More...

#include <gcov.h>
#include <rtems/linkersets.h>
#include <rtems/dev/io.h>

Go to the source code of this file.

Functions

 RTEMS_LINKER_ROSET_DECLARE (gcov_info, const struct gcov_info *)
 
void _Gcov_Dump_info (IO_Put_char put_char, void *arg)
 Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler.
 
void _Gcov_Dump_info_base64 (IO_Put_char put_char, void *arg)
 Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler.
 

Detailed Description

This header file provides the interfaces of the Gcov Support.