https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #80 from Hans Petter Selasky <[email protected]> ---
Are you familiar with dtrace. Could you get the backtrace of these function
calls?

kldload dtraceall

cat << EOF > dtrace.d 
#!/usr/sbin/dtrace -s

fbt::$1:entry
{
        @[probefunc, stack()] = count();
}
EOF

chmod +x dtrace.d

./dtrace.d ExPciConfigSpaceHandle

Wait, then CTRL+C

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to