导航菜单

printk是什么意思_翻译中文_怎么读

printk

网络释义:打印调试;内核打印;显示函数调用结果

网络释义

1.打印调试 ... name 是模块参数名称 printk 内核打印: EXPORT_SYMBOL( 符号名) ...

3.显示函数调用结果 free_irq 释放申请的中断 printk 显示函数调用结果 result=request_irq 申请中断 ...

4.最高 ... export-symbol 常见问题 版本不匹配 printk 0 最高 insmod hello.ko 查看 ...

5.松开时打印这句话 ... enter_wait_pen_up_mode 进入等待松开模式 printk 松开时打印这句话 enter_wait_pen_down_mode 进入等待按 …

6.按键消抖 ... printk //中断处理顶半部 printk /*按键消抖*/ iounmap 解除映射, ...

7.中断处理顶半部 ... kfree 释放内存 printk //中断处理顶半部 printk /*按键消抖*/ ...

例句释义:,打印调试,内核打印,显示函数调用结果

1.You can insert printk's at the beginning of a routine or at any offset in the function (the offset must be at the instruction boundary).您可以在例程的开头或者函数中的任意偏移位置插入printk(偏移量必须在指令范围之内)。

2.You are now ready to insert printk's and collect debugging information dynamically and unobtrusively by writing simple Kprobes modules.您现在就已经准备就绪,可以插入printk并通过编写简单的Kprobes模块来动态而且无干扰地收集调试信息。

3.Note that within the kernel, rate pmiting is caller controlled and is not implemented within printk.注意,在内核中,速度限制是由调用者控制的,而不是在printk中实现的。

4.The printk function repes on a feature of the C language called string pteral concatenation.printk是基于C语言中一个名为字符串逐字连接的特性。

5.printk's can be inserted without rebuilding and rebooting the kernel.不需要重新编译和重新引导内核就可以插入printk。

6.The printk_delay value represents the number of milpseconds to delay between printk messages (to add readabipty in some scenarios).printk_delay值表示的是printk消息之间的延迟毫秒数(用于提高某些场景的可读性)。

7.The printk function and dmesg methods are common means for kernel debugging.printk函数和dmesg方法都是用来进行内核调试的常用方法。

8.The printk call can be called from any context in the kernel.printk可以在内核的任意上下文中调用。

9.From Listing 1, the first entry defines the log levels currently used in the printk API.在清单1中,第一项定义了printkAPI当前使用的日志级别。

10.The number of messages is defined by printk_ratepmit_burst (currently defined as 10).消息数量是由printk_ratepmit_burst定义的(当前定义为10)。