Skip to content

Commit

Permalink
Moved restrict LP to be cross-platform in the appropriate categories
Browse files Browse the repository at this point in the history
  • Loading branch information
pareenaverma committed Nov 8, 2023
1 parent 829f338 commit 5545e45
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1648,4 +1648,7 @@ prepend
initialise
ptr
LLSoftSecBook
nodeSelector
nodeSelector
KMDF
DevCon

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ tools_software_languages:
- Coding
operatingsystems:
- Linux

shared_path: true
shared_between:
- laptops-and-desktops
- servers-and-cloud-computing
- smartphones-and-mobile


### FIXED, DO NOT MODIFY
# ================================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
next_step_guidance: You should now be able to test the `restrict` keyword in your own code. Why not explore these other embedded software learning paths.
next_step_guidance: You should now be able to test the `restrict` keyword in your own code. We recommend exploring the learning path on porting your code to Arm Scalable Vector Extensions as a next step.

recommended_path: /learning-paths/embedded-systems/
recommended_path: /learning-paths/servers-and-cloud-computing/sve/

further_reading:
- resource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Learn more in this [blog](https://community.arm.com/arm-community-blogs/b/infras

`WindowsPerf` is composed of two main components:
- [wperf](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf) a command line interface (CLI) sometimes referred as "user-space app" and
- [wperf-driver](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf-driver). `wperf-driver` is a (signed) Kernel-Mode Driver Framework (KMDF) driver.
- [wperf-driver](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf-driver) a (signed) Kernel-Mode Driver Framework (KMDF) driver.

## WindowsPerf releases

Expand Down

0 comments on commit 5545e45

Please sign in to comment.