Lines Matching defs:hw_id
2380 int hw_id;
2388 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) {
2389 pe = &ptq->pebs[hw_id];
2392 pr_err("PEBS-via-PT record with no matching event, hw_id %d\n",
2393 hw_id);
3360 u64 hw_id = event->aux_output_hw_id.hw_id;
3367 if (!queue || !queue->priv || !evsel || hw_id > INTEL_PT_MAX_PEBS) {
3374 ptq->pebs[hw_id].evsel = evsel;
3375 ptq->pebs[hw_id].id = sample->id;