Searched refs:arm_cmn_hw_event (Results 1 – 1 of 1) sorted by relevance
697 struct arm_cmn_hw_event { struct710 static_assert(sizeof(struct arm_cmn_hw_event) <= offsetof(struct hw_perf_event, target)); argument719 static struct arm_cmn_hw_event *to_cmn_hw(struct perf_event *event) in to_cmn_hw()721 return (struct arm_cmn_hw_event *)&event->hw; in to_cmn_hw()726 static void arm_cmn_set_dtm_idx(struct arm_cmn_hw_event *hw, unsigned int pos, unsigned int val) in arm_cmn_set_dtm_idx()731 static unsigned int arm_cmn_get_dtm_idx(struct arm_cmn_hw_event *hw, unsigned int pos) in arm_cmn_get_dtm_idx()741 static void arm_cmn_set_wp_idx(struct arm_cmn_hw_event *hw, unsigned int pos, bool val) in arm_cmn_set_wp_idx()747 static unsigned int arm_cmn_get_wp_idx(struct arm_cmn_hw_event *hw, unsigned int pos) in arm_cmn_get_wp_idx()757 static void arm_cmn_clear_idx(struct arm_cmn_hw_event *hw) in arm_cmn_clear_idx()1566 struct arm_cmn_hw_event *hw, in arm_cmn_get_assigned_wp_idx()[all …]