Home
last modified time | relevance | path

Searched refs:is_fake (Results 1 – 5 of 5) 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.c2493 bool is_fake = false; in btusb_setup_csr() local
2535 is_fake = true; in btusb_setup_csr()
2550 is_fake = true; in btusb_setup_csr()
2554 is_fake = true; in btusb_setup_csr()
2558 is_fake = true; in btusb_setup_csr()
2562 is_fake = true; in btusb_setup_csr()
2566 is_fake = true; in btusb_setup_csr()
2572 is_fake = true; in btusb_setup_csr()
2574 if (is_fake) { in btusb_setup_csr()
/linux/arch/x86/events/intel/
H A Dcore.c3876 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
3899 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
3950 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
4040 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
4067 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
4096 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
4155 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
4286 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()
2401 cpuc->is_fake = 1; in allocate_fake_cpuc()
H A Dperf_event.h301 int is_fake; member