Skip to main content
 首页 » 操作系统

Linux驱动调试学习笔记

2022年07月19日116JustinYoung

1. struct task_struct current->comm[16]; /*此进程可执行文件的名字!!可只对此进程执行打印*/


本文参考链接:https://www.cnblogs.com/hellokitty2/p/9703364.html