Lines Matching refs:status
100 static u64 precise_store_data(u64 status) in precise_store_data() argument
105 dse.val = status; in precise_store_data()
138 static u64 precise_datala_hsw(struct perf_event *event, u64 status) in precise_datala_hsw() argument
158 if (status & 1) in precise_datala_hsw()
166 static u64 load_latency_data(u64 status) in load_latency_data() argument
171 dse.val = status; in load_latency_data()
218 u64 status, dla, dse, lat; member
230 u64 status, dla, dse, lat; member
259 u64 status, dla, dse, lat; member
1321 return ((struct pebs_record_nhm *)n)->status; in get_pebs_status()
1639 unsigned long status = get_pebs_status(at); in get_next_pebs_record_by_bit() local
1641 if (test_bit(bit, (unsigned long *)&status)) { in get_next_pebs_record_by_bit()
1646 if (status == (1 << bit)) in get_next_pebs_record_by_bit()
1650 pebs_status = status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()
1881 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
1902 pebs_status = p->status = cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()