summaryrefslogtreecommitdiff
path: root/contrib/plugins
AgeCommit message (Expand)Author
2021-11-04plugins/cache: make L2 emulation optional through argsMahmoud Mandour
2021-11-04plugins/cache: split command line arguments into name and valueMahmoud Mandour
2021-11-04plugins/cache: implement unified L2 cache emulationMahmoud Mandour
2021-11-04plugins/cache: freed heap-allocated mutexesMahmoud Mandour
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour
2021-09-02plugins/execlog: removed unintended "s" at the end of log lines.Mahmoud Mandour
2021-07-23plugins/cache: Fixed "function decl. is not a prototype" warningsMahmoud Mandour
2021-07-23plugins/cache: limited the scope of a mutex lockMahmoud Mandour
2021-07-23plugins/cache: Fixed a bug with destroying FIFO metadataMahmoud Mandour
2021-07-14plugins/cache: Added FIFO and LRU eviction policiesMahmoud Mandour
2021-07-14plugins/cache: Enable cache parameterizationMahmoud Mandour
2021-07-14plugins: Added a new cache modelling pluginMahmoud Mandour
2021-07-14contrib/plugins: add execlog to log instruction execution and memory accessAlexandre Iooss
2021-07-14contrib/plugins: enable -Wall for building pluginsAlex Bennée
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay
2021-02-18contrib: Open brace '{' following struct go on the same linezhouyang
2021-02-18contrib: space required after that ','zhouyang
2021-02-18contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang
2021-02-18contrib: Don't use '#' flag of printf formatzhouyang
2021-02-18plugins: new hwprofile pluginAlex Bennée
2020-11-16plugins: Fix two resource leaks in setup_socket()Alex Chen
2020-11-16plugins: Fix resource leak in connect_socket()Alex Chen
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo
2020-09-10plugins: move the more involved plugins to contribAlex Bennée