Searched refs:sfdbg (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 117 static debug_info_t *sfdbg; variable 259 debug_sprintf_event(sfdbg, 3, "%s buffer not linked origin %#lx tail %#lx\n", in realloc_sampling_buffer() 1506 debug_sprintf_event(sfdbg, 6, "%s #alert %ld\n", __func__, in hw_collect_aux() 1948 debug_sprintf_event(sfdbg, 6, "%s alert %#x\n", __func__, in cpumf_measurement_alert() 2077 sfdbg = debug_register(KMSG_COMPONENT, 2, 1, 80); in init_cpum_sampling_pmu() 2078 if (!sfdbg) { in init_cpum_sampling_pmu() 2082 debug_register_view(sfdbg, &debug_sprintf_view); in init_cpum_sampling_pmu() 2088 debug_unregister(sfdbg); in init_cpum_sampling_pmu() 2097 debug_unregister(sfdbg); in init_cpum_sampling_pmu()
|