Searched refs:hybrid_big (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 4493 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big; in require_mem_loads_aux_event() 5308 if (pmu->pmu_type == hybrid_big) in adl_get_event_constraints() 5385 if (pmu->pmu_type == hybrid_big) in mtl_get_event_constraints() 5398 if (pmu->pmu_type == hybrid_big) in adl_hw_config() 6016 if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big) in find_hybrid_pmu_for_cpu() 7028 …slots, slots_adl, "event=0x00,umask=0x4", hybrid_big); 7033 …topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big); 7034 …topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big); 7035 …topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big); 7036 …topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big); [all …]
|
| H A D | ds.c | 461 hybrid_pmu(event->pmu)->pmu_type == hybrid_big); in __grt_latency_data()
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 716 hybrid_big = BIT(X86_HYBRID_PMU_CORE_IDX), enumerator 720 hybrid_big_small = hybrid_big | hybrid_small, 722 hybrid_big_small_tiny = hybrid_big | hybrid_small_tiny,
|
| H A D | core.c | 2249 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()
|