Useful Links

From Perf Wiki
(Difference between revisions)
Jump to: navigation, search
(Useful web sites about profilers)
(Add in the press section)
 
(One intermediate revision by one user not shown)
Line 16: Line 16:
 
* (French) [https://grasland.pages.in2p3.fr/tp-perf/html/ Hadrien Grasland's perf tutorial (designed to be run on a specific system, but could be adapted to self-study without too much effort)]
 
* (French) [https://grasland.pages.in2p3.fr/tp-perf/html/ Hadrien Grasland's perf tutorial (designed to be run on a specific system, but could be adapted to self-study without too much effort)]
 
* [https://people.linaro.org/~leo.yan/debug/perf/Diving_into_Linux_Perf_Ring_Buffer.pdf Leo Yan, Diving into Linux Perf Ring Buffer]
 
* [https://people.linaro.org/~leo.yan/debug/perf/Diving_into_Linux_Perf_Ring_Buffer.pdf Leo Yan, Diving into Linux Perf Ring Buffer]
 +
* [https://github.com/Leo-Yan/write_plan/blob/master/how_to_use_perf_to_debug_perf/how_to_use_perf_to_debug_perf.pdf Leo Yan Debugging perf with perf]
 
* [https://developer.ibm.com/tutorials/migrate-from-oprofile-to-perf/ Paul Clarke helps transitioning from OProfile to perf]
 
* [https://developer.ibm.com/tutorials/migrate-from-oprofile-to-perf/ Paul Clarke helps transitioning from OProfile to perf]
  
Line 37: Line 38:
 
* [https://developer.arm.com/architectures/cpu-architecture/a-profile/docs ARM PMU event tables], see Chapter D7. The Performance Monitors Extension, of the Arm Architecture Reference Manual Armv8, for Armv8-A architecture profile.
 
* [https://developer.arm.com/architectures/cpu-architecture/a-profile/docs ARM PMU event tables], see Chapter D7. The Performance Monitors Extension, of the Arm Architecture Reference Manual Armv8, for Armv8-A architecture profile.
 
* [https://documentation-service.arm.com/static/62cfe21e31ea212bb6627393?token= ARM Neovese N2 PMU guide].
 
* [https://documentation-service.arm.com/static/62cfe21e31ea212bb6627393?token= ARM Neovese N2 PMU guide].
 +
 +
=In the press=
 +
 +
* Discovery/analysis of ''libxz'' backdoor with ''perf record -e intel_pt//ub'' [https://www.openwall.com/lists/oss-security/2024/03/29/4 by the discoverer Andres Freund].

Latest revision as of 14:57, 3 April 2024

Contents


[edit] Useful web sites about the Linux perf tools

[edit] Useful web sites about profilers

[edit] Presentations

[edit] Manuals

  • Intel PMU event tables, in particular Appendix B of the Intel® 64 and IA-32 Architectures Optimization Reference Manual
  • AMD PMU event table, the Processor Programming Reference Manual for AMD 17h family see Section 2.1.15 Performance Monitor Counters.
  • ARM PMU event tables, see Chapter D7. The Performance Monitors Extension, of the Arm Architecture Reference Manual Armv8, for Armv8-A architecture profile.
  • ARM Neovese N2 PMU guide.

[edit] In the press

Personal tools