-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'vara-dev' into f-IterIDE
- Loading branch information
Showing
121 changed files
with
10,621 additions
and
2,334 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: pre-commit | |
|
||
on: | ||
pull_request: | ||
merge_group: | ||
|
||
jobs: | ||
pre-commit: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ docs/source/.varats.yaml | |
docs/**/*.inc | ||
.vscode/ | ||
.cache/ | ||
pre-commit-env |
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
4 changes: 4 additions & 0 deletions
4
docs/source/research_tool_docs/vara/instrumentations/perf_infl_trace.rst
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,4 @@ | ||
Performance-Influence Model Trace (``perf_infl_trace``) | ||
======================================================= | ||
|
||
VaRA can automatically insert instrumentation markers for measuring the cumulative time that's spent within a region. |
8 changes: 5 additions & 3 deletions
8
docs/source/research_tool_docs/vara/instrumentations/usdt.rst
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,4 +1,6 @@ | ||
USDT Probe Instrumentations (``usdt``) | ||
====================================== | ||
USDT Probe Instrumentations (``usdt``/``usdt_raw``) | ||
=================================================== | ||
|
||
TODO: add docs | ||
Insert USDT probes around regions. | ||
VaRA inserts in the ``usdt`` mode one probe that handles all start/end events, | ||
in ``usdt_raw`` mode it inserts a separate probe for each region start/end is added. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
25 changes: 25 additions & 0 deletions
25
tests/TEST_INPUTS/paper_configs/test_config_ids/SynthIPRuntime_0.case_study
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,25 @@ | ||
--- | ||
DocType: CaseStudy | ||
Version: 1 | ||
... | ||
--- | ||
project_name: SynthIPRuntime | ||
stages: | ||
- revisions: | ||
- commit_hash: 793035062810ea3a2d9a10f831cd199fbbb82090 | ||
commit_id: 64 | ||
config_ids: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
version: 0 | ||
... | ||
--- | ||
config_type: PlainCommandlineConfiguration | ||
0: '["-d"]' | ||
1: '["-c"]' | ||
2: '["-c", "-1"]' | ||
3: '["-c", "-2"]' | ||
4: '["-c", "-1", "-2"]' |
25 changes: 25 additions & 0 deletions
25
tests/TEST_INPUTS/paper_configs/test_config_ids/SynthIPTemplate_0.case_study
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,25 @@ | ||
--- | ||
DocType: CaseStudy | ||
Version: 1 | ||
... | ||
--- | ||
project_name: SynthIPTemplate | ||
stages: | ||
- revisions: | ||
- commit_hash: 793035062810ea3a2d9a10f831cd199fbbb82090 | ||
commit_id: 64 | ||
config_ids: | ||
- 0 | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
version: 0 | ||
... | ||
--- | ||
config_type: PatchConfiguration | ||
0: '["Decompress"]' | ||
1: '["Compress", "no_fastmode", "no_smallmode"]' | ||
2: '["Compress", "fastmode", "no_smallmode"]' | ||
3: '["Compress", "no_fastmode", "smallmode"]' | ||
4: '["Compress", "fastmode", "smallmode"]' |
20 changes: 20 additions & 0 deletions
20
tests/TEST_INPUTS/paper_configs/test_config_ids/SynthSAContextSensitivity_0.case_study
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,20 @@ | ||
--- | ||
DocType: CaseStudy | ||
Version: 1 | ||
... | ||
--- | ||
project_name: SynthSAContextSensitivity | ||
stages: | ||
- revisions: | ||
- commit_hash: 06eac0edb6886a7e487867c8d5629cb2409b54fd | ||
commit_id: 57 | ||
config_ids: | ||
- 0 | ||
- 1 | ||
version: 0 | ||
... | ||
--- | ||
config_type: PlainCommandlineConfiguration | ||
0: '["--compress", "--mem", "10", "8"]' | ||
1: '["--compress", "--mem", "300", "8"]' | ||
... |
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
8 changes: 8 additions & 0 deletions
8
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-revision-range.info
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,8 @@ | ||
description: Patch that excludes a range of commits (Otherwise includes all) | ||
exclude_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-revision-range |
10 changes: 10 additions & 0 deletions
10
.../TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-single-and-revision-range.info
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,10 @@ | ||
description: Patch that excludes a certain range and individual commits (Otherwise | ||
includes all) | ||
exclude_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
single_revision: 27f17080376e409860405c40744887d81d6b3f34 | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-single-and-revision-range |
6 changes: 6 additions & 0 deletions
6
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/exclude-single-revision.info
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,6 @@ | ||
description: Patch that is valid for all commits except a single one | ||
exclude_revisions: | ||
single_revision: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: exclude-single-revision |
12 changes: 12 additions & 0 deletions
12
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-range-exclude-range.info
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,12 @@ | ||
description: Patch valid for a range of commits where a subrange is explicitly excluded | ||
exclude_revisions: | ||
revision_range: | ||
end: a94fb35ca49719028a1c50bdbc2fb82122043f46 | ||
start: c051e44a973ee31b3baa571407694467a513ba68 | ||
include_revisions: | ||
revision_range: | ||
end: 4300ea495e7f013f68e785fdde5c4ead81297999 | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-range-exclude-range |
10 changes: 10 additions & 0 deletions
10
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-range-exclude-single.info
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,10 @@ | ||
description: Patch valid for a range of commits where a single one is excluded | ||
exclude_revisions: | ||
single_revision: 162db88346b06be20faac6976f1ff9bad986accf | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-range-exclude-single |
8 changes: 8 additions & 0 deletions
8
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-revision-range.info
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,8 @@ | ||
description: Patch that is valid for a range of commits | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-revision-range |
9 changes: 9 additions & 0 deletions
9
.../TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-single-and-revision-range.info
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,9 @@ | ||
description: Patch that is valid for a revision range AND another single commit | ||
include_revisions: | ||
revision_range: | ||
end: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
start: 01f9f1f07bef22d4248e8349aba4f0c1f204607e | ||
single_revision: 27f17080376e409860405c40744887d81d6b3f34 | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-single-and-revision-range |
6 changes: 6 additions & 0 deletions
6
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/include-single-revision.info
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,6 @@ | ||
description: Patch that is valid for a single revision | ||
include_revisions: | ||
single_revision: 8ca5cc28e6746eef7340064b5d843631841bf31e | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: include-single-revision |
5 changes: 5 additions & 0 deletions
5
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/regression-severity.info
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,5 @@ | ||
description: Patch with a regression severity | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: regression-severity | ||
regression_severity: 1000 |
5 changes: 5 additions & 0 deletions
5
tests/TEST_INPUTS/patch_configs/FeaturePerfCSCollection/unrestricted-range.info
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,5 @@ | ||
description: Patch describing an unrestricted range of commits, meaning it should | ||
include all commits | ||
path: bug.patch | ||
project_name: FeaturePerfCSCollection | ||
shortname: unrestricted-range |
Binary file added
BIN
+4.85 KB
...itivity-ContextSense-06eac0edb6/8380144f-9a25-44c6-8ce0-08d0a29c677b_config-1_success.zip
Binary file not shown.
Binary file added
BIN
+5.02 KB
...itivity-ContextSense-06eac0edb6/b24ee2c1-fc85-47ba-abbd-90c98e88a37c_config-0_success.zip
Binary file not shown.
Binary file added
BIN
+4.85 KB
...itivity-ContextSense-06eac0edb6/8380144f-9a25-44c6-8ce0-08d0a29c677b_config-1_success.zip
Binary file not shown.
Binary file added
BIN
+5.02 KB
...itivity-ContextSense-06eac0edb6/b24ee2c1-fc85-47ba-abbd-90c98e88a37c_config-0_success.zip
Binary file not shown.
Oops, something went wrong.