Symbol: hybrid_big
arch/x86/events/core.c
2249
(hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1);
arch/x86/events/intel/core.c
4493
return hybrid_pmu(event->pmu)->pmu_type == hybrid_big;
arch/x86/events/intel/core.c
5308
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
5385
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
5398
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
6010
if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big)
arch/x86/events/intel/core.c
7022
EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", hybrid_big);
arch/x86/events/intel/core.c
7027
EVENT_ATTR_STR_HYBRID(topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", hybrid_big);
arch/x86/events/intel/core.c
7028
EVENT_ATTR_STR_HYBRID(topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", hybrid_big);
arch/x86/events/intel/core.c
7029
EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
arch/x86/events/intel/core.c
7030
EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", hybrid_big);
arch/x86/events/intel/core.c
7096
EVENT_ATTR_STR_HYBRID(mem-loads-aux, mem_ld_aux_adl, "event=0x03,umask=0x82", hybrid_big);
arch/x86/events/intel/core.c
7126
EVENT_ATTR_STR_HYBRID(tx-start, tx_start_adl, "event=0xc9,umask=0x1", hybrid_big);
arch/x86/events/intel/core.c
7127
EVENT_ATTR_STR_HYBRID(tx-commit, tx_commit_adl, "event=0xc9,umask=0x2", hybrid_big);
arch/x86/events/intel/core.c
7128
EVENT_ATTR_STR_HYBRID(tx-abort, tx_abort_adl, "event=0xc9,umask=0x4", hybrid_big);
arch/x86/events/intel/core.c
7129
EVENT_ATTR_STR_HYBRID(tx-conflict, tx_conflict_adl, "event=0x54,umask=0x1", hybrid_big);
arch/x86/events/intel/core.c
7130
EVENT_ATTR_STR_HYBRID(cycles-t, cycles_t_adl, "event=0x3c,in_tx=1", hybrid_big);
arch/x86/events/intel/core.c
7131
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
7132
EVENT_ATTR_STR_HYBRID(tx-capacity-read, tx_capacity_read_adl, "event=0x54,umask=0x80", hybrid_big);
arch/x86/events/intel/core.c
7133
EVENT_ATTR_STR_HYBRID(tx-capacity-write, tx_capacity_write_adl, "event=0x54,umask=0x2", hybrid_big);
arch/x86/events/intel/core.c
7147
FORMAT_ATTR_HYBRID(in_tx, hybrid_big);
arch/x86/events/intel/core.c
7148
FORMAT_ATTR_HYBRID(in_tx_cp, hybrid_big);
arch/x86/events/intel/core.c
7151
FORMAT_ATTR_HYBRID(frontend, hybrid_big);
arch/x86/events/intel/core.c
7248
if (pmu->pmu_type == hybrid_big)
arch/x86/events/intel/core.c
7383
{ hybrid_big, "cpu_core" },
arch/x86/events/intel/core.c
7419
} 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
720
hybrid_big_small = hybrid_big | hybrid_small,
arch/x86/events/perf_event.h
722
hybrid_big_small_tiny = hybrid_big | hybrid_small_tiny,