summaryrefslogtreecommitdiffstats
path: root/contrib/plugins/cache.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* plugins/cache: make L2 emulation optional through argsMahmoud Mandour2021-11-041-22/+54
* plugins/cache: split command line arguments into name and valueMahmoud Mandour2021-11-041-27/+30
* plugins/cache: implement unified L2 cache emulationMahmoud Mandour2021-11-041-81/+175
* plugins/cache: freed heap-allocated mutexesMahmoud Mandour2021-11-041-0/+3
* plugins/cache: supported multicore cache modellingMahmoud Mandour2021-09-021-44/+132
* plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour2021-07-231-3/+3
* plugins/cache: limited the scope of a mutex lockMahmoud Mandour2021-07-231-2/+1Star
* plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour2021-07-231-1/+1
* plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour2021-07-141-13/+190
* plugins/cache: Enable cache parameterizationMahmoud Mandour2021-07-141-1/+46
* plugins: Added a new cache modelling pluginMahmoud Mandour2021-07-141-0/+419