blob: 55739cf00cb8991abfb571f4f42ac265adcd4b7e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _SYS_GMON_H
2#include <gmon/sys/gmon.h>
3
4/* Now define the internal interfaces. */
5
6/* Write current profiling data to file. */
7extern void __write_profiling (void);
8extern void write_profiling (void);
9
10struct __bb;
11extern void __bb_init_func (struct __bb *bb);
12extern void __bb_exit_func (void);
13
14extern struct gmonparam _gmonparam attribute_hidden;
15#endif