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

/linux-master/arch/x86/events/intel/
H A Dcore.c3877 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big;
4429 if (pmu->pmu_type == hybrid_big)
4506 if (pmu->pmu_type == hybrid_big)
4519 if (pmu->pmu_type == hybrid_big)
4780 pmu_type == hybrid_big)
5760 EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
5765 EVENT_ATTR_STR_HYBRID(topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
5766 EVENT_ATTR_STR_HYBRID(topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
5767 EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
5768 EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big);
[all...]
H A Dds.c265 WARN_ON_ONCE(hybrid_pmu(event->pmu)->pmu_type == hybrid_big);
/linux-master/arch/x86/events/
H A Dperf_event.h670 hybrid_big = BIT(1), enumerator in enum:hybrid_pmu_type
672 hybrid_big_small = hybrid_big | hybrid_small, /* only used for matching */
H A Dcore.c2173 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1);

Completed in 140 milliseconds