From mboxrd@z Thu Jan 1 00:00:00 1970 From: peterz@infradead.org (Peter Zijlstra) Date: Thu, 4 Aug 2016 18:59:51 +0200 Subject: [PATCH V3 1/6] perf/core: Adding PMU driver specific configuration In-Reply-To: <1469742143-22245-2-git-send-email-mathieu.poirier@linaro.org> References: <1469742143-22245-1-git-send-email-mathieu.poirier@linaro.org> <1469742143-22245-2-git-send-email-mathieu.poirier@linaro.org> Message-ID: <20160804165951.GU6862@twins.programming.kicks-ass.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jul 28, 2016 at 03:42:18PM -0600, Mathieu Poirier wrote: > This patch somewhat mimics the work done on address filters to > add the infrastructure needed to pass PMU specific HW > configuration to the driver before a session starts. I'm thinking we want to specify a syntax and validate the string matches the syntax in the generic code.