Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c1753 if (reg->alloc && !cpuc->is_fake) in __intel_shared_reg_get_constraints()
1776 if (!cpuc->is_fake) { in __intel_shared_reg_get_constraints()
1827 if (!reg->alloc || cpuc->is_fake) in __intel_shared_reg_put_constraints()
1913 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_start_scheduling()
1951 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_stop_scheduling()
1989 if (cpuc->is_fake || !is_ht_workaround_enabled()) in intel_get_excl_constraints()
2138 if (cpuc->is_fake) in intel_put_excl_constraints()
2211 if (cpuc->is_fake || !c) in intel_commit_scheduling()
Dperf_event_amd.c303 if (cpuc->is_fake) in __amd_get_nb_event_constraints()
Dperf_event.h186 int is_fake; member
Dperf_event.c873 if (is_ht_workaround_enabled() && !cpuc->is_fake && in x86_schedule_events()
1828 cpuc->is_fake = 1; in allocate_fake_cpuc()