search for: tests26257

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

2006 Sep 21
2
Probe description does not match any probes
...tq-latency" / { printf("[%s]:[%s]:[%s]\n", probeprov, probefunc, probename); } I get this output: dtrace: script ''testq.d'' matched 46056 probes dtrace: pid 26257 has exited CPU ID FUNCTION:NAME 2 46076 dequeue_thread:concurrentq-latency [tests26257]:[dequeue_thread]:[concurrentq-latency] However, if I try to specify the probe in the ''normal'' fashion: :::concurrentq-latency { printf("[%s]:[%s]:[%s]\n", probeprov, probefunc, probename); } I get this instead: dtrace: failed to compile script testq.d: line 1: prob...