Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Ddebug.c415 if (view->format_proc) { in debug_format_entry()
416 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry()
626 if (!view->format_proc && !view->header_proc) in debug_file_private_alloc()
1346 if (!(view->prolog_proc || view->format_proc || view->header_proc)) in debug_register_view()
/linux/arch/s390/include/asm/
H A Ddebug.h96 debug_format_proc_t *format_proc; member