mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
13 lines
227 B
C
13 lines
227 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "../../../util/pmu.h"
|
||
|
#include "mem-events.h"
|
||
|
|
||
|
void perf_pmu__arch_init(struct perf_pmu *pmu)
|
||
|
{
|
||
|
if (pmu->is_core)
|
||
|
pmu->mem_events = perf_mem_events_power;
|
||
|
}
|