aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins/cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04plugins/cache: make L2 emulation optional through argsMahmoud Mandour1-22/+54
2021-11-04plugins/cache: split command line arguments into name and valueMahmoud Mandour1-27/+30
2021-11-04plugins/cache: implement unified L2 cache emulationMahmoud Mandour1-81/+175
2021-11-04plugins/cache: freed heap-allocated mutexesMahmoud Mandour1-0/+3
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour1-44/+132
2021-07-23plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour1-3/+3
2021-07-23plugins/cache: limited the scope of a mutex lockMahmoud Mandour1-2/+1
2021-07-23plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour1-1/+1
2021-07-14plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour1-13/+190
2021-07-14plugins/cache: Enable cache parameterizationMahmoud Mandour1-1/+46
2021-07-14plugins: Added a new cache modelling pluginMahmoud Mandour1-0/+419