Created
January 8, 2015 08:34
-
-
Save danish-rehman/ccfa20c41c0921bd3a44 to your computer and use it in GitHub Desktop.
Print in kernel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Linux source code | |
>> cd linux-3.16 | |
# File : /net/core/dev.c | |
>> vim /net/core/dev.c | |
dev_hard_start_xmit() | |
printk(KERN_DEBUG "DANX: start %s:%s:%d\n" ,__FILE__ , __func__ ,__LINE__ ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment