Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c4232 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big; in require_mem_loads_aux_event()
5034 if (pmu->pmu_type == hybrid_big) in adl_get_event_constraints()
5111 if (pmu->pmu_type == hybrid_big) in mtl_get_event_constraints()
5124 if (pmu->pmu_type == hybrid_big) in adl_hw_config()
5732 if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big) in find_hybrid_pmu_for_cpu()
6744 …slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
6749 …topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
6750 …topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
6751 …topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
6752 …topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big);
[all …]
H A Dds.c321 hybrid_pmu(event->pmu)->pmu_type == hybrid_big); in __grt_latency_data()
/linux/arch/x86/events/
H A Dperf_event.h705 hybrid_big = BIT(X86_HYBRID_PMU_CORE_IDX), enumerator
709 hybrid_big_small = hybrid_big | hybrid_small,
711 hybrid_big_small_tiny = hybrid_big | hybrid_small_tiny,
H A Dcore.c2212 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()