Home
last modified time | relevance | path

Searched refs:zx_arch_events_map (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c483 static const struct { int id; char *name; } zx_arch_events_map[] __initconst = { variable
498 for_each_set_bit(bit, x86_pmu.events_mask, ARRAY_SIZE(zx_arch_events_map)) { in zhaoxin_arch_events_quirk()
499 zx_pmon_event_map[zx_arch_events_map[bit].id] = 0; in zhaoxin_arch_events_quirk()
501 zx_arch_events_map[bit].name); in zhaoxin_arch_events_quirk()