• Home
  • Raw
  • Download

Lines Matching refs:slots

354 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots,
357 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2");
358 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
360 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
370 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4");
1606 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c");
1607 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2");
1613 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm,
1616 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_slm,
1762 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_glm, "event=0x3c");
1763 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_glm, "3");
1769 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_glm, "event=0xc2");
1771 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_glm, "event=0x0e");
2455 static inline u64 icl_get_metrics_event_value(u64 metric, u64 slots, int idx) in icl_get_metrics_event_value() argument
2465 return mul_u64_u32_div(slots, val, 0xff); in icl_get_metrics_event_value()
2469 u64 slots, u64 metrics) in icl_get_topdown_value() argument
2475 delta = icl_get_metrics_event_value(metrics, slots, idx); in icl_get_topdown_value()
2477 delta = slots; in icl_get_topdown_value()
2483 u64 slots, u64 metrics, in __icl_update_topdown_event() argument
2488 delta = icl_get_topdown_value(event, slots, metrics); in __icl_update_topdown_event()
2506 static void update_saved_topdown_regs(struct perf_event *event, u64 slots, in update_saved_topdown_regs() argument
2513 event->hw.saved_slots = slots; in update_saved_topdown_regs()
2520 other->hw.saved_slots = slots; in update_saved_topdown_regs()
2536 u64 slots, metrics; in intel_update_topdown_event() local
2541 rdpmcl((3 | INTEL_PMC_FIXED_RDPMC_BASE), slots); in intel_update_topdown_event()
2542 if (!slots) in intel_update_topdown_event()
2552 __icl_update_topdown_event(other, slots, metrics, in intel_update_topdown_event()
2562 __icl_update_topdown_event(event, slots, metrics, in intel_update_topdown_event()
2574 update_saved_topdown_regs(event, slots, metrics, metric_end); in intel_update_topdown_event()
2586 return slots; in intel_update_topdown_event()
4964 EVENT_PTR(slots),
5002 EVENT_PTR(slots),
5236 EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", …