Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2011 09:51:50 -0700
From:      Chuck Tuffli <ctuffli@gmail.com>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: no KLD symbols in dtrace?
Message-ID:  <BANLkTi=7yVoH0Kp8omrtNfHeQgzEAKbufw@mail.gmail.com>
In-Reply-To: <4DB1AFA0.7030401@FreeBSD.org>
References:  <BANLkTi=iDhVTsdZLrFy6JohSRBexAhWyJA@mail.gmail.com> <20110421221611.7f52ca98@kan.dnsalias.net> <BANLkTikrdkR%2BuwcBGMkCAsfEXwc%2BYtoF7w@mail.gmail.com> <20110422112444.0e423a80@kan.dnsalias.net> <4DB1A25F.8040700@FreeBSD.org> <BANLkTi=7xxbj6JP6Z7ibG7mKoDE4vuxNiA@mail.gmail.com> <4DB1AFA0.7030401@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 22, 2011 at 9:41 AM, Andriy Gapon <avg@freebsd.org> wrote:
> on 22/04/2011 18:56 Chuck Tuffli said the following:
>> On Fri, Apr 22, 2011 at 8:44 AM, Andriy Gapon <avg@freebsd.org> wrote:
>>> Also, dtrace process needs to access the module file for address-to-nam=
e translation.
>>
>> Hmm ... I'm building this module out of tree. Where does dtrace look
>> for modules?
>
> I think that exactly at the place from which a module is loaded.
> You can double-check with kldstat -v, e.g.:
> =A02 =A0 =A01 0xffffffff80c6c000 217f20 =A0 zfs.ko (/boot/kernel/zfs.ko)

Ah-ha! I was loading the module with a relative path (i.e. kldload
./ocs.ko), but when I switched this to use the full path (i.e. kldload
/home/ctuffli/ocs.ko) everything worked.

  2  33759       bus_release_resource:entry
              ocs.ko`ocs_release_bus+0x2e
              ocs.ko`ocs_pci_detach+0x31
              kernel`device_detach+0x84
              kernel`driver_module_handler+0x37c
              kernel`module_unload+0x49
              kernel`linker_file_unload+0x178
              kernel`kern_kldunload+0x117
              kernel`syscallenter+0x23d
              kernel`syscall+0x4b
              kernel`0xffffffff808c5572

Thanks for the patch and all your help!

---chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=7yVoH0Kp8omrtNfHeQgzEAKbufw>