Skip to content

Commit

Permalink
Merge pull request #11 from odidev/perf
Browse files Browse the repository at this point in the history
Update perf file
  • Loading branch information
zachlasiuk authored Jan 31, 2024
2 parents 6cde8d5 + 21e2017 commit 0c1b549
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions content/sw_database/perf.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
---
name: perf
name: perf
category: Compilers/Tools
description: Perf can instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing).
download_url: https://packages.debian.org/bullseye/linux-perf
download_url: https://packages.debian.org/bullseye/linux-perf
works_on_arm: true
version:
supported_minimum: 0.01
supported_minimum_date: 01/01/1990
supported_minimum: 4.18
supported_minimum_date: 12/08/2018


optional_info:
homepage_url: https://perf.wiki.kernel.org/index.php/Main_Page
homepage_url: https://github.com/torvalds/linux/tree/master/tools/perf
support_caveats: Perf (a part of linux kernel) is included in the linux-tools package (availble via apt), and the perf version depends on your linux kernel version (uname -r). For Ubuntu AWS instance with jammy distros, kernel version is 6.2.0-1017-aws, hence the perf version installed is 6.2.16.
alternative_options:
getting_started_resources:
arm_content: https://github.com/ArmDeveloperEcosystem/arm-learning-paths/blob/main/content/install-guides/perf.md
partner_content: https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/p1-perf-pmu-feature-armv8-cpus
official_docs: https://github.com/torvalds/linux/tree/master/tools/perf
arm_content: https://learn.arm.com/install-guides/perf/
partner_content:
official_docs: https://perf.wiki.kernel.org/index.php/Main_Page
arm_recommended_minimum_version:
version_number:
version_number:
release_date:

optional_hidden_info:
release_notes__supported_minimum:
release_notes__supported_minimum:
release_notes__recommended_minimum:
other_info:
other_info:

---

0 comments on commit 0c1b549

Please sign in to comment.