https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217678

            Bug ID: 217678
           Summary: `dtrace -ln 'pid$target:::entry' -c ls` doesn't have
                    ls module on -RELEASE but does on -STABLE
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: [email protected]
          Reporter: [email protected]

On 11.0-RELEASE-p8:

# dtrace -ln 'pid$target:ls::entry' -c ls
   ID   PROVIDER            MODULE                          FUNCTION NAME
dtrace: failed to match pid26218:ls::entry: No probe matches description

On 11.0-STABLE (r314939):

# dtrace -ln 'pid$target:ls::entry' -c ls
   ID   PROVIDER            MODULE                          FUNCTION NAME
60239     pid805                ls                         finalizer entry
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to