* src/vm/hook.hpp: Use hook points for OProfile agent.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 2 Nov 2009 12:19:05 +0000 (13:19 +0100)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 2 Nov 2009 12:19:05 +0000 (13:19 +0100)
commit47d82d11dc092abdbabdc2bfab746ed3429044eb
tree0d85b5fc10f2d36f4678fb67395e1b7b45697994
parent5d75bdd2c1a6391a447a881728340d7c70973992
* src/vm/hook.hpp: Use hook points for OProfile agent.
* src/vm/jit/jit.cpp: Likewise and also fire jit_generated hook.
* src/vm/jit/oprofile-agent.cpp (OprofileAgent::initialize): Fixed minor typo.
* src/vm/vm.cpp: Fire vm_preinit and vm_shutdown hooks.
src/vm/hook.hpp
src/vm/jit/jit.cpp
src/vm/jit/oprofile-agent.cpp
src/vm/vm.cpp