| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_debugfs.c | 60 struct cros_ec_debugfs *debug_info = in cros_ec_console_log_work() local 64 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_console_log_work() 65 struct circ_buf *cb = &debug_info->log_buffer; in cros_ec_console_log_work() 71 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work() 72 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work() 82 mutex_lock(&debug_info->log_mutex); in cros_ec_console_log_work() 95 debug_info->read_msg); in cros_ec_console_log_work() 114 mutex_unlock(&debug_info->log_mutex); in cros_ec_console_log_work() 117 schedule_delayed_work(&debug_info->log_poll_work, in cros_ec_console_log_work() 131 struct cros_ec_debugfs *debug_info = file->private_data; in cros_ec_console_log_read() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/ |
| H A D | debugfs.c | 29 static struct wilco_ec_debugfs *debug_info; variable 98 char *buf = debug_info->formatted_data; in raw_write() 123 memset(debug_info->raw_data, 0, sizeof(debug_info->raw_data)); in raw_write() 124 msg.response_data = debug_info->raw_data; in raw_write() 127 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write() 130 debug_info->response_size = ret; in raw_write() 140 if (debug_info->response_size) { in raw_read() 141 fmt_len = hex_dump_to_buffer(debug_info->raw_data, in raw_read() 142 debug_info->response_size, in raw_read() 143 16, 1, debug_info->formatted_data, in raw_read() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 227 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local 238 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control() 245 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control() 627 struct debug_info *debug_info; in breakpoint_handler() local 632 debug_info = ¤t->thread.debug; in breakpoint_handler() 667 debug_info->bps_disabled = 1; in breakpoint_handler() 671 if (debug_info->wps_disabled) in breakpoint_handler() 675 debug_info->suspended_step = 1; in breakpoint_handler() 762 struct debug_info *debug_info; in watchpoint_handler() local 766 debug_info = ¤t->thread.debug; in watchpoint_handler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | s390-trng.c | 34 static debug_info_t *debug_info; variable 36 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__) 37 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__) 38 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) 39 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) 210 debug_info = debug_register("trng", 1, 1, 4 * sizeof(long)); in trng_debug_init() 211 debug_register_view(debug_info, &debug_sprintf_view); in trng_debug_init() 212 debug_set_level(debug_info, 3); in trng_debug_init() 217 debug_unregister(debug_info); in trng_debug_exit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_misc.c | 426 mlan_debug_info *debug_info = MNULL; in wlan_get_info_debug_info() local 433 debug_info = (mlan_debug_info *)info->param.debug_info; in wlan_get_info_debug_info() 437 debug_info->wmm_ac_bk = in wlan_get_info_debug_info() 441 debug_info->wmm_ac_be = in wlan_get_info_debug_info() 445 debug_info->wmm_ac_vi = in wlan_get_info_debug_info() 449 debug_info->wmm_ac_vo = in wlan_get_info_debug_info() 452 debug_info->max_tx_buf_size = (t_u32)pmadapter->max_tx_buf_size; in wlan_get_info_debug_info() 453 debug_info->tx_buf_size = (t_u32)pmadapter->tx_buf_size; in wlan_get_info_debug_info() 454 debug_info->curr_tx_buf_size = in wlan_get_info_debug_info() 456 debug_info->rx_tbl_num = in wlan_get_info_debug_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_misc.c | 392 mlan_debug_info *debug_info = MNULL; in wlan_get_info_debug_info() local 399 debug_info = (mlan_debug_info *)info->param.debug_info; in wlan_get_info_debug_info() 403 debug_info->wmm_ac_bk = pmpriv->wmm.packets_out[ptid[0]] + in wlan_get_info_debug_info() 406 debug_info->wmm_ac_be = pmpriv->wmm.packets_out[ptid[0]] + in wlan_get_info_debug_info() 409 debug_info->wmm_ac_vi = pmpriv->wmm.packets_out[ptid[0]] + in wlan_get_info_debug_info() 412 debug_info->wmm_ac_vo = pmpriv->wmm.packets_out[ptid[0]] + in wlan_get_info_debug_info() 414 debug_info->max_tx_buf_size = (t_u32)pmadapter->max_tx_buf_size; in wlan_get_info_debug_info() 415 debug_info->tx_buf_size = (t_u32)pmadapter->tx_buf_size; in wlan_get_info_debug_info() 416 debug_info->curr_tx_buf_size = in wlan_get_info_debug_info() 418 debug_info->rx_tbl_num = in wlan_get_info_debug_info() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0017-CVE-2022-38127-1.patch | 25 * dwarf.h (struct debug_info): Add loclists_base field. 806 … warn (_("Unable to load/parse the .debug_info section, so cannot interpret the %s section.\n"), 847 /* List of .debug_ranges offsets seen in this .debug_info. */ 867 @@ -30,13 +30,13 @@ Contents of the .debug_info.dwo section: 883 @@ -56,7 +56,7 @@ Contents of the .debug_info.dwo section: 892 @@ -274,7 +274,7 @@ Contents of the .debug_info.dwo section: 901 @@ -282,7 +282,7 @@ Contents of the .debug_info.dwo section: 910 @@ -300,7 +300,7 @@ Contents of the .debug_info.dwo section: 919 @@ -316,7 +316,7 @@ Contents of the .debug_info.dwo section: 928 @@ -332,7 +332,7 @@ Contents of the .debug_info.dwo section: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | s390dbf.rst | 136 static debug_info_t *debug_info; 142 debug_info = debug_register("test", 1, 4, 4 ); 143 debug_register_view(debug_info, &debug_hex_ascii_view); 145 debug_text_event(debug_info, 4 , "one "); 146 debug_int_exception(debug_info, 4, 4711); 147 debug_event(debug_info, 3, &debug_info, 4); 154 debug_unregister(debug_info); 169 static debug_info_t *debug_info; 176 debug_info = debug_register("test", 1, 4, sizeof(long) * 3); 177 debug_register_view(debug_info, &debug_sprintf_view); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | ring_buffer.c | 157 struct hv_ring_buffer_debug_info *debug_info) in hv_ringbuffer_get_debuginfo() argument 172 debug_info->bytes_avail_toread = bytes_avail_toread; in hv_ringbuffer_get_debuginfo() 173 debug_info->bytes_avail_towrite = bytes_avail_towrite; in hv_ringbuffer_get_debuginfo() 174 debug_info->current_read_index = ring_info->ring_buffer->read_index; in hv_ringbuffer_get_debuginfo() 175 debug_info->current_write_index = ring_info->ring_buffer->write_index; in hv_ringbuffer_get_debuginfo() 176 debug_info->current_interrupt_mask in hv_ringbuffer_get_debuginfo()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | pkey_api.c | 42 static debug_info_t *debug_info; variable 44 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__) 45 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__) 46 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) 47 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__) 52 debug_info = debug_register("pkey", 1, 1, 5 * sizeof(long)); in pkey_debug_init() 53 debug_register_view(debug_info, &debug_sprintf_view); in pkey_debug_init() 54 debug_set_level(debug_info, 3); in pkey_debug_init() 59 debug_unregister(debug_info); in pkey_debug_exit() 269 rc = cca_check_secaeskeytoken(debug_info, 3, (u8 *) seckey, 0); in pkey_verifykey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_job.c | 316 job->ctx->debug_info.max_cost_time_per_sec = in rve_job_done() 317 max(job->ctx->debug_info.last_job_hw_use_time, in rve_job_done() 318 job->ctx->debug_info.max_cost_time_per_sec); in rve_job_done() 319 job->ctx->debug_info.last_job_hw_use_time = ktime_us_delta(now, job->hw_running_time); in rve_job_done() 320 job->ctx->debug_info.hw_time_total += job->ctx->debug_info.last_job_hw_use_time; in rve_job_done() 321 job->ctx->debug_info.last_job_use_time = ktime_us_delta(now, job->timestamp); in rve_job_done() 914 ctx->debug_info.pid = current->pid; in rve_internal_ctx_alloc_to_get_idr_id() 915 ctx->debug_info.timestamp = ktime_get(); in rve_internal_ctx_alloc_to_get_idr_id()
|
| H A D | rve_debugger.c | 261 pid = ctx->debug_info.pid; in rve_ctx_manager_show() 262 last_job_hw_use_time = ctx->debug_info.last_job_hw_use_time; in rve_ctx_manager_show() 263 last_job_use_time = ctx->debug_info.last_job_use_time; in rve_ctx_manager_show() 264 hw_time_total = ctx->debug_info.hw_time_total; in rve_ctx_manager_show() 265 max_cost_time_per_sec = ctx->debug_info.max_cost_time_per_sec; in rve_ctx_manager_show()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-plugin-generic-vboxtouch/ |
| H A D | 0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch | 34 BFD: error: /usr/lib/llvm6.0/.debug/libLLVM-6.0.so(.debug_info) is too large (0x2a793ad1 bytes) 35 warning: Can't read data for section '.debug_info' in file '/usr/lib/llvm6.0/.debug/libLLVM-6.0.so' 38 BFD: error: /usr/lib/.debug/libQt5Quick.so.5.11.3(.debug_info) is too large (0x5a05c4d bytes) 39 warning: Can't read data for section '.debug_info' in file '/usr/lib/.debug/libQt5Quick.so.5.11.3'
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | processor.h | 61 struct debug_info { struct 75 struct debug_info debug; argument
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | debug.c | 532 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local 537 debug_info = file_inode(file)->i_private; in debug_open() 540 if (!debug_info->views[i]) in debug_open() 542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open() 555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open() 556 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open() 558 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open() 572 p_info->debug_info_org = debug_info; in debug_open() 573 p_info->view = debug_info->views[i]; in debug_open() 579 debug_info_get(debug_info); in debug_open()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | processor.h | 25 struct debug_info { struct 37 struct debug_info debug; argument
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/vdso64/ |
| H A D | vdso64.lds.S | 80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | debug.h | 43 typedef struct debug_info { struct 44 struct debug_info *next; argument 45 struct debug_info *prev; argument
|
| /OK3568_Linux_fs/u-boot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 116 .debug_info 0 : { *(.debug_info) }
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sequencer.c | 3534 u32 debug_info; in debug_mem_calibrate() local 3549 debug_info = gbl->fom_in; in debug_mem_calibrate() 3550 debug_info |= gbl->fom_out << 8; in debug_mem_calibrate() 3551 writel(debug_info, &sdr_reg_file->fom); in debug_mem_calibrate() 3553 writel(debug_info, &phy_mgr_cfg->cal_debug_info); in debug_mem_calibrate() 3558 debug_info = gbl->error_stage; in debug_mem_calibrate() 3559 debug_info |= gbl->error_substage << 8; in debug_mem_calibrate() 3560 debug_info |= gbl->error_group << 16; in debug_mem_calibrate() 3562 writel(debug_info, &sdr_reg_file->failing_stage); in debug_mem_calibrate() 3563 writel(debug_info, &phy_mgr_cfg->cal_debug_info); in debug_mem_calibrate() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | processor.h | 108 struct debug_info { struct 159 struct debug_info debug; /* debugging */
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | ldscript.h | 176 .debug_info 0 : { *(.debug_info) } \
|
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot-tpl.sym | |