search for: mpi__test9055

Displaying 1 result from an estimated 1 matches for "mpi__test9055".

2007 Oct 08
0
Translators and multiply defined probenames]
...ch for all the occurances of the probename in a D script I get the following error: > > dtrace: invalid probe specifier mpi__test$target:::RECV_REQ_ACT_EV { printf("%d %d", args[0]->bar, args[0]->baz); }: in action list: args[ ] may not be referenced because probe description mpi__test9055:::RECV_REQ_ACT_EV matches an unstable set of probes > > However if I specify the function the probe exists in things work fine. Like so, > > dtrace -c main -n ''mpi__test$target::recv_1:RECV_REQ_ACT_EV { printf("%d %d", args[0]->bar, args[0]->baz); }''...