Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/s390/
Ds390dbf.txt551 debug_header_proc_t* header_proc;
584 "header_proc output 1" "format_proc output 1"
585 "header_proc output 2" "format_proc output 2"
586 "header_proc output 3" "format_proc output 3"
591 Then 'header_proc' and 'format_proc' are called for each
597 For header_proc there can be used the default function
/linux-4.4.14/arch/s390/kernel/
Ddebug.c476 if (view->header_proc) in debug_format_entry()
477 len += view->header_proc(id_snap, view, p_info->act_area, in debug_format_entry()
635 !debug_info->views[i]->header_proc){ in debug_open()
1106 if (!(view->prolog_proc || view->format_proc || view->header_proc)) in debug_register_view()
/linux-4.4.14/arch/s390/include/asm/
Ddebug.h76 debug_header_proc_t* header_proc; member