1. 安装 oprofile (此处略过,在 ubuntu 中直接 sudo apt-get install oprofile 即可)
2. oprofile --deinit
3. oprofile --init
4. oprofile --reset
5. 如果不需要查看内核信息时,可以用此步骤 oprofile --no-vmlinux
6. oprofile --event=default
7. oprofile -i 你要直执行的程序
8. oprofile --start
9. 运行你要 profile 的程序(注意这个程序要使用你刚编译好的,因为安装包里的一般会将符号表取掉)
10. oprofile --dump
11. oprofile --stop
12. opreport -l 执行程序的路径
你还可以通过--SESSION_DIR=path 指定生成的分析文件的目录.
阅读(506) | 评论(0) | 转发(0) |