[PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments

Alex Bradbury posted 5 patches 3 months, 2 weeks ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>
[PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments
Posted by Alex Bradbury 3 months, 2 weeks ago
Currently just 'inline'.

Signed-off-by: Alex Bradbury <asb@igalia.com>
---
 docs/about/emulation.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst
index 456d01d5b0..9c963f4705 100644
--- a/docs/about/emulation.rst
+++ b/docs/about/emulation.rst
@@ -463,6 +463,16 @@ Example::
   0x000000004002b0, 1, 4, 66087
   ...
 
+Behaviour can be tweaked with the following arguments:
+
+.. list-table:: Hot Blocks plugin arguments
+  :widths: 20 80
+  :header-rows: 1
+
+  * - Option
+    - Description
+  * - inline=true|false
+    - Use faster inline addition of a single counter.
 
 Hot Pages
 .........
-- 
2.50.1
Re: [PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments
Posted by Pierrick Bouvier 3 months, 2 weeks ago
On 7/29/25 11:41 PM, Alex Bradbury wrote:
> Currently just 'inline'.
> 
> Signed-off-by: Alex Bradbury <asb@igalia.com>
> ---
>   docs/about/emulation.rst | 10 ++++++++++
>   1 file changed, 10 insertions(+)

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>