aboutsummaryrefslogtreecommitdiff
path: root/contrib/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour1-8/+19
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour1-12/+27
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour1-9/+22
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour1-2/+12
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour1-10/+20
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour1-44/+132
2021-09-02plugins/execlog: removed unintended "s" at the end of log lines.Mahmoud Mandour1-1/+1
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 Mandour2-0/+420
2021-07-14contrib/plugins: add execlog to log instruction execution and memory accessAlexandre Iooss2-0/+154
2021-07-14contrib/plugins: enable -Wall for building pluginsAlex Bennée1-1/+1
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay2-2/+2
2021-02-18contrib: Open brace '{' following struct go on the same linezhouyang1-2/+1
2021-02-18contrib: space required after that ','zhouyang1-6/+6
2021-02-18contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang1-1/+1
2021-02-18contrib: Don't use '#' flag of printf formatzhouyang4-6/+6
2021-02-18plugins: new hwprofile pluginAlex Bennée2-0/+306
2020-11-16plugins: Fix two resource leaks in setup_socket()Alex Chen1-0/+2
2020-11-16plugins: Fix resource leak in connect_socket()Alex Chen1-0/+1
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo1-1/+1
2020-09-10plugins: move the more involved plugins to contribAlex Bennée5-0/+1082