Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7197

How do I use SystemTap to track all kernel function calls? kernel crash while systemtap probe all kernel funciotns

$
0
0

kernel crash while systemtap probe all kernel funciotns

// all.stpglobal tar = "fork";probe begin{   printf("===ready===\n");     }probe kernel.function("*"){   if(execname() == tar){        printf("%s\n", ppfunc());        }}

stap all.stap wait to ready. And then run the fork process. It crashed after a while.


Viewing all articles
Browse latest Browse all 7197

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>