[PATCH -perfbook 1/2] whymb: Tweak width of Table C.1 for -eb builds

Akira Yokosawa <[email protected]> Tue, 6 Aug 2024 13:03:12 +0900
Newsgroups org.kernel.vger.perfbook
Message-ID <[email protected]>
Commit ffdab3a2e986 ("whymb: Show "permissions" misses in C.1")
made Table C.1 too wide for -eb builds.

Add \ebresizewidth{ ... } around the table.

Signed-off-by: Akira Yokosawa <[email protected]>
---
 appendix/whymb/whymemorybarriers.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appendix/whymb/whymemorybarriers.tex b/appendix/whymb/whymemorybarriers.tex
index e5b16677..01c6a703 100644
--- a/appendix/whymb/whymemorybarriers.tex
+++ b/appendix/whymb/whymemorybarriers.tex
@@ -562,6 +562,7 @@ are up to date (``V'') or not (``I'').
 \begin{table*}
 \small
 \centering
+\ebresizewidth{
 \renewcommand*{\arraystretch}{1.2}
 \rowcolors{6}{}{lightgray}
 \begin{tabular}{lclcccccc}
@@ -602,6 +603,7 @@ are up to date (``V'') or not (``I'').
 				& $-$/I & 0/S   & 0/S   & $-$/I   & I & V \\
 	\bottomrule
 \end{tabular}
+}
 \caption{Cache Coherence Example}
 \label{tab:app:whymb:Cache Coherence Example}
 \end{table*}

base-commit: 61d5f16b87eeee8897af56f5e083b464919161f8
-- 
2.34.1