Home
last modified time | relevance | path

Searched refs:arm_cmn_hw_event (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm-cmn.c257 struct arm_cmn_hw_event { struct
268 static struct arm_cmn_hw_event *to_cmn_hw(struct perf_event *event) in to_cmn_hw() argument
270 BUILD_BUG_ON(sizeof(struct arm_cmn_hw_event) > offsetof(struct hw_perf_event, target)); in to_cmn_hw()
271 return (struct arm_cmn_hw_event *)&event->hw; in to_cmn_hw()
679 static u64 arm_cmn_read_dtm(struct arm_cmn *cmn, struct arm_cmn_hw_event *hw, in arm_cmn_read_dtm()
718 struct arm_cmn_hw_event *hw = to_cmn_hw(event); in arm_cmn_init_counter()
734 struct arm_cmn_hw_event *hw = to_cmn_hw(event); in arm_cmn_event_read()
762 struct arm_cmn_hw_event *hw = to_cmn_hw(event); in arm_cmn_event_start()
791 struct arm_cmn_hw_event *hw = to_cmn_hw(event); in arm_cmn_event_stop()
826 struct arm_cmn_hw_event *hw = to_cmn_hw(event); in arm_cmn_val_add_event()
[all …]