Home
last modified time | relevance | path

Searched refs:is_fake (Results 1 – 4 of 4) sorted by relevance

/arch/x86/events/intel/
Dcore.c3066 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3089 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3140 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
3230 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
3257 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
3286 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
3345 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
3470 if (cpuc->is_fake) in intel_put_excl_constraints()
/arch/x86/events/amd/
Dcore.c450 if (cpuc->is_fake) in __amd_get_nb_event_constraints()
/arch/x86/events/
Dcore.c1062 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1168 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2331 cpuc->is_fake = 1; in allocate_fake_cpuc()
Dperf_event.h251 int is_fake; member