mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
When compiling with profiling, we define PROF for userspace and GPROF
for the kernel.
This commit is contained in:
parent
2c9459d167
commit
57764700bc
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
/*
|
||||
* MCOUNT
|
||||
*/
|
||||
#if defined(GPROF)
|
||||
#if defined(PROF) || (defined(_KERNEL) && defined(GPROF))
|
||||
#define MCOUNT \
|
||||
alloc out0 = ar.pfs, 8, 0, 4, 0; \
|
||||
mov out1 = r1; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue