From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 15 17:48:34 2015 Return-Path: Delivered-To: freebsd-hackers@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34252A51 for ; Mon, 15 Jun 2015 17:48:34 +0000 (UTC) (envelope-from csprajeeth@gmail.com) Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9EB9EA for ; Mon, 15 Jun 2015 17:48:33 +0000 (UTC) (envelope-from csprajeeth@gmail.com) Received: by ykar6 with SMTP id r6so36131171yka.2 for ; Mon, 15 Jun 2015 10:48:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1Ks/f8YIVlPz24jo6ktS9jcCpoZlhV7wOgedEOY928g=; b=MS7ugmFSS1gKOivpnKkQm83D65pKdrJtYAQfChNSTY1I/t2xkzZsXig+Jqqa5gQqTl a4wQks5LFLeLx5VjcsRzNWZQtP/GYSkQ+UWfnxdz1rxHQ5evbZN1oMIdTlYr3B6jNwfk mD0LYER0+8JJi84Je5Ofng6whcXUWcgsT+vcPPsJa2ulo1vAnAA0Sm31wTZTu8VEaIib 6lU+S7UQNnjJK/6pzwPOpTOPvTnYcJ7Qm064j8rhNufAkLMsxh4tEndOFyBdb9gs+vN5 uYwrLpFX9zkjdUPYdRYgt4j5n3fwU6oPyvHEHKBb3+3MphfHGfHyvehICrL/jTYpqt1v ZLIg== MIME-Version: 1.0 X-Received: by 10.170.100.67 with SMTP id r64mr35954001yka.9.1434390513047; Mon, 15 Jun 2015 10:48:33 -0700 (PDT) Received: by 10.37.194.134 with HTTP; Mon, 15 Jun 2015 10:48:32 -0700 (PDT) Date: Mon, 15 Jun 2015 23:18:32 +0530 Message-ID: Subject: PMCSTAT Event for counting L1-DCache Hit / Misses From: Sai Prajeeth To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 17:48:34 -0000 Hi, I am not able to find the event that counts the L1 Data cache hits and misses in pmccontrol -L. Can anyone tell me what the events are so that i can get the counts using pmcstat ?\ Thanks!