Skip to content

Commit

Permalink
plugins: Added a new cache modelling plugin
Browse files Browse the repository at this point in the history
Added a cache modelling plugin that uses a static configuration used in
many of the commercial microprocessors and uses random eviction policy.

The purpose of the plugin is to identify the most cache-thrashing
instructions for both instruction cache and data cache.

Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210623125458.450462-2-ma.mandourr@gmail.com>
Message-Id: <20210709143005.1554-37-alex.bennee@linaro.org>
  • Loading branch information
i3abghany authored and stsquad committed Jul 14, 2021
1 parent 307ce0a commit e2c5557
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/plugins/Makefile
Expand Up @@ -19,6 +19,7 @@ NAMES += hotpages
NAMES += howvec
NAMES += lockstep
NAMES += hwprofile
NAMES += cache

SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES)))

Expand Down

0 comments on commit e2c5557

Please sign in to comment.