Skip to content
  • Will Deacon's avatar
    ARM: perf: prepare for moving CPU PMU code into separate file · 6dbc0029
    Will Deacon authored
    
    
    The CPU PMU code is tightly coupled with generic ARM PMU handling code.
    This makes it cumbersome when trying to add support for other ARM PMUs
    (e.g. interconnect, L2 cache controller, bus) as the generic parts of
    the code are not readily reusable.
    
    This patch cleans up perf_event.c so that reusable code is exposed via
    header files to other potential PMU drivers. The CPU code is
    consistently named to identify it as such and also to prepare for moving
    it into a separate file.
    
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    6dbc0029