Skip to content

Commit 95252c3

Browse files
Merge pull request #1876 from jasonrandrews/review2
Refine language in Streamline CLI documentation for clarity and reada…
2 parents c12f188 + bd5834b commit 95252c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/install-guides/streamline-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you are using the `workflow_topdown_basic option`, ensure that your applicati
7474

7575
## Using Python scripts
7676

77-
The Python scripts provided with Streamline CLI tools require Python 3.8 or later, and depend on several third-party modules. We recommend creating a Python virtual environment containing these modules to run the tools.
77+
The Python scripts provided with Streamline CLI tools require Python 3.8 or later, and depend on several third-party modules. It is recommended to create a Python virtual environment containing these modules to run the tools.
7878

7979
Create a virtual environment:
8080

@@ -141,7 +141,7 @@ https://artifacts.tools.arm.com/arm-performance-studio/Streamline_CLI_Tools/
141141

142142
## Applying the kernel patch
143143

144-
For best results, we provide a Linux kernel patch that modifies the behavior of Linux perf to improve support for capturing function-attributed top-down metrics on Arm systems. This patch provides two new capabilities:
144+
For best results, a Linux kernel patch is available that modifies the behavior of Linux perf to improve support for capturing function-attributed top-down metrics on Arm systems. This patch provides two new capabilities:
145145

146146
* It allows a new thread to inherit the perf counter group configuration of its parent.
147147
* It decouples the perf event-based sampling window size from the overall sample rate. This allows strobed mark-space sampling patterns where the tool can capture a small window without using a high sample rate.

0 commit comments

Comments
 (0)