From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 20 02:44:29 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F00E6AF1; Sun, 20 Oct 2013 02:44:28 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2A422F30; Sun, 20 Oct 2013 02:44:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K2iSHk055609; Sun, 20 Oct 2013 02:44:28 GMT (envelope-from markj@freefall.freebsd.org) Received: (from markj@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9K2iSQr055608; Sun, 20 Oct 2013 02:44:28 GMT (envelope-from markj) Date: Sun, 20 Oct 2013 02:44:28 GMT Message-Id: <201310200244.r9K2iSQr055608@freefall.freebsd.org> To: ambrosehua@gmail.com, markj@FreeBSD.org, freebsd-bugs@FreeBSD.org From: markj@FreeBSD.org Subject: Re: kern/160307: [dtrace] dtrace -lv can not identify the args of the probe function X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 02:44:29 -0000 Synopsis: [dtrace] dtrace -lv can not identify the args of the probe function State-Changed-From-To: open->closed State-Changed-By: markj State-Changed-When: Sun Oct 20 02:44:28 UTC 2013 State-Changed-Why: These probes have been fixed over time. With r255971 and r255776 I no longer see any unknown argument types. http://www.freebsd.org/cgi/query-pr.cgi?pr=160307