Home
last modified time | relevance | path

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

/linux/drivers/perf/arm_cspmu/
H A Dnvidia_cspmu.c29 #define to_nv_cspmu_ctx(cspmu) ((struct nv_cspmu_ctx *)(cspmu->impl.ctx))
40 struct nv_cspmu_ctx { struct
215 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_event_attrs()
223 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_format_attrs()
231 const struct nv_cspmu_ctx *ctx = to_nv_cspmu_ctx(cspmu); in nv_cspmu_get_name()
238 const struct nv_cspmu_ctx *ctx = in nv_cspmu_event_filter()
358 struct nv_cspmu_ctx *ctx; in nv_cspmu_init_ops()
363 ctx = devm_kzalloc(dev, sizeof(struct nv_cspmu_ctx), GFP_KERNEL); in nv_cspmu_init_ops()