search for: dequeue_thread

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

2006 Sep 21
2
Probe description does not match any probes
...::: / probename == "concurrentq-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 comp...