sys_perf_event_open流程图
2017-02-16 15:14:29 0 举报
sys_perf_event_open
作者其他创作
大纲/内容
创建一个文件,该文件将通过函数fd_install与相应进程关联
perf_install_in_context
find_get_context
perf_copy_attr
分配并初始化事件结构体:struct perf_event和struct hw_perf_event
perf_event_alloc
返回相应pid和cpu的struct perf_event_context *ctx;ctx保存了事件上下文的各种信息
将用户空间对性能计数器的配置参数拷贝到内核空间
将性能事件与上下文绑定,并调用平台相关函数访问性能计数器
sys_perf_event_open
anon_inode_getfile
0 条评论
下一页