about summary refs log tree commit diff
path: root/include/sys/gmon.h
blob: 30889d8bc38847e90973192c7da9e1989d399b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _SYS_GMON_H
#include <gmon/sys/gmon.h>

# ifndef _ISOMAC

/* Now define the internal interfaces.  */

/* Write current profiling data to file.  */
extern void __write_profiling (void);
extern void write_profiling (void);

struct __bb;
extern void __bb_init_func (struct __bb *bb);
extern void __bb_exit_func (void);

extern struct gmonparam _gmonparam attribute_hidden;

# endif /* !_ISOMAC */
#endif