Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dcore.c2563 if (pmu->cpu_type != hybrid_big) in adl_set_topdown_event_period()
2715 if (pmu->cpu_type != hybrid_big) in adl_update_topdown_event()
3872 return hybrid_pmu(event->pmu)->cpu_type == hybrid_big; in require_mem_loads_aux_event()
4369 if (pmu->cpu_type == hybrid_big) in adl_get_event_constraints()
4441 if (pmu->cpu_type == hybrid_big) in mtl_get_event_constraints()
4454 if (pmu->cpu_type == hybrid_big) in adl_hw_config()
4465 return hybrid_big; in adl_get_hybrid_cpu_type()
5628 …slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
5633 …topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
5634 …topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
[all …]
H A Dds.c264 WARN_ON_ONCE(hybrid_pmu(event->pmu)->cpu_type == hybrid_big); in __adl_latency_data_small()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h725 hybrid_big = 0x40, enumerator
728 hybrid_big_small = hybrid_big | hybrid_small,
H A Dcore.c2175 (hybrid_pmu->cpu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()