-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Measure the Costs of Traps, World Switches, and Misaligned Operations…
… with the Protect Payload Policy This commit extends the tracing firmware by introducing three new latency measurements in the Protect Payload policy and ensures that no additional performance losses are incurred.
- Loading branch information
1 parent
91dba20
commit fa7032b
Showing
7 changed files
with
141 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# A simple configuration to run on the Spike platform | ||
|
||
[log] | ||
level = "info" | ||
color = true | ||
|
||
[vcpu] | ||
max_pmp = 8 | ||
delegate_perf_counters=true | ||
|
||
[platform] | ||
name = "spike" | ||
|
||
[target.miralis] | ||
# Build profile for Miralis (dev profile is set by default) | ||
profile = "release" | ||
|
||
[target.firmware] | ||
# Build profile for the firmware (dev profile is set by default) | ||
profile = "release" | ||
|
||
[policy] | ||
name = "protect_payload" |
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
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
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
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
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