Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dxgene_pmu.c103 struct xgene_pmu_ops { struct
104 void (*mask_int)(struct xgene_pmu *pmu);
105 void (*unmask_int)(struct xgene_pmu *pmu);
106 u64 (*read_counter)(struct xgene_pmu_dev *pmu, int idx);
107 void (*write_counter)(struct xgene_pmu_dev *pmu, int idx, u64 val);
131 const struct xgene_pmu_ops *ops; argument
1734 static const struct xgene_pmu_ops xgene_pmu_ops = { variable