Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/
Dxgene_pmu.c101 struct xgene_pmu_ops { struct
102 void (*mask_int)(struct xgene_pmu *pmu);
103 void (*unmask_int)(struct xgene_pmu *pmu);
104 u64 (*read_counter)(struct xgene_pmu_dev *pmu, int idx);
105 void (*write_counter)(struct xgene_pmu_dev *pmu, int idx, u64 val);
129 const struct xgene_pmu_ops *ops; argument
1730 static const struct xgene_pmu_ops xgene_pmu_ops = { variable