Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c93 static debug_info_t *cf_dbg; variable
175 debug_sprintf_event(cf_dbg, 4, "%s root.refcnt %u cfptr %d\n", in cpum_cf_free_root()
1207 cf_dbg = debug_register(KMSG_COMPONENT, 2, 1, 128); in cpumf_pmu_init()
1208 if (!cf_dbg) { in cpumf_pmu_init()
1213 debug_register_view(cf_dbg, &debug_sprintf_view); in cpumf_pmu_init()
1230 debug_unregister_view(cf_dbg, &debug_sprintf_view); in cpumf_pmu_init()
1231 debug_unregister(cf_dbg); in cpumf_pmu_init()