/linux-4.1.27/arch/s390/include/asm/ |
D | debug.h | 50 } debug_info_t; typedef 52 typedef int (debug_header_proc_t) (debug_info_t* id, 58 typedef int (debug_format_proc_t) (debug_info_t* id, 61 typedef int (debug_prolog_proc_t) (debug_info_t* id, 64 typedef int (debug_input_proc_t) (debug_info_t* id, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 88 debug_entry_t* debug_event_common(debug_info_t* id, int level, 91 debug_entry_t* debug_exception_common(debug_info_t* id, int level, 96 debug_info_t *debug_register(const char *name, int pages, int nr_areas, 99 debug_info_t *debug_register_mode(const char *name, int pages, int nr_areas, [all …]
|
D | pci_debug.h | 6 extern debug_info_t *pci_debug_msg_id; 7 extern debug_info_t *pci_debug_err_id;
|
D | kvm_host.h | 582 debug_info_t *dbf;
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 48 debug_info_t *debug_info_org; /* original debug information */ 49 debug_info_t *debug_info_snap; /* snapshot of debug information */ 75 static debug_info_t *debug_info_create(const char *name, int pages_per_area, 77 static void debug_info_get(debug_info_t *); 78 static void debug_info_put(debug_info_t *); 79 static int debug_prolog_level_fn(debug_info_t * id, 81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 84 static int debug_prolog_pages_fn(debug_info_t * id, 86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, [all …]
|
D | perf_cpum_sf.c | 92 static debug_info_t *sfdbg;
|
/linux-4.1.27/drivers/s390/cio/ |
D | cio_debug.h | 7 extern debug_info_t *cio_debug_msg_id; 8 extern debug_info_t *cio_debug_trace_id; 9 extern debug_info_t *cio_debug_crw_id;
|
D | qdio_debug.c | 15 debug_info_t *qdio_dbf_setup; 16 debug_info_t *qdio_dbf_error; 24 debug_info_t *dbf_info; 31 static debug_info_t *qdio_get_dbf_entry(char *name) in qdio_get_dbf_entry() 34 debug_info_t *rc = NULL; in qdio_get_dbf_entry()
|
D | qdio_debug.h | 16 extern debug_info_t *qdio_dbf_setup; 17 extern debug_info_t *qdio_dbf_error;
|
D | cio.c | 45 debug_info_t *cio_debug_msg_id; 46 debug_info_t *cio_debug_trace_id; 47 debug_info_t *cio_debug_crw_id;
|
D | qdio.h | 308 debug_info_t *debug_area;
|
D | eadm_sch.c | 38 static debug_info_t *eadm_debug;
|
D | chsc_sch.c | 29 static debug_info_t *chsc_debug_msg_id; 30 static debug_info_t *chsc_debug_log_id;
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_dbf.h | 261 debug_info_t *pay; 262 debug_info_t *rec; 263 debug_info_t *hba; 264 debug_info_t *san; 265 debug_info_t *scsi;
|
D | zfcp_dbf.c | 449 static debug_info_t *zfcp_dbf_reg(const char *name, int size, int rec_size) in zfcp_dbf_reg()
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 104 debug_info_t *debug_register(char *name, int pages, int nr_areas, 119 debug_info_t *debug_register_mode(char *name, int pages, int nr_areas, 140 void debug_unregister (debug_info_t * id); 151 void debug_set_level (debug_info_t * id, int new_level); 161 bool debug_level_enabled (debug_info_t * id, int level); 181 debug_entry_t* debug_event (debug_info_t* id, int level, void* data, 195 debug_entry_t* debug_int_event (debug_info_t * id, int level, 197 debug_entry_t* debug_long_event(debug_info_t * id, int level, 210 debug_entry_t* debug_text_event (debug_info_t * id, int level, 223 debug_entry_t* debug_sprintf_event (debug_info_t * id, int level, [all …]
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_debug.c | 21 debug_info_t *pci_debug_msg_id; 23 debug_info_t *pci_debug_err_id;
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_api.h | 121 debug_info_t *dbf_area; /* debugging */
|
D | zcrypt_api.c | 72 static debug_info_t *zcrypt_dbf_common; 73 static debug_info_t *zcrypt_dbf_devices;
|
/linux-4.1.27/drivers/s390/net/ |
D | ctcm_dbug.h | 60 debug_info_t *id;
|
D | qeth_core.h | 51 debug_info_t *id; 814 debug_info_t *debug; 961 void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
|
D | netiucv.c | 482 static debug_info_t *iucv_dbf_setup = NULL; 483 static debug_info_t *iucv_dbf_data = NULL; 484 static debug_info_t *iucv_dbf_trace = NULL;
|
D | lcs.c | 82 static debug_info_t *lcs_dbf_setup; 83 static debug_info_t *lcs_dbf_trace;
|
D | qeth_core_main.c | 5328 void qeth_dbf_longtext(debug_info_t *id, int level, char *fmt, ...) in qeth_dbf_longtext() 5418 debug_info_t *dbf_info; 5425 static debug_info_t *qeth_get_dbf_entry(char *name) in qeth_get_dbf_entry() 5428 debug_info_t *rc = NULL; in qeth_get_dbf_entry()
|
/linux-4.1.27/drivers/s390/block/ |
D | scm_blk.h | 104 extern debug_info_t *scm_debug;
|
D | dasd_int.h | 468 debug_info_t *debug_area; 653 extern debug_info_t *dasd_debug_area;
|
D | scm_blk.c | 22 debug_info_t *scm_debug;
|
D | dasd.c | 44 debug_info_t *dasd_debug_area;
|
/linux-4.1.27/drivers/s390/char/ |
D | vmcp.c | 27 static debug_info_t *vmcp_debug;
|
D | tape.h | 301 extern debug_info_t *TAPE_DBF_AREA;
|
D | tape_34xx.c | 27 debug_info_t *TAPE_DBF_AREA = NULL;
|
D | tape_core.c | 48 debug_info_t *TAPE_DBF_AREA = NULL;
|
D | tape_3590.c | 31 debug_info_t *TAPE_DBF_AREA = NULL;
|