From owner-freebsd-current@FreeBSD.ORG Sat Aug 17 01:15:33 2013 Return-Path: Delivered-To: freebsd-current@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 089285CE; Sat, 17 Aug 2013 01:15:33 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 170912BF1; Sat, 17 Aug 2013 01:15:31 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id n15so1292390ead.16 for ; Fri, 16 Aug 2013 18:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=S7Fyau1oWnSTzPrUWMuGXioVO5ChufAGKhS3Co7rt/4=; b=tSTjIdM0CACdafAWR7ua2itUk5XSTalENjQEsyNtMteCmi6Jzj1qgfEF/sUQVbglnC lVJuk46Rmx2XX3psCpdO5gCjx4IkGxxGRvufU+ppwC8LwMWrFA0P1IE5hccMlxxm/Kaw 3l0h7uVoB7Ikcp6D7pBtW3H8kPqmqNqoOUB5P7rELZaWX0463q/qzKuRZpm7uS5J9u26 es2A1FLK3iSHDl/Owy4PwkpmUYnKZx+zqGPQauXZFCxI5QrZpk4HtdVJTlQnuQhQwtu3 CZfvAm5YyIVASe2m9DgjZov/S+WClPRAxfMNjG371RusHK2WdobgPRkx6Foi9gGTaVPR rCEg== MIME-Version: 1.0 X-Received: by 10.14.200.132 with SMTP id z4mr861025een.14.1376702130279; Fri, 16 Aug 2013 18:15:30 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Fri, 16 Aug 2013 18:15:30 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 Aug 2013 18:15:30 -0700 Message-ID: Subject: Re: patch: enable MEM_LOAD_UOPS_LLC_HIT_RETIRED on sandy bridge xeon From: hiren panchasara To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Davide Italiano , Jim Harris , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 01:15:33 -0000 On Fri, Aug 16, 2013 at 1:35 PM, Adrian Chadd wrote: > Attempt #2: > > http://people.freebsd.org/~adrian/netflix/20130816-hwpmc-sbx-1.diff > Looks good. You should update the manpage for sbx too and add new counters. > > I've verified that I get counter events from this! But I need to load up a > system more to trigger contention to validate that they're doing the right > thing. > > Unfortunately there's an erratum on this which we need to add in the hack > for: > > > http://software.intel.com/en-us/articles/performance-monitoring-on-intel-xeon-processor-e5-family > > .. sigh. > sigh indeed. Adding the PR you reported just for the reference: http://www.freebsd.org/cgi/query-pr.cgi?pr=181346&cat= Cheers, Hiren