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

/linux-master/scripts/
H A Drecordmcount.h182 int is_fake; local
184 is_fake = (old_r_offset != ~(Elf_Addr)0) &&
188 return is_fake;
/linux-master/drivers/bluetooth/
H A Dbtusb.c2326 bool is_fake = false; local
2367 is_fake = true;
2382 is_fake = true;
2386 is_fake = true;
2390 is_fake = true;
2394 is_fake = true;
2398 is_fake = true;
2404 is_fake = true;
2406 if (is_fake) {
/linux-master/arch/x86/events/intel/
H A Dcore.c3234 if (reg->alloc && !cpuc->is_fake)
3257 if (!cpuc->is_fake) {
3308 if (!reg->alloc || cpuc->is_fake)
3398 if (cpuc->is_fake || !is_ht_workaround_enabled())
3425 if (cpuc->is_fake || !is_ht_workaround_enabled())
3454 if (cpuc->is_fake || !is_ht_workaround_enabled())
3513 if (cpuc->is_fake || !is_ht_workaround_enabled())
3645 if (cpuc->is_fake)
/linux-master/arch/x86/events/
H A Dcore.c1066 if (is_ht_workaround_enabled() && !cpuc->is_fake &&
1172 if (!cpuc->is_fake && leader->attr.precise_ip) {
2322 cpuc->is_fake = 1;
H A Dperf_event.h261 int is_fake; member in struct:cpu_hw_events
/linux-master/arch/x86/events/amd/
H A Dcore.c489 if (cpuc->is_fake)

Completed in 221 milliseconds