increased power consumption lately?

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Wed Apr 5 18:15:23 UTC 2017


> On Apr 5, 2017, at 10:39, Adrian Chadd <adrian at freebsd.org> wrote:
> 
> hm, you could use dtrace to find what's calling that function and
> print out the call stack?

	*does shrug* something like this (I realize it’s not printing out arg0 — arg0 is a union that would need decoding)?
Thanks,
-Ngie

$ cat AcpiNsLookup.d
fbt:kernel:AcpiNsLookup:entry
{
        printf("PathInfo: %s\nType: %d\nFlags: %u",
            stringof(arg1), arg2, arg3);
}
$ sudo dtrace -s AcpiNsLookup.d
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20170405/61b53b64/attachment.sig>


More information about the freebsd-current mailing list