On Fri, Jul 4, 2008 at 4:57 AM, Alexandra (Sasha) Fedorova <[EMAIL PROTECTED]> wrote: > (So my new probes were recognized) > > Then I ran the workload that would trigger those probes, but the script did > not print anything. Yet, the output of my printfs (located just after those > DTRACE statements in the code) did appear on the console, indicating that the > probes were in fact triggered. > > So it appears to me that the probes are triggered, but their output is not > displayed. Any ideas what I am doing wrong? >
Probes got enabled/triggered but the action didn't get executed seem to indicate that the predicate didn't get satisfied. Check if condition /execname == "settxnid"/ is right. -Shiv _______________________________________________ dtrace-discuss mailing list [email protected]
