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

/linux-master/arch/x86/events/intel/
H A Dds.c1932 u64 pebs_status; local
1956 pebs_status = status & cpuc->pebs_enabled;
1957 pebs_status &= PEBS_COUNTER_MASK;
1958 if (pebs_status == (1 << bit))
2185 u64 pebs_status; local
2187 pebs_status = p->status & cpuc->pebs_enabled;
2188 pebs_status &= mask;
2192 for_each_set_bit(bit, (unsigned long *)&pebs_status, size)
2206 if (!pebs_status && cpuc->pebs_enabled &&
2208 pebs_status
2296 u64 pebs_status; local
[all...]

Completed in 107 milliseconds