From owner-p4-projects@FreeBSD.ORG Sat Feb 9 21:26:11 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 40A7C16A46B; Sat, 9 Feb 2008 21:26:11 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054FD16A420 for ; Sat, 9 Feb 2008 21:26:11 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBDA013C474 for ; Sat, 9 Feb 2008 21:26:10 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m19LQAEp097438 for ; Sat, 9 Feb 2008 21:26:10 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m19LQA9r097435 for perforce@freebsd.org; Sat, 9 Feb 2008 21:26:10 GMT (envelope-from jb@freebsd.org) Date: Sat, 9 Feb 2008 21:26:10 GMT Message-Id: <200802092126.m19LQA9r097435@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 135121 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 21:26:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=135121 Change 135121 by jb@jb_freebsd1 on 2008/02/09 21:25:41 Change a comment to reflect the fact that the Statically Defined Tracing (sdt) implementation for FreeBSD doesn't use breakpoints. Affected files ... .. //depot/projects/dtrace/src/sys/amd64/amd64/exception.S#9 edit Differences ... ==== //depot/projects/dtrace/src/sys/amd64/amd64/exception.S#9 (text+ko) ==== @@ -188,10 +188,10 @@ FAKE_MCOUNT(TF_RIP(%rsp)) #ifdef KDTRACE_HOOKS /* - * DTrace Function Boundary Trace (fbt) and Statically Defined - * Trace (sdt) probes are triggered by int3 (0xcc) which causes - * the #BP (T_BPTFLT) breakpoint interrupt. For all other trap - * types, just handle them in the usual way. + * DTrace Function Boundary Trace (fbt) probes are triggered + * by int3 (0xcc) which causes the #BP (T_BPTFLT) breakpoint + * interrupt. For all other trap types, just handle them in + * the usual way. */ cmpq $T_BPTFLT,TF_TRAPNO(%rsp) jne calltrap