Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2012 21:32:57 GMT
From:      Ryan Stone <rstone@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/166922: Wildcarded dtrace probe names not always working
Message-ID:  <201204132132.q3DLWvTo061674@red.freebsd.org>
Resent-Message-ID: <201204132140.q3DLe6sV066333@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166922
>Category:       misc
>Synopsis:       Wildcarded dtrace probe names not always working
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 21:40:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Stone
>Release:        STABLE-8
>Organization:
>Environment:
>Description:
I tried dtrace -p <pid> -n 'pid$target:libc*:malloc:entry', but it didn't match any probes.  dtrace -p <pid> -n 'pid$target:libc.so.7:malloc:entry worked.

On the other hand, dtrace -p <pid> -n 'database*:::' did match probes.  Go figure.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204132132.q3DLWvTo061674>