mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
This requires that mcount.c be compiled with -DGUPROF and we provide no mechanism to do so. Differential Revision: https://reviews.freebsd.org/D44186
9 lines
87 B
Text
9 lines
87 B
Text
FBSD_1.0 {
|
|
_mcleanup;
|
|
monstartup;
|
|
moncontrol;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_gmonparam;
|
|
};
|