Searched refs:cf_dbg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/s390/kernel/ |
D | perf_cpum_cf.c | 25 static debug_info_t *cf_dbg; variable 154 debug_sprintf_event(cf_dbg, 3, in cfdiag_getctrset() 671 debug_sprintf_event(cf_dbg, 3, in cfdiag_push_sample() 775 cf_dbg = debug_register(KMSG_COMPONENT, 2, 1, 128); in cpumf_pmu_init() 776 if (!cf_dbg) { in cpumf_pmu_init() 780 debug_register_view(cf_dbg, &debug_sprintf_view); in cpumf_pmu_init() 785 debug_unregister_view(cf_dbg, &debug_sprintf_view); in cpumf_pmu_init() 786 debug_unregister(cf_dbg); in cpumf_pmu_init() 894 debug_sprintf_event(cf_dbg, 4, "%s rc %d state %#llx dev_state %#llx\n", in cfset_ioctl_off() 917 debug_sprintf_event(cf_dbg, 4, "%s rc %d state %#llx dev_state %#llx\n", in cfset_ioctl_on() [all …]
|