search for: mpi__test

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

2007 Oct 08
0
Translators and multiply defined probenames]
> I have a code that has several probes with the same probename. When I define the probe to use a translator and then try to match 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 thing...