Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__dynamic_dev_dbg
Proto:void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, const char *fmt, ...)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct _ddebug * | descriptor | |
const struct device * | dev | |
const char * | fmt |
579 | BUG_ON(!descriptor) |
587 | If Not dev Then |
588 | printk(debug-level messages "(NULL device *): %pV", & vaf) |
589 | Else |
592 | dev_printk_emit(debug-level messages , dev, "%s%s %s: %pV", dynamic_emit_prefix(descriptor, buf), debugging and troubleshooting/diagnostic helpers. , dev_name(dev), & vaf) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |