]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Callgrind new feature: count global bus lock events "Ge"
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Wed, 9 Jun 2010 22:33:02 +0000 (22:33 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Wed, 9 Jun 2010 22:33:02 +0000 (22:33 +0000)
commitc3b643bb3530d7d5015600bb98972eae42b147fe
treeb3a1a1ce52f1bf2eefc4a5095ce4127226c6d722
parentc2abab1f043e04a0af972ef5a619368c8d393453
Callgrind new feature: count global bus lock events "Ge"

To count global bus lock events, use "--collect-bus=yes".
For x86, this will count the number of executed instructions
with a lock prefix; for architectures with LL/SC, this will
count the number of executed SC instructions.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11167
callgrind/clo.c
callgrind/docs/cl-manual.xml
callgrind/global.h
callgrind/main.c
callgrind/sim.c