More than 10 args in DTrace?
More than 10 args in DTrace?
- Subject: More than 10 args in DTrace?
- From: Eric Gorouben <email@hidden>
- Date: Wed, 12 Nov 2014 19:15:08 +0100
Hi there
Is there a way to build probes with more than 10 arguments?
if I create
probe myProbe(int, int, int, int, int, int, int, int, int, int, int);
and want to trace
test$1:::myProbe {
trace(arg10);
}
I get a "failed to resolve arg10: Unknown variable name" error
How can I fix this?
If there is now way directly, is it possible to use a pointer to an array or something similar?
Thanks in advance
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden