All public logs

Combined display of all available logs of Renesas.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:01, 15 August 2023 Seebe talk contribs created page RZ-G/debug tricks (Created page with "{{DISPLAYTITLE:Linux Debug Tricks}} This page contains many helpful suggestions for debugging issue with the Linux kernel. =Most common tools= * '''grep''' : The kernel has thousands of files. The grep tool is the most powerful way to find what you are looking for. Use the -R to search recursively . Remember that grep is case sensitive by default, so use -i if you need it to ignore case. ** And example to find a function name start_kernel: <font color=blue>$ grep -r "...")