Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dcore.c2449 if (pmu->cpu_type != hybrid_big) in adl_set_topdown_event_period()
2599 if (pmu->cpu_type != hybrid_big) in adl_update_topdown_event()
3708 return hybrid_pmu(event->pmu)->cpu_type == hybrid_big; in require_mem_loads_aux_event()
4125 if (pmu->cpu_type == hybrid_big) in adl_get_event_constraints()
4138 if (pmu->cpu_type == hybrid_big) in adl_hw_config()
4149 return hybrid_big; in adl_get_hybrid_cpu_type()
5236 …slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
5241 …topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
5242 …topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
5243 …topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
[all …]
/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()