Changes between Version 3 and Version 4 of Debugging/LowLevelProfiling/Perf
- Timestamp:
- 04/19/11 03:52:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/LowLevelProfiling/Perf
v3 v4 5 5 The perf events subsystem is compiled in by default in the kernel shipped with most distros (e.g. Ubuntu) which means there's no fiddling around compiling your own kernel or modules. On Debian and Ubuntu you can install "perf" by installing the `linux-tools-<kernel version>` package: 6 6 7 sudo apt-get install linux-tools-<kernel version> 7 {{{ 8 $ sudo apt-get install linux-tools-<kernel version> 9 }}} 8 10 9 11 If your distro doesn't include "perf" as a package you can build it manually like so:
