Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/arm_cspmu/
H A Dnvidia_cspmu.c28 #define to_nv_cspmu_ctx(cspmu) ((struct nv_cspmu_ctx *)(cspmu->impl.ctx))
39 struct nv_cspmu_ctx { struct
214 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_event_attrs()
222 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_format_attrs()
230 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_name()
237 const struct nv_cspmu_ctx *ctx = in nv_cspmu_event_filter()
357 struct nv_cspmu_ctx *ctx; in nv_cspmu_init_ops()
362 ctx = devm_kzalloc(dev, sizeof(struct nv_cspmu_ctx), GFP_KERNEL); in nv_cspmu_init_ops()