Linux Device drivers-debugging proc

Source: Internet
Author: User

In the fourth chapter of the book "Linux device Drivers", we specialize in the debugging technology in driver development.

PRINTK is just one of the techniques that requires PRINTK to print messages and write to files on disk, which slows down the entire code execution speed.

There are also debugging techniques, and the effect on Code execution speed is smaller than prink.

In this, we can have the driver create the file in the proc file system and write the required debugging information into the file.

The Linux kernel provides APIs to interact with the proc file system, such as creating files and writing files.

Linux Device drivers-debugging proc

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.