Searched refs:debug_view (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/s390/include/asm/ |
| H A D | debug.h | 42 struct debug_view; 60 struct debug_view *views[DEBUG_MAX_VIEWS]; 66 struct debug_view *view, 72 struct debug_view *view, char *out_buf, 76 struct debug_view *view, 79 struct debug_view *view, 84 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 92 struct debug_view { struct 101 extern struct debug_view debug_hex_ascii_view; argument 102 extern struct debug_view debug_sprintf_view; [all …]
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | debug.c | 53 struct debug_view *view; /* used view of debug info */ 81 struct debug_view *view, char *out_buf, 87 struct debug_view *view, char *out_buf, 103 struct debug_view debug_hex_ascii_view = { 113 static struct debug_view debug_level_view = { 122 static struct debug_view debug_pages_view = { 131 static struct debug_view debug_flush_view = { 140 struct debug_view debug_sprintf_view = { 393 struct debug_view *view = p_info->view; in debug_format_entry() 618 struct debug_view *view) in debug_file_private_alloc() [all …]
|
| /linux-6.15/arch/s390/pci/ |
| H A D | pci_report.c | 53 static int debug_log_header_fn(debug_info_t *id, struct debug_view *view, in debug_log_header_fn() 76 static int debug_prolog_header(debug_info_t *id, struct debug_view *view, in debug_prolog_header() 82 static struct debug_view debug_log_view = {
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | s390dbf.rst | 120 extern struct debug_view debug_hex_ascii_view; 122 extern struct debug_view debug_sprintf_view; 344 Views are specified with the 'debug_view' structure. There are defined 349 struct debug_view { 363 struct debug_view* view, 369 struct debug_view* view, char* out_buf, 372 struct debug_view* view, 375 struct debug_view* view, 428 debug_info_t *id, struct debug_view *view, 444 struct debug_view debug_test_view = {
|
| /linux-6.15/drivers/s390/net/ |
| H A D | qeth_core.h | 67 struct debug_view *view;
|