码迷,mamicode.com
首页 > 其他好文 > 详细

再看内核的frace架构, tracepoint宏扩展(二)

时间:2018-07-03 11:42:02      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:ftrace   inux   nts   ble   ace   函数接口   函数   相关   lin   

ftrace接口中是时间都id是啥意思,还有format,enable的时候发生了啥

id, enable, filter相关的函数接口全部都在

kernel/trace/trace_events.c

event_create_dir <--__trace_add_new_event <-- trace_add_event_dirs <-- event_trace_add_tracer <---

trace_event_call (include/linux/trace_events.h)

 ---> trace_event --> type(int)就是在ftrace接口中看到的id了,那么这个id是啥时候赋值的呀

这个函数是怎么生成的?

 子函数是

再看内核的frace架构, tracepoint宏扩展(二)

标签:ftrace   inux   nts   ble   ace   函数接口   函数   相关   lin   

原文地址:https://www.cnblogs.com/honpey/p/9256614.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!