Symbol: is_hybrid
arch/x86/events/core.c
210
if (!is_hybrid())
arch/x86/events/core.c
2195
if (!is_hybrid())
arch/x86/events/core.c
2232
if (!is_hybrid()) {
arch/x86/events/core.c
2400
if (is_hybrid()) {
arch/x86/events/core.c
2466
if (is_hybrid()) {
arch/x86/events/core.c
2519
if (is_hybrid() && (event->cpu != -1)) {
arch/x86/events/intel/core.c
4492
if (is_hybrid())
arch/x86/events/intel/core.c
5609
if (is_hybrid() || x86_pmu.extra_regs || x86_pmu.lbr_sel_map) {
arch/x86/events/intel/core.c
6074
if (is_hybrid() && !init_hybrid_pmu(cpu))
arch/x86/events/intel/core.c
6107
if (!is_hybrid() && x86_pmu.intel_cap.perf_metrics) {
arch/x86/events/intel/core.c
6202
if (is_hybrid() && cpuc->pmu)
arch/x86/events/intel/core.c
8434
if (!is_hybrid()) {
arch/x86/events/intel/core.c
8460
if (!is_hybrid() && boot_cpu_has(X86_FEATURE_ARCH_PERFMON_EXT))
arch/x86/events/intel/core.c
8528
if (!is_hybrid() && x86_pmu.intel_cap.perf_metrics)
arch/x86/events/intel/ds.c
460
WARN_ON_ONCE(is_hybrid() &&
arch/x86/events/perf_event.h
792
if (is_hybrid() && (_pmu)) \
arch/x86/events/perf_event.h
802
if (is_hybrid() && (_pmu)) \
arch/x86/events/perf_event.h
812
if (is_hybrid() && (_pmu)) \
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
216
atpx->is_hybrid = false;
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
221
atpx->is_hybrid = false;
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
229
atpx->is_hybrid = true;
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
41
bool is_hybrid;
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
89
return amdgpu_atpx_priv.atpx.is_hybrid;
drivers/gpu/drm/radeon/radeon_atpx_handler.c
207
atpx->is_hybrid = false;
drivers/gpu/drm/radeon/radeon_atpx_handler.c
215
atpx->is_hybrid = true;
drivers/gpu/drm/radeon/radeon_atpx_handler.c
30
bool is_hybrid;
drivers/gpu/drm/radeon/radeon_atpx_handler.c
76
return radeon_atpx_priv.atpx.is_hybrid;
tools/perf/arch/x86/tests/intel-pt-test.c
444
if (!is_hybrid()) {
tools/power/x86/turbostat/turbostat.c
510
unsigned int is_hybrid;
tools/power/x86/turbostat/turbostat.c
7093
if (is_hybrid)
tools/power/x86/turbostat/turbostat.c
9222
is_hybrid = !!(edx & (1 << 15));
tools/power/x86/turbostat/turbostat.c
9225
fprintf(outf, "CPUID(7): %sSGX %sHybrid\n", has_sgx ? "" : "No-", is_hybrid ? "" : "No-");
tools/power/x86/turbostat/turbostat.c
9405
if (!is_hybrid) {