Lines Matching defs:pebs_status
1626 u64 pebs_status;
1650 pebs_status = status & cpuc->pebs_enabled;
1651 pebs_status &= PEBS_COUNTER_MASK;
1652 if (pebs_status == (1 << bit))
1879 u64 pebs_status;
1881 pebs_status = p->status & cpuc->pebs_enabled;
1882 pebs_status &= mask;
1886 for_each_set_bit(bit, (unsigned long *)&pebs_status, size)
1900 if (!pebs_status && cpuc->pebs_enabled &&
1902 pebs_status = p->status = cpuc->pebs_enabled;
1904 bit = find_first_bit((unsigned long *)&pebs_status,
1924 if (pebs_status != (1ULL << bit)) {
1925 for_each_set_bit(i, (unsigned long *)&pebs_status, size)
1988 u64 pebs_status;
1990 pebs_status = get_pebs_status(at) & cpuc->pebs_enabled;
1991 pebs_status &= mask;
1993 for_each_set_bit(bit, (unsigned long *)&pebs_status, size)