Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dfujitsu_uncore_pmu.c68 static int uncore_pmu_cpuhp_state; variable
539 ret = cpuhp_state_add_instance(uncore_pmu_cpuhp_state, &uncorepmu->node); in fujitsu_uncore_pmu_probe()
545 cpuhp_state_remove_instance_nocalls(uncore_pmu_cpuhp_state, &uncorepmu->node); in fujitsu_uncore_pmu_probe()
561 cpuhp_state_remove_instance_nocalls(uncore_pmu_cpuhp_state, &uncorepmu->node); in fujitsu_uncore_pmu_remove()
593 uncore_pmu_cpuhp_state = ret; in fujitsu_uncore_pmu_init()
597 cpuhp_remove_multi_state(uncore_pmu_cpuhp_state); in fujitsu_uncore_pmu_init()
605 cpuhp_remove_multi_state(uncore_pmu_cpuhp_state); in fujitsu_uncore_pmu_exit()