From owner-cvs-src@FreeBSD.ORG Thu Jun 10 22:01:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F419616A4CE; Thu, 10 Jun 2004 22:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D694243D1D; Thu, 10 Jun 2004 22:01:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5AM0wmF009321; Thu, 10 Jun 2004 22:00:58 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5AM0w6L009320; Thu, 10 Jun 2004 22:00:58 GMT (envelope-from peter) Message-Id: <200406102200.i5AM0w6L009320@repoman.freebsd.org> From: Peter Wemm Date: Thu, 10 Jun 2004 22:00:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 22:01:11 -0000 peter 2004-06-10 22:00:58 UTC FreeBSD src repository Modified files: sys/amd64/include profile.h Log: Make profiling work for varargs functions.. %al is an additional argument which indicates the number of xmm registers used in the varargs. This stops the explosion that happened when profiling printf() etc. Revision Changes Path 1.40 +2 -0 src/sys/amd64/include/profile.h