]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/perf: Add macros for defining event fields & formats
authorCody P Schafer <cody@linux.vnet.ibm.com>
Fri, 14 Mar 2014 05:00:40 +0000 (16:00 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 23 Mar 2014 22:48:31 +0000 (09:48 +1100)
commit7b43c67950f0985be257f5fb7d656557e24d92d9
treee4dee9548f8c52c49043c65ddae4d4ca77265440
parent2d1b21ad7d1574c7aaa5b9acdb3a02fd37a11c01
powerpc/perf: Add macros for defining event fields & formats

Add two macros which generate functions to extract the relevent bits
from event->attr.config{,1,2}.

EVENT_DEFINE_RANGE() defines an accessor for a range of bits in the
event, as well as a "max" function that gives the maximum value of the
field based on the bit width.

EVENT_DEFINE_RANGE_FORMAT() defines the accessor & max routine and also
a format attribute for use in the PMU's attr_groups.

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
[mpe: move to powerpc, ugly but descriptive macro names]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/perf/hv-common.h