Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst353 debug_format_proc_t* format_proc;
387 "header_proc output 1" "format_proc output 1"
388 "header_proc output 2" "format_proc output 2"
389 "header_proc output 3" "format_proc output 3"
394 Then 'header_proc' and 'format_proc' are called for each
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c409 if (view->format_proc) in debug_format_entry()
410 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
1190 if (!(view->prolog_proc || view->format_proc || view->header_proc)) in debug_register_view()
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h90 debug_format_proc_t *format_proc; member