Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 13:43:56 +0200
From:      Andreas Longwitz <longwitz@incore.de>
To:        Domagoj Stolfa <domagoj.stolfa@gmail.com>
Cc:        freebsd-dtrace@freebsd.org
Subject:   Re: fbt:kernel:breadn_flags:entry): invalid address (0x0) in action #7
Message-ID:  <5922CEFC.8020306@incore.de>
In-Reply-To: <20170521210051.GA43039@vulture.cbsd.home>
References:  <591E01F5.8080208@incore.de> <6A020677-BC76-41E1-8372-10B7962F4EDE@apple.com> <20170518204534.GA37126@wraith> <20170518235207.GB37643@wkstn-mjohnston.west.isilon.com> <5921F56F.7090509@incore.de> <20170521210051.GA43039@vulture.cbsd.home>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

>> My problem is: The probe fbt:kernel:breadn_flags:entry should fire in
>> the case args[6] == 0, the case args[6] != 0 works but is not important
>> to me.
>
> What you want is:
>
> fbt:kernel:breadn_flags:entry
> /args[6] == 0/
> {
> 	...
> }

Thats exactly what I did.
>
> Hope it helps!
>
No, the error messaes "invalid address (0x0)" appears.

Regards





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5922CEFC.8020306>