Guillaume DIDIER
|
1876dc7db4
|
Update nix
|
2024-06-24 15:53:15 +02:00 |
|
Guillaume DIDIER
|
a20210e5d7
|
Update edition
|
2024-06-24 09:41:56 +02:00 |
|
|
2610b0ea1d
|
Add --no-slice-remap
Split data if needed
|
2024-06-21 17:34:07 +02:00 |
|
|
80f559be3a
|
Fix count statistic
|
2024-06-20 16:54:02 +02:00 |
|
|
e1c5a2fa23
|
calibrate_2T: Add "count" stat & increase BUCKET_COUNT
|
2024-06-20 14:16:54 +02:00 |
|
|
340fc5b7ee
|
Add show_models.py
|
2024-06-19 15:53:16 +02:00 |
|
|
545d07dd5e
|
Add analyse_reorder.py
|
2024-06-17 16:39:11 +02:00 |
|
|
30676cd391
|
Remove reload measurements
|
2024-06-14 11:06:03 +02:00 |
|
|
7639ab7e8e
|
analyse_medians.py: Use multiprocessing
|
2024-06-13 16:59:25 +02:00 |
|
|
31fc0236f8
|
Add all_facets
Segment code in multiple functions
Reformat with black
|
2024-06-13 11:08:14 +02:00 |
|
|
f894161143
|
Add plot(..)
|
2024-06-12 09:45:01 +02:00 |
|
|
2275ebcc77
|
Rename figs & add --rslice
|
2024-06-11 14:50:20 +02:00 |
|
|
89ed7f00e5
|
Plot grid in slices{} dirs
|
2024-06-11 11:58:02 +02:00 |
|
|
718d7147f0
|
generate_cores.py: Support lstopo with no os_index for L2Cache
|
2024-06-10 15:31:43 +02:00 |
|
|
607993b4cd
|
Add generate_cores.py
|
2024-06-10 11:42:52 +02:00 |
|
|
1ffa92eb04
|
analyse_medians.py : Add argparse & --no-plot
|
2024-06-07 13:54:57 +02:00 |
|
|
4f37118136
|
analyse_csv.py : Add argparse & --no-plot
|
2024-06-07 12:01:48 +02:00 |
|
|
6c58640378
|
minor changes
|
2024-06-07 09:49:33 +02:00 |
|
|
1a44f86e9c
|
Factorize code a bit
|
2024-06-06 17:22:27 +02:00 |
|
|
a334f5dcf4
|
Make plot more visible
|
2024-06-06 16:46:39 +02:00 |
|
|
e0180e9b52
|
Accept .txt.bz2 files
|
2024-06-05 15:57:29 +02:00 |
|
|
f7dfbe5ead
|
Add title to figures
|
2024-06-05 15:57:09 +02:00 |
|
|
5a77e17078
|
Add error message on unknown cache slicing
|
2024-06-05 15:02:53 +02:00 |
|
|
79b6a837f8
|
Create analyse_results.sh
|
2024-06-05 13:40:40 +02:00 |
|
|
ead00b5e8a
|
Add all columns back
|
2024-06-05 11:55:10 +02:00 |
|
|
e8cb44663c
|
Fix some python script issues
- removed tikzplotlib uses
- hide warnings
- modify unhashable types
|
2024-06-05 11:54:44 +02:00 |
|
|
2a5a2a0e18
|
Update config files
|
2024-06-05 11:50:17 +02:00 |
|
|
4817065712
|
Remove tikzplotlib dependancy
Remove gmpy2 dependancy
Fix numpy conversion warnings
|
2024-06-04 17:00:33 +02:00 |
|
Guillaume DIDIER
|
8edd90b6a3
|
Major refactor
|
2024-05-27 11:51:13 +02:00 |
|
Guillume DIDIER
|
dcc84e8916
|
Remove unnecessary dependency
|
2022-09-27 10:46:04 +02:00 |
|
Guillume DIDIER
|
2e8c82f347
|
Fix bare-metal compile
|
2022-09-23 14:19:41 +02:00 |
|
Guillume DIDIER
|
856bf5e4a1
|
Standardise authors
(cherry picked from commit 98c3d29cd1769993b9d6d345aa014fe2e77f1038)
|
2022-09-23 11:32:01 +02:00 |
|
Guillume DIDIER
|
960d7d942c
|
Refactor uneeded dependcy on covert_channel_evaluation
(cherry picked from commit e92dac5c6a57c437a63f24f0efed28e81fd3ce7c)
|
2022-09-23 11:32:01 +02:00 |
|
Guillume DIDIER
|
9fae343c44
|
Fix bare-metal compile
|
2022-09-23 11:28:42 +02:00 |
|
Guillume DIDIER
|
a97a16ad66
|
Naive F+F prefetcher experiment
|
2022-08-18 09:19:39 +02:00 |
|
Guillume DIDIER
|
c734b5ce53
|
Refactor ip_tool into cache_utils, start work on cache level calibration
|
2021-11-24 17:20:04 +01:00 |
|
Guillume DIDIER
|
0807d3bda9
|
Start working on an experiment to determine load hit time for different cache levels.
For now only a documentation comment with the design is correct in the file, which currently contains the code of an earlier expermient
|
2021-11-24 11:51:15 +01:00 |
|
Guillume DIDIER
|
206d45b823
|
Finish the function placement module (IP tool)
|
2021-10-20 13:57:57 +02:00 |
|
Guillume DIDIER
|
73d0cceed6
|
Merge remote-tracking branch 'origin/g5k'
|
2021-10-13 13:54:19 +02:00 |
|
Guillume DIDIER
|
6f32c1b469
|
Add support for various calibration strategies.
The generic channel can now be told to calibrate using a AV model (a Attacker and Victim socket model is stubbed but not implemented).
|
2021-10-13 13:52:38 +02:00 |
|
Guillaume Didier
|
8c77c1558d
|
Fix comments
|
2021-10-01 16:38:44 +02:00 |
|
Guillaume Didier
|
3dd5148fe5
|
Merge branch 'g5k' of https://gitlab.inria.fr/uarch/dendrobates-t-azureus
|
2021-10-01 11:04:35 +02:00 |
|
Guillaume Didier
|
f7132c911c
|
Optimised experiments
|
2021-10-01 11:02:20 +02:00 |
|
Guillaume Didier
|
c7b0cc4130
|
Do not calibrate unneeded ops
|
2021-09-29 16:45:13 +02:00 |
|
Guillaume Didier
|
c43daf8499
|
Fix bug in unsupported hashing that resulted in a ridiculous number of iteration
|
2021-09-29 11:24:23 +02:00 |
|
Guillume DIDIER
|
e3ef141792
|
Performance tweaks
|
2021-09-29 09:52:12 +02:00 |
|
Guillaume Didier
|
bb0b008bbe
|
cpupower for grid5k
|
2021-09-28 15:34:31 +02:00 |
|
Guillume DIDIER
|
6f8ae88e58
|
Fixes around cacheline length magic number
Cache line length is now a constant. This should eventually be replaced with some sort of lazy static info, that is extracted from CPUID if possible.
|
2021-09-28 08:55:12 +02:00 |
|
Guillume DIDIER
|
a272c79127
|
More work on unknown cache slicing handling
|
2021-09-27 16:27:53 +02:00 |
|
Guillume DIDIER
|
01ae16b015
|
Ensure the calibration infrastructure works correctly.
|
2021-09-27 11:35:51 +02:00 |
|