Home
last modified time | relevance | path

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

/linux/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/drivers/bluetooth/
H A Dbtusb.c2465 bool is_fake = false; in btusb_setup_csr() local
2506 is_fake = true; in btusb_setup_csr()
2521 is_fake = true; in btusb_setup_csr()
2525 is_fake = true; in btusb_setup_csr()
2529 is_fake = true; in btusb_setup_csr()
2533 is_fake = true; in btusb_setup_csr()
2537 is_fake = true; in btusb_setup_csr()
2543 is_fake = true; in btusb_setup_csr()
2545 if (is_fake) { in btusb_setup_csr()
/linux/arch/x86/events/intel/
H A Dcore.c3849 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3872 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3923 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
4013 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
4040 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
4069 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
4128 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
4259 if (cpuc->is_fake) in intel_put_excl_constraints()
/linux/arch/x86/events/
H A Dcore.c1094 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1198 if (!cpuc->is_fake && leader->attr.precise_ip) { in collect_events()
2398 cpuc->is_fake = 1; in allocate_fake_cpuc()
H A Dperf_event.h291 int is_fake; member
/linux/arch/x86/events/amd/
H A Dcore.c493 if (cpuc->is_fake) in __amd_get_nb_event_constraints()