Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 17:21:23 -0700
From:      Priyank Sanghavi <priyanksanghavi92@gmail.com>
To:        freebsd-dtrace@freebsd.org
Subject:   Quantize a probe only if it has a particular function in its stack. 
Message-ID:  <ED346F16-DE50-4706-A8B9-89A7764649DD@gmail.com>

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

I am currently working on dtrace on free-bsd. What I want to do is put a =
probe on uma_zalloc function and quantize its arguments.  But along with =
that I want to keep a condition to quantize ( or record the readings) =
only if the stack of that uma_zalloc has a function ( foo ) in it. =
=E2=80=94=E2=80=94 This means, consider the readings of uma_zalloc only =
if it has come from the function foo.=20

Is there a condition that can do that work?


-
Thanks,

Priyank.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ED346F16-DE50-4706-A8B9-89A7764649DD>