Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Drecordmcount.h182 int is_fake; in MIPS_is_fake_mcount() local
184 is_fake = (old_r_offset != ~(Elf_Addr)0) && in MIPS_is_fake_mcount()
188 return is_fake; in MIPS_is_fake_mcount()
/linux-6.1.9/drivers/bluetooth/
Dbtusb.c2038 bool is_fake = false; in btusb_setup_csr() local
2078 is_fake = true; in btusb_setup_csr()
2093 is_fake = true; in btusb_setup_csr()
2097 is_fake = true; in btusb_setup_csr()
2101 is_fake = true; in btusb_setup_csr()
2105 is_fake = true; in btusb_setup_csr()
2109 is_fake = true; in btusb_setup_csr()
2115 is_fake = true; in btusb_setup_csr()
2117 if (is_fake) { in btusb_setup_csr()
/linux-6.1.9/arch/x86/events/intel/
Dcore.c3207 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3230 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3281 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
3371 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
3398 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
3427 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
3486 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
3611 if (cpuc->is_fake) in intel_put_excl_constraints()
/linux-6.1.9/arch/x86/events/
Dcore.c1066 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1172 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2347 cpuc->is_fake = 1; in allocate_fake_cpuc()
Dperf_event.h254 int is_fake; member
/linux-6.1.9/arch/x86/events/amd/
Dcore.c460 if (cpuc->is_fake) in __amd_get_nb_event_constraints()