qemu/contrib/plugins
Mahmoud Mandour c79a2116af plugins/cache: supported multicore cache modelling
Multicore L1 cache modelling is introduced and is supported for both
full system emulation and linux-user.

For full-system emulation, L1 icache and dcache are maintained for each
available core, since this information is exposed to the plugin through
`qemu_plugin_n_vcpus()`.

For linux-user, a static number of cores is assumed (default 1 core, and
can be provided as a plugin argument `cores=N`). Every memory access
goes through one of these caches, this approach is taken as it's
somewhat akin to what happens on real setup, where a program that
dispatches more threads than the available cores, they'll thrash
each other

Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Message-Id: <20210803151301.123581-2-ma.mandourr@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2021-09-02 11:29:34 +01:00
..
cache.c plugins/cache: supported multicore cache modelling 2021-09-02 11:29:34 +01:00
execlog.c plugins/execlog: removed unintended "s" at the end of log lines. 2021-09-02 11:29:34 +01:00
hotblocks.c contrib: Don't use '#' flag of printf format 2021-02-18 08:17:02 +00:00
hotpages.c plugins: Expose physical addresses instead of device offsets 2021-03-17 07:17:46 +00:00
howvec.c contrib: Open brace '{' following struct go on the same line 2021-02-18 08:17:27 +00:00
hwprofile.c plugins: Expose physical addresses instead of device offsets 2021-03-17 07:17:46 +00:00
lockstep.c contrib: Don't use '#' flag of printf format 2021-02-18 08:17:02 +00:00
Makefile plugins: Added a new cache modelling plugin 2021-07-14 15:54:13 +01:00