Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/intel/
Dcore.c2448 if (pmu->cpu_type != hybrid_big) in adl_set_topdown_event_period()
2598 if (pmu->cpu_type != hybrid_big) in adl_update_topdown_event()
3702 return hybrid_pmu(event->pmu)->cpu_type == hybrid_big; in require_mem_loads_aux_event()
4119 if (pmu->cpu_type == hybrid_big) in adl_get_event_constraints()
4132 if (pmu->cpu_type == hybrid_big) in adl_hw_config()
4143 return hybrid_big; in adl_get_hybrid_cpu_type()
5216 …slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
5221 …topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
5222 …topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
5223 …topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
[all …]
/Linux-v5.15/arch/x86/events/
Dperf_event.h704 hybrid_big = 0x40, enumerator
707 hybrid_big_small = hybrid_big | hybrid_small,
Dcore.c2181 (hybrid_pmu->cpu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()