From owner-cvs-src-old@FreeBSD.ORG Thu Sep 16 15:21:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E1DD10657A4 for ; Thu, 16 Sep 2010 15:21:26 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70EAD8FC1B for ; Thu, 16 Sep 2010 15:21:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GFLQ07014426 for ; Thu, 16 Sep 2010 15:21:26 GMT (envelope-from fabient@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8GFLQl3014425 for cvs-src-old@freebsd.org; Thu, 16 Sep 2010 15:21:26 GMT (envelope-from fabient@repoman.freebsd.org) Message-Id: <201009161521.o8GFLQl3014425@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to fabient@repoman.freebsd.org using -f From: Fabien Thomas Date: Thu, 16 Sep 2010 15:21:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/pmcstat pmcpl_callgraph.c pmcpl_calltree.c pmcstat_log.c pmcstat_log.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 15:21:26 -0000 fabient 2010-09-16 15:21:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/pmcstat pmcpl_callgraph.c pmcpl_calltree.c pmcstat_log.c pmcstat_log.h Log: SVN rev 212744 on 2010-09-16 15:21:15Z by fabient MFC r212176: When an asm location cannot be resolved to a function the cost will be spread as small value and then filtered by the threshold. As a first step solution display the number of event that cannot be resolved as a valid function location. Revision Changes Path 1.1.2.5 +2 -0 src/usr.sbin/pmcstat/pmcpl_callgraph.c 1.1.2.10 +2 -0 src/usr.sbin/pmcstat/pmcpl_calltree.c 1.13.2.11 +1 -0 src/usr.sbin/pmcstat/pmcstat_log.c 1.1.2.4 +1 -0 src/usr.sbin/pmcstat/pmcstat_log.h