Symbol: hybrid_big
arch/x86/events/core.c
2252
(hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1);
arch/x86/events/intel/core.c
4773
return hybrid_pmu(event->pmu)->pmu_type == hybrid_big;
arch/x86/events/intel/core.c
5588
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
5665
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
5678
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
6296
if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big)
arch/x86/events/intel/core.c
7308
EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
arch/x86/events/intel/core.c
7313
EVENT_ATTR_STR_HYBRID(topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
arch/x86/events/intel/core.c
7314
EVENT_ATTR_STR_HYBRID(topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
arch/x86/events/intel/core.c
7315
EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
arch/x86/events/intel/core.c
7316
EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big);
arch/x86/events/intel/core.c
7382
EVENT_ATTR_STR_HYBRID(mem-loads-aux, mem_ld_aux_adl, "event=0x03,umask=0x82", hybrid_big);
arch/x86/events/intel/core.c
7412
EVENT_ATTR_STR_HYBRID(tx-start, tx_start_adl, "event=0xc9,umask=0x1", hybrid_big);
arch/x86/events/intel/core.c
7413
EVENT_ATTR_STR_HYBRID(tx-commit, tx_commit_adl, "event=0xc9,umask=0x2", hybrid_big);
arch/x86/events/intel/core.c
7414
EVENT_ATTR_STR_HYBRID(tx-abort, tx_abort_adl, "event=0xc9,umask=0x4", hybrid_big);
arch/x86/events/intel/core.c
7415
EVENT_ATTR_STR_HYBRID(tx-conflict, tx_conflict_adl, "event=0x54,umask=0x1", hybrid_big);
arch/x86/events/intel/core.c
7416
EVENT_ATTR_STR_HYBRID(cycles-t, cycles_t_adl, "event=0x3c,in_tx=1", hybrid_big);
arch/x86/events/intel/core.c
7417
EVENT_ATTR_STR_HYBRID(cycles-ct, cycles_ct_adl, "event=0x3c,in_tx=1,in_tx_cp=1", hybrid_big);
arch/x86/events/intel/core.c
7418
EVENT_ATTR_STR_HYBRID(tx-capacity-read, tx_capacity_read_adl, "event=0x54,umask=0x80", hybrid_big);
arch/x86/events/intel/core.c
7419
EVENT_ATTR_STR_HYBRID(tx-capacity-write, tx_capacity_write_adl, "event=0x54,umask=0x2", hybrid_big);
arch/x86/events/intel/core.c
7433
FORMAT_ATTR_HYBRID(in_tx, hybrid_big);
arch/x86/events/intel/core.c
7434
FORMAT_ATTR_HYBRID(in_tx_cp, hybrid_big);
arch/x86/events/intel/core.c
7437
FORMAT_ATTR_HYBRID(frontend, hybrid_big);
arch/x86/events/intel/core.c
7534
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
7669
{ hybrid_big, "cpu_core" },
arch/x86/events/intel/core.c
7705
} else if (pmu->pmu_type & hybrid_big) {
arch/x86/events/intel/ds.c
461
hybrid_pmu(event->pmu)->pmu_type == hybrid_big);
arch/x86/events/perf_event.h
728
hybrid_big_small = hybrid_big | hybrid_small,
arch/x86/events/perf_event.h
730
hybrid_big_small_tiny = hybrid_big | hybrid_small_tiny,