Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A 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.15/drivers/bluetooth/
H A Dbtusb.c2420 bool is_fake = false; in btusb_setup_csr() local
2461 is_fake = true; in btusb_setup_csr()
2476 is_fake = true; in btusb_setup_csr()
2480 is_fake = true; in btusb_setup_csr()
2484 is_fake = true; in btusb_setup_csr()
2488 is_fake = true; in btusb_setup_csr()
2492 is_fake = true; in btusb_setup_csr()
2498 is_fake = true; in btusb_setup_csr()
2500 if (is_fake) { in btusb_setup_csr()
/linux-6.15/arch/x86/events/intel/
H A Dcore.c3352 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3375 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3426 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
3516 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
3543 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
3572 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
3631 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
3763 if (cpuc->is_fake) in intel_put_excl_constraints()
/linux-6.15/arch/x86/events/
H A Dcore.c1073 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1177 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2334 cpuc->is_fake = 1; in allocate_fake_cpuc()
H A Dperf_event.h273 int is_fake; member
/linux-6.15/arch/x86/events/amd/
H A Dcore.c491 if (cpuc->is_fake) in __amd_get_nb_event_constraints()