Symbol: nv_c2c_pmu
drivers/perf/nvidia_t410_c2c_pmu.c
1001
struct nv_c2c_pmu *c2c_pmu = platform_get_drvdata(pdev);
drivers/perf/nvidia_t410_c2c_pmu.c
162
#define to_c2c_pmu(p) (container_of(p, struct nv_c2c_pmu, pmu))
drivers/perf/nvidia_t410_c2c_pmu.c
173
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
241
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
311
static void nv_c2c_pmu_check_status(struct nv_c2c_pmu *c2c_pmu, u32 instance)
drivers/perf/nvidia_t410_c2c_pmu.c
341
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
402
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
430
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(event->pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
452
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
468
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
497
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(dev_get_drvdata(dev));
drivers/perf/nvidia_t410_c2c_pmu.c
526
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(dev_get_drvdata(dev));
drivers/perf/nvidia_t410_c2c_pmu.c
645
struct nv_c2c_pmu *c2c_pmu = to_c2c_pmu(pmu);
drivers/perf/nvidia_t410_c2c_pmu.c
710
struct nv_c2c_pmu *c2c_pmu =
drivers/perf/nvidia_t410_c2c_pmu.c
711
hlist_entry_safe(node, struct nv_c2c_pmu, cpuhp_node);
drivers/perf/nvidia_t410_c2c_pmu.c
730
struct nv_c2c_pmu *c2c_pmu =
drivers/perf/nvidia_t410_c2c_pmu.c
731
hlist_entry_safe(node, struct nv_c2c_pmu, cpuhp_node);
drivers/perf/nvidia_t410_c2c_pmu.c
750
static int nv_c2c_pmu_get_cpus(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
768
static int nv_c2c_pmu_init_socket(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
789
static int nv_c2c_pmu_init_id(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
805
static int nv_c2c_pmu_init_filter(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
873
struct nv_c2c_pmu *c2c_pmu;
drivers/perf/nvidia_t410_c2c_pmu.c
908
static int nv_c2c_pmu_init_mmio(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
935
static int nv_c2c_pmu_register_pmu(struct nv_c2c_pmu *c2c_pmu)
drivers/perf/nvidia_t410_c2c_pmu.c
976
struct nv_c2c_pmu *c2c_pmu;