From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932515Ab0FJLMp (ORCPT ); Thu, 10 Jun 2010 07:12:45 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:58578 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758841Ab0FJLKw convert rfc822-to-8bit (ORCPT ); Thu, 10 Jun 2010 07:10:52 -0400 Subject: Re: [PATCH 1/5] perf: Provide a proper stop action for software events From: Peter Zijlstra To: Frederic Weisbecker Cc: Ingo Molnar , LKML , Arnaldo Carvalho de Melo , Paul Mackerras , Stephane Eranian , Cyrill Gorcunov , Zhang Yanmin , Steven Rostedt In-Reply-To: <1276166813.2077.96.camel@twins> References: <1276141760-11590-1-git-send-regression-fweisbec@gmail.com> <1276141760-11590-2-git-send-regression-fweisbec@gmail.com> <1276166813.2077.96.camel@twins> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Thu, 10 Jun 2010 13:10:42 +0200 Message-ID: <1276168242.2077.134.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-06-10 at 12:46 +0200, Peter Zijlstra wrote: > > Something like the below would work, the only 'problem' is that it grows > hw_perf_event. If we do the whole PAUSEd thing right, we'd not need this I think.