-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from odidev/perf
Update perf file
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
--- | ||
|