1#ifndef _SYS_GMON_H
2#include <gmon/sys/gmon.h>
3
4# ifndef _ISOMAC
5
6/* Now define the internal interfaces. */
7
8/* Write current profiling data to file. */
9extern void __write_profiling (void);
10extern void write_profiling (void);
11
12extern struct gmonparam _gmonparam attribute_hidden;
13
14# endif /* !_ISOMAC */
15#endif
16

source code of glibc/include/sys/gmon.h