“Perf”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
 
=简介=
 
=简介=
 
perf<ref name="perf">  https://perf.wiki.kernel.org/index.php/Main_Page</ref>是Linux用户空间工具,它可以获取系统性能数据
 
perf<ref name="perf">  https://perf.wiki.kernel.org/index.php/Main_Page</ref>是Linux用户空间工具,它可以获取系统性能数据
 +
=如何安装=
 +
==手动编译安装==
 +
 +
==BuildRoot下安装==
 +
 +
==Yocto下安装==
 +
 +
  
 
=开始使用=
 
=开始使用=
第10行: 第18行:
 
=参考=
 
=参考=
 
<references />
 
<references />
[[Category:Linux_Operating_System]]
+
[[Category:Linux_Operating_System]][[Category:Linux_monitoring_tools]][[Category:Perf]]
[[Category:Linux_monitoring_tools]]
 

2019年12月12日 (四) 15:05的版本

简介

perf[1]是Linux用户空间工具,它可以获取系统性能数据

如何安装

手动编译安装

BuildRoot下安装

Yocto下安装

开始使用

Perf命令

perf report (Linux kernel documentation[10]): breaks down the events by process, function, etc.

进阶使用