Searched refs:debug_info_t (Results 1 – 14 of 14) sorted by relevance
| /arch/s390/include/asm/ |
| A D | debug.h | 63 } debug_info_t; typedef 65 typedef int (debug_header_proc_t) (debug_info_t *id, 71 typedef int (debug_format_proc_t) (debug_info_t *id, 75 typedef int (debug_prolog_proc_t) (debug_info_t *id, 78 typedef int (debug_input_proc_t) (debug_info_t *id, 121 ssize_t debug_dump(debug_info_t *id, struct debug_view *view, 124 void debug_unregister(debug_info_t *id); 126 void debug_set_level(debug_info_t *id, int new_level); 259 debug_info_t *__id = _id; \ 389 debug_info_t *__id = _id; \ [all …]
|
| A D | pci_debug.h | 7 extern debug_info_t *pci_debug_msg_id; 8 extern debug_info_t *pci_debug_err_id;
|
| A D | kvm_host.h | 638 debug_info_t *dbf;
|
| /arch/s390/kernel/ |
| A D | debug.c | 98 static void debug_areas_swap(debug_info_t *a, debug_info_t *b); 99 static void debug_events_append(debug_info_t *dest, debug_info_t *src); 226 debug_info_t *rc; in debug_info_alloc() 310 debug_info_t *rc; in debug_info_create() 327 static debug_info_t *debug_info_copy(debug_info_t *in, int mode) in debug_info_copy() 330 debug_info_t *rc; in debug_info_copy() 438 debug_info_t *id; in debug_next_entry() 495 debug_info_t *id; in debug_prev_entry() 869 debug_info_t *copy; in debug_register_static() 1046 static void debug_areas_swap(debug_info_t *a, debug_info_t *b) in debug_areas_swap() [all …]
|
| A D | wti.c | 44 static debug_info_t *wti_dbg;
|
| A D | cert_store.c | 45 static debug_info_t *cert_store_dbf; 46 static debug_info_t *cert_store_hexdump;
|
| A D | perf_pai_ext.c | 26 static debug_info_t *paiext_dbg;
|
| A D | perf_pai_crypto.c | 22 static debug_info_t *cfm_dbg;
|
| A D | perf_cpum_cf.c | 96 static debug_info_t *cf_dbg;
|
| A D | perf_cpum_sf.c | 116 static debug_info_t *sfdbg;
|
| /arch/s390/pci/ |
| 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()
|
| A D | pci_debug.c | 22 debug_info_t *pci_debug_msg_id; 24 debug_info_t *pci_debug_err_id;
|
| /arch/s390/kvm/ |
| A D | kvm-s390.h | 49 extern debug_info_t *kvm_s390_dbf; 50 extern debug_info_t *kvm_s390_dbf_uv;
|
| A D | kvm-s390.c | 268 debug_info_t *kvm_s390_dbf; 269 debug_info_t *kvm_s390_dbf_uv;
|
Completed in 41 milliseconds