Lines Matching defs:pebs_status
1931 u64 pebs_status;
1955 pebs_status = status & cpuc->pebs_enabled;
1956 pebs_status &= PEBS_COUNTER_MASK;
1957 if (pebs_status == (1 << bit))
2184 u64 pebs_status;
2186 pebs_status = p->status & cpuc->pebs_enabled;
2187 pebs_status &= mask;
2191 for_each_set_bit(bit, (unsigned long *)&pebs_status, size)
2205 if (!pebs_status && cpuc->pebs_enabled &&
2207 pebs_status = p->status = cpuc->pebs_enabled;
2209 bit = find_first_bit((unsigned long *)&pebs_status,
2229 if (pebs_status != (1ULL << bit)) {
2230 for_each_set_bit(i, (unsigned long *)&pebs_status, size)
2295 u64 pebs_status;
2297 pebs_status = get_pebs_status(at) & cpuc->pebs_enabled;
2298 pebs_status &= mask;
2300 for_each_set_bit(bit, (unsigned long *)&pebs_status, size)