Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/bluetooth/
Dbtusb.c2319 bool is_fake = false; in btusb_setup_csr() local
2360 is_fake = true; in btusb_setup_csr()
2375 is_fake = true; in btusb_setup_csr()
2379 is_fake = true; in btusb_setup_csr()
2383 is_fake = true; in btusb_setup_csr()
2387 is_fake = true; in btusb_setup_csr()
2391 is_fake = true; in btusb_setup_csr()
2397 is_fake = true; in btusb_setup_csr()
2399 if (is_fake) { in btusb_setup_csr()
/linux-6.12.1/arch/x86/events/intel/
Dcore.c3293 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3316 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3367 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
3457 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
3484 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
3513 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
3572 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
3704 if (cpuc->is_fake) in intel_put_excl_constraints()
/linux-6.12.1/arch/x86/events/
Dcore.c1072 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1176 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2324 cpuc->is_fake = 1; in allocate_fake_cpuc()
Dperf_event.h261 int is_fake; member
/linux-6.12.1/arch/x86/events/amd/
Dcore.c491 if (cpuc->is_fake) in __amd_get_nb_event_constraints()