From owner-freebsd-stable@FreeBSD.ORG Tue Feb 18 10:34:03 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67B63CBB for ; Tue, 18 Feb 2014 10:34:03 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E41E9157C for ; Tue, 18 Feb 2014 10:34:02 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id ec20so11970129lab.37 for ; Tue, 18 Feb 2014 02:34:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=FfNqugaSTzVBkx+LDNPK4WQ5op6Y5ZcgOAdN2VBf810=; b=RHMH1kjT2aO7L9np9sWigzPIJllVeoqVcw7VGRhBst8eO0AxIcINLM1zYWwiMPLogT YIXMFvJ+Th5gCILh6CFyV7AHaQanNWxMZpQ8NI3f7guqj/wAGSRXxhx18uFTvTuy/IBb mDW3DsVozeF7X+KPjVy15+NVIhUeqT/eVqZ36u1AFAboXTPGED909vva4KEwReAi4jvD of8c/x91ExhjXPNh/+aTqKEDBBtuXOJCv+pt5t7t5uomvFohIPhXGV8Vk55eqJ30K0YN YPQVtF6Jvxc2qHy5j5otvef8GZbTHLHVCRkbhRP6D9fYGnJ0ZzcupDuYmoNfS6ngOAOI bz8g== X-Received: by 10.112.205.5 with SMTP id lc5mr5726841lbc.40.1392719640818; Tue, 18 Feb 2014 02:34:00 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id y2sm31198070lal.10.2014.02.18.02.33.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Feb 2014 02:33:59 -0800 (PST) From: Dmitry Sivachenko Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: sdt_probe_stub: Why did this get called? Message-Id: Date: Tue, 18 Feb 2014 14:34:07 +0400 To: stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 10:34:03 -0000 Hello! FreeBSD 10.0-STABLE #0 r262016M During the boot, I see the following line on console: sdt_probe_stub: Why did this get called? What does it mean? Thanks.