brintos

brintos / linux-shallow public Read only

0
0
Text · 202 B · 5fc50be Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _ARM64_MEM_EVENTS_H3#define _ARM64_MEM_EVENTS_H4 5extern struct perf_mem_event perf_mem_events_arm[PERF_MEM_EVENTS__MAX];6 7#endif /* _ARM64_MEM_EVENTS_H */8