Home
last modified time | relevance | path

Searched defs:pmu_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/perf/
Dxgene_pmu.c150 struct xgene_pmu_dev *pmu_dev; member
619 struct xgene_pmu_dev *pmu_dev = to_pmu_dev(dev_get_drvdata(dev)); in xgene_pmu_cpumask_show() local
704 static int get_next_avail_cntr(struct xgene_pmu_dev *pmu_dev) in get_next_avail_cntr()
717 static void clear_avail_cntr(struct xgene_pmu_dev *pmu_dev, int cntr) in clear_avail_cntr()
743 static inline u64 xgene_pmu_read_counter32(struct xgene_pmu_dev *pmu_dev, in xgene_pmu_read_counter32()
749 static inline u64 xgene_pmu_read_counter64(struct xgene_pmu_dev *pmu_dev, in xgene_pmu_read_counter64()
769 xgene_pmu_write_counter32(struct xgene_pmu_dev *pmu_dev, int idx, u64 val) in xgene_pmu_write_counter32()
775 xgene_pmu_write_counter64(struct xgene_pmu_dev *pmu_dev, int idx, u64 val) in xgene_pmu_write_counter64()
788 xgene_pmu_write_evttype(struct xgene_pmu_dev *pmu_dev, int idx, u32 val) in xgene_pmu_write_evttype()
794 xgene_pmu_write_agentmsk(struct xgene_pmu_dev *pmu_dev, u32 val) in xgene_pmu_write_agentmsk()
[all …]
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c449 struct device *pmu_dev = etm_pmu.dev; in etm_perf_symlink() local