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>
index | next in thread | raw e-mail
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. —— This means, consider the readings of uma_zalloc only if it has come from the function foo. Is there a condition that can do that work? - Thanks, Priyank.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ED346F16-DE50-4706-A8B9-89A7764649DD>
