摘要: 1.背景 最近debug时,需要trace schedule switch的前后进程,所以写了一个event trace的程序。 2.代码 #include <linux/tracepoint.h> #include <trace/events/sched.h> #include <linux/me 阅读全文
posted @ 2021-03-30 11:42 smilingsusu 阅读(332) 评论(0) 推荐(0)