Add VMStart, VMInit, and VMDeath to tifast

These can be useful for investigating the ordering and filtering of
events sent by various java language runtimes.

Test: art --64 \
          -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so \
          -agentpath:$ANDROID_HOST_OUT/lib64/libtifastd.so=log,VMInit,VMStart,VMDeath,ThreadStart \
          -cp classes.dex \
          Main
Test: java -agentpath:$ANDROID_HOST_OUT/lib64/libtifastd.so=log,VMInit,VMStart,VMDeath,ThreadStart \
           -cp . \
           Main

Change-Id: I54320230ce567c8e947bc7c4835f5ba32e3072e3
2 files changed