|
Description
|
Currently, if a provider name ends in a digit (i.e. foo2), libdtrace will interpret the digit '2' as a pid and try and look for a provider named 'foo' in pid 2. Non USDT based providers (kernel based providers) should be able to end with a digit, for example, nfs4.
|