diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2024-11-11 17:40:48 -0500 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2024-11-11 17:40:48 -0500 |
commit | 6cc5aea00ffa6a515fecf0d652bfcace31ccccd5 (patch) | |
tree | 78d4499498e841326a1ff6831698c29bf9ecff64 | |
parent | 4594cbad87d09a99555234a8c455ff8a10766719 (diff) |
Delete an empty file and re-add .gitignore and .gitmodulesrtas22
Local changes left by Leo on tama.cs.unc.edu. Committing these
before deleting his home directory.
For future researchers doing reproduction work, the machine used
was based around an AMD 3950X running the LITMUS-RT version of
Linux 5.4 (specifically, commit e08aa058 aka. the rtas21-ae branch
of LITMUS-RT developed by Joshua Bakita and on GitHub).
-rw-r--r-- | .gitignore | 68 | ||||
-rw-r--r-- | .gitmodules | 10 | ||||
-rw-r--r-- | deadline_misses | 0 |
3 files changed, 78 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2150cc1 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,68 @@ | |||
1 | # Ignore benchmark results | ||
2 | *.txt | ||
3 | *.txt.clean | ||
4 | # But not benchmark lists | ||
5 | !*Names.txt | ||
6 | # Special-case .txt handling for SD-VBS | ||
7 | **/12345.txt | ||
8 | !SD-VBS/benchmarks/**/*.txt | ||
9 | |||
10 | # Ignore DIS benchmark binaries | ||
11 | **/field | ||
12 | **/matrix | ||
13 | **/neighborhood | ||
14 | **/pointer | ||
15 | **/transitive | ||
16 | **/update | ||
17 | # Ignore DIS all-pairs binaries | ||
18 | **/field_all | ||
19 | **/matrix_all | ||
20 | **/neighborhood_all | ||
21 | **/pointer_all | ||
22 | **/transitive_all | ||
23 | **/update_all | ||
24 | |||
25 | # Ignore Tacle Benchmarks | ||
26 | **/adpcm_dec | ||
27 | **/adpcm_enc | ||
28 | **/ammunition | ||
29 | **/anagram | ||
30 | **/audiobeam | ||
31 | **/cjpeg_transupp | ||
32 | **/cjpeg_wrbmp | ||
33 | **/dijkstra | ||
34 | **/epic | ||
35 | **/fmref | ||
36 | **/g723_enc | ||
37 | **/gsm_dec | ||
38 | **/gsm_enc | ||
39 | **/h264_dec | ||
40 | **/huff_enc | ||
41 | **/huff_dec | ||
42 | **/mpeg2 | ||
43 | **/ndes | ||
44 | **/petrinet | ||
45 | **/rijndael_dec | ||
46 | **/rijndael_enc | ||
47 | **/statemate | ||
48 | **/susan | ||
49 | |||
50 | # Ignore SD-VBS binaries | ||
51 | **/mser | ||
52 | **/multi_ncut | ||
53 | **/stitch | ||
54 | **/svm | ||
55 | **/texture_synthesis | ||
56 | **/tracking | ||
57 | **/preload | ||
58 | **/sift | ||
59 | **/localization | ||
60 | **/disparity | ||
61 | SD-VBS/dag_binaries/* | ||
62 | # Ignore random walk benchmark | ||
63 | **/random_walk | ||
64 | |||
65 | # Ignore misc temporary files | ||
66 | **/.gdb_history | ||
67 | *.swp | ||
68 | **/__pycache__ | ||
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..53b771e --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,10 @@ | |||
1 | [submodule "smt_analysis/plotille"] | ||
2 | path = smt_analysis/plotille | ||
3 | url = https://github.com/tammoippen/plotille.git | ||
4 | [submodule "wbinvd"] | ||
5 | path = wbinvd | ||
6 | url = https://github.com/JoshuaJB/wbinvd.git | ||
7 | [submodule "thrasher"] | ||
8 | path = thrasher | ||
9 | url = https://github.com/JoshuaJB/imx6q-thrasher.git | ||
10 | branch = amd-3950x-thrasher | ||
diff --git a/deadline_misses b/deadline_misses deleted file mode 100644 index e69de29..0000000 --- a/deadline_misses +++ /dev/null | |||