Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Drecordmcount.h168 int is_fake; in MIPS_is_fake_mcount() local
170 is_fake = (old_r_offset != ~(Elf_Addr)0) && in MIPS_is_fake_mcount()
174 return is_fake; in MIPS_is_fake_mcount()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c1993 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
2016 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
2067 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
2152 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
2179 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_commit_scheduling()
2208 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
2238 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
2380 if (cpuc->is_fake) in intel_put_excl_constraints()
Dperf_event_amd.c303 if (cpuc->is_fake) in __amd_get_nb_event_constraints()
Dperf_event.h200 int is_fake; member
Dperf_event.c891 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1877 cpuc->is_fake = 1; in allocate_fake_cpuc()