From: Florian Krohm Date: Thu, 19 Apr 2012 22:38:24 +0000 (+0000) Subject: Mention running with --profile-flags. X-Git-Tag: svn/VALGRIND_3_8_0~350^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78646e91251329f7e3154b98344fcdd9482ca445;p=thirdparty%2Fvalgrind.git Mention running with --profile-flags. git-svn-id: svn://svn.valgrind.org/valgrind/branches/TCHAIN@12511 --- diff --git a/docs/internals/t-chaining-notes.txt b/docs/internals/t-chaining-notes.txt index be2d70bda9..1f4e367770 100644 --- a/docs/internals/t-chaining-notes.txt +++ b/docs/internals/t-chaining-notes.txt @@ -16,6 +16,9 @@ check also with --vex-guest-chase-cond=yes check that all targets can run their insn set tests with --vex-guest-max-insns=1. +all targets: run some tests using --profile-flags=... to exercise +function patchProfInc_ + Cleanups ~~~~~~~~