I do not see the function ifhwioctl listed when I run
I thought maybe this was optimized out, so I set the following in my /etc/make.conf
But it is still not listed.
What may be causing this lack of probe?
dtrace -l
. This function is located in /usr/src/sys/net/if.c.I thought maybe this was optimized out, so I set the following in my /etc/make.conf
Code:
CFLAGS= -O0 -fno-inline
What may be causing this lack of probe?