Symbol: is_hybrid
arch/x86/events/core.c
210
if (!is_hybrid())
arch/x86/events/core.c
2198
if (!is_hybrid())
arch/x86/events/core.c
2235
if (!is_hybrid()) {
arch/x86/events/core.c
2403
if (is_hybrid()) {
arch/x86/events/core.c
2469
if (is_hybrid()) {
arch/x86/events/core.c
2522
if (is_hybrid() && (event->cpu != -1)) {
arch/x86/events/intel/core.c
4772
if (is_hybrid())
arch/x86/events/intel/core.c
5889
if (is_hybrid() || x86_pmu.extra_regs || x86_pmu.lbr_sel_map) {
arch/x86/events/intel/core.c
6354
if (is_hybrid() && !init_hybrid_pmu(cpu))
arch/x86/events/intel/core.c
6387
if (!is_hybrid() && x86_pmu.intel_cap.perf_metrics) {
arch/x86/events/intel/core.c
6482
if (is_hybrid() && cpuc->pmu)
arch/x86/events/intel/core.c
8790
if (!is_hybrid()) {
arch/x86/events/intel/core.c
8816
if (!is_hybrid() && boot_cpu_has(X86_FEATURE_ARCH_PERFMON_EXT))
arch/x86/events/intel/core.c
8884
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
800
if (is_hybrid() && (_pmu)) \
arch/x86/events/perf_event.h
810
if (is_hybrid() && (_pmu)) \
arch/x86/events/perf_event.h
820
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
513
unsigned int is_hybrid;
tools/power/x86/turbostat/turbostat.c
7108
if (is_hybrid)
tools/power/x86/turbostat/turbostat.c
9237
is_hybrid = !!(edx & (1 << 15));
tools/power/x86/turbostat/turbostat.c
9240
fprintf(outf, "CPUID(7): %sSGX %sHybrid\n", has_sgx ? "" : "No-", is_hybrid ? "" : "No-");
tools/power/x86/turbostat/turbostat.c
9420
if (!is_hybrid) {