From: Nicholas Nethercote Date: Thu, 9 May 2002 15:43:33 +0000 (+0000) Subject: Minor corrections about cache profiling cost centres. X-Git-Tag: svn/VALGRIND_1_0_3~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bb5ef434ecf4ca0a123c1a4615ebd6b3302b9e;p=thirdparty%2Fvalgrind.git Minor corrections about cache profiling cost centres. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@243 --- diff --git a/cachegrind/docs/techdocs.html b/cachegrind/docs/techdocs.html index 5bfda47ee6..2e1cc8b7e9 100644 --- a/cachegrind/docs/techdocs.html +++ b/cachegrind/docs/techdocs.html @@ -2263,8 +2263,9 @@ allocate an array to store these which looks like this: |(uninit)| I.m2 (8 bytes) |(uninit)| tag (1 byte) -|(uninit)| instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|(uninit)| instr_size (1 byte) +|(uninit)| data_size (1 byte) +|(uninit)| (padding) (1 byte) |(uninit)| instr_addr (4 bytes) |(uninit)| I.a (8 bytes) |(uninit)| I.m1 (8 bytes) @@ -2303,9 +2304,10 @@ gaps in the instructions cost centre are filled in, for example: |0 | I.m1 (8 bytes) |0 | I.m2 (8 bytes) -|READ_CC | tag (1 byte) -|7 | instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|WRITE_CC| tag (1 byte) +|7 | instr_size (1 byte) +|4 | data_size (1 byte) +|(uninit)| (padding) (1 byte) |i_addr2 | instr_addr (4 bytes) |0 | I.a (8 bytes) |0 | I.m1 (8 bytes) diff --git a/coregrind/docs/techdocs.html b/coregrind/docs/techdocs.html index 5bfda47ee6..2e1cc8b7e9 100644 --- a/coregrind/docs/techdocs.html +++ b/coregrind/docs/techdocs.html @@ -2263,8 +2263,9 @@ allocate an array to store these which looks like this: |(uninit)| I.m2 (8 bytes) |(uninit)| tag (1 byte) -|(uninit)| instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|(uninit)| instr_size (1 byte) +|(uninit)| data_size (1 byte) +|(uninit)| (padding) (1 byte) |(uninit)| instr_addr (4 bytes) |(uninit)| I.a (8 bytes) |(uninit)| I.m1 (8 bytes) @@ -2303,9 +2304,10 @@ gaps in the instructions cost centre are filled in, for example: |0 | I.m1 (8 bytes) |0 | I.m2 (8 bytes) -|READ_CC | tag (1 byte) -|7 | instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|WRITE_CC| tag (1 byte) +|7 | instr_size (1 byte) +|4 | data_size (1 byte) +|(uninit)| (padding) (1 byte) |i_addr2 | instr_addr (4 bytes) |0 | I.a (8 bytes) |0 | I.m1 (8 bytes) diff --git a/docs/techdocs.html b/docs/techdocs.html index 5bfda47ee6..2e1cc8b7e9 100644 --- a/docs/techdocs.html +++ b/docs/techdocs.html @@ -2263,8 +2263,9 @@ allocate an array to store these which looks like this: |(uninit)| I.m2 (8 bytes) |(uninit)| tag (1 byte) -|(uninit)| instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|(uninit)| instr_size (1 byte) +|(uninit)| data_size (1 byte) +|(uninit)| (padding) (1 byte) |(uninit)| instr_addr (4 bytes) |(uninit)| I.a (8 bytes) |(uninit)| I.m1 (8 bytes) @@ -2303,9 +2304,10 @@ gaps in the instructions cost centre are filled in, for example: |0 | I.m1 (8 bytes) |0 | I.m2 (8 bytes) -|READ_CC | tag (1 byte) -|7 | instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|WRITE_CC| tag (1 byte) +|7 | instr_size (1 byte) +|4 | data_size (1 byte) +|(uninit)| (padding) (1 byte) |i_addr2 | instr_addr (4 bytes) |0 | I.a (8 bytes) |0 | I.m1 (8 bytes) diff --git a/memcheck/docs/techdocs.html b/memcheck/docs/techdocs.html index 5bfda47ee6..2e1cc8b7e9 100644 --- a/memcheck/docs/techdocs.html +++ b/memcheck/docs/techdocs.html @@ -2263,8 +2263,9 @@ allocate an array to store these which looks like this: |(uninit)| I.m2 (8 bytes) |(uninit)| tag (1 byte) -|(uninit)| instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|(uninit)| instr_size (1 byte) +|(uninit)| data_size (1 byte) +|(uninit)| (padding) (1 byte) |(uninit)| instr_addr (4 bytes) |(uninit)| I.a (8 bytes) |(uninit)| I.m1 (8 bytes) @@ -2303,9 +2304,10 @@ gaps in the instructions cost centre are filled in, for example: |0 | I.m1 (8 bytes) |0 | I.m2 (8 bytes) -|READ_CC | tag (1 byte) -|7 | instr_size (1 bytes) -|(uninit)| (padding) (2 bytes) +|WRITE_CC| tag (1 byte) +|7 | instr_size (1 byte) +|4 | data_size (1 byte) +|(uninit)| (padding) (1 byte) |i_addr2 | instr_addr (4 bytes) |0 | I.a (8 bytes) |0 | I.m1 (8 bytes)