Searched refs:debug_info_t (Results 1 – 9 of 9) sorted by relevance
/arch/s390/include/asm/ |
D | debug.h | 62 } debug_info_t; typedef 64 typedef int (debug_header_proc_t) (debug_info_t *id, 70 typedef int (debug_format_proc_t) (debug_info_t *id, 73 typedef int (debug_prolog_proc_t) (debug_info_t *id, 76 typedef int (debug_input_proc_t) (debug_info_t *id, 82 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 99 debug_entry_t *debug_event_common(debug_info_t *id, int level, 102 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 107 debug_info_t *debug_register(const char *name, int pages, int nr_areas, 110 debug_info_t *debug_register_mode(const char *name, int pages, int nr_areas, [all …]
|
D | pci_debug.h | 7 extern debug_info_t *pci_debug_msg_id; 8 extern debug_info_t *pci_debug_err_id;
|
D | kvm_host.h | 931 debug_info_t *dbf;
|
/arch/s390/kernel/ |
D | debug.c | 50 debug_info_t *debug_info_org; /* original debug information */ 51 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_cf_diag.c | 30 static debug_info_t *cf_diag_dbg;
|
D | perf_cpum_sf.c | 100 static debug_info_t *sfdbg;
|
/arch/s390/pci/ |
D | pci_debug.c | 22 debug_info_t *pci_debug_msg_id; 24 debug_info_t *pci_debug_err_id;
|
/arch/s390/kvm/ |
D | kvm-s390.h | 28 extern debug_info_t *kvm_s390_dbf; 29 extern debug_info_t *kvm_s390_dbf_uv;
|
D | kvm-s390.c | 227 debug_info_t *kvm_s390_dbf; 228 debug_info_t *kvm_s390_dbf_uv;
|