Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c485 int sccl_id, ccl_id; in hisi_pmu_cpu_is_associated_pmu() local
489 hisi_read_sccl_and_ccl_id(&sccl_id, NULL); in hisi_pmu_cpu_is_associated_pmu()
491 return sccl_id == topo->sccl_id; in hisi_pmu_cpu_is_associated_pmu()
494 hisi_read_sccl_and_ccl_id(&sccl_id, &ccl_id); in hisi_pmu_cpu_is_associated_pmu()
496 return sccl_id == topo->sccl_id && ccl_id == topo->ccl_id; in hisi_pmu_cpu_is_associated_pmu()
585 topo->sccl_id = -1; in hisi_uncore_pmu_init_topology()
590 if (device_property_read_u32(dev, "hisilicon,scl-id", &topo->sccl_id)) in hisi_uncore_pmu_init_topology()
H A Dhisi_uncore_ddrc_pmu.c245 if (ddrc_pmu->topo.sccl_id < 0) { in hisi_ddrc_pmu_init_data()
394 ddrc_pmu->topo.sccl_id, ddrc_pmu->topo.index_id, in hisi_ddrc_pmu_probe()
398 "hisi_sccl%d_ddrc%d", ddrc_pmu->topo.sccl_id, in hisi_ddrc_pmu_probe()
H A Dhisi_uncore_pmu.h108 int sccl_id; member
H A Dhisi_uncore_hha_pmu.c304 if (hha_pmu->topo.sccl_id < 0) { in hisi_hha_pmu_init_data()
489 hha_pmu->topo.sccl_id, hha_pmu->topo.index_id); in hisi_hha_pmu_probe()
H A Dhisi_uncore_uc_pmu.c375 if (uc_pmu->topo.sccl_id < 0) { in hisi_uc_pmu_init_data()
517 uc_pmu->topo.sccl_id, uc_pmu->topo.ccl_id, in hisi_uc_pmu_probe()
H A Dhisi_uncore_l3c_pmu.c547 if (l3c_pmu->topo.sccl_id < 0) { in hisi_l3c_pmu_init_data()
840 l3c_pmu->topo.sccl_id, l3c_pmu->topo.ccl_id, in hisi_l3c_pmu_probe()
844 l3c_pmu->topo.sccl_id, l3c_pmu->topo.ccl_id); in hisi_l3c_pmu_probe()
H A Dhisi_uncore_sllc_pmu.c341 if (sllc_pmu->topo.sccl_id < 0) { in hisi_sllc_pmu_init_data()
502 sllc_pmu->topo.sccl_id, sllc_pmu->topo.index_id); in hisi_sllc_pmu_probe()