Support profiler stack sampling in any situation. After this change, almost all profi...
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Mar 2009 14:49:12 +0000 (14:49 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Mar 2009 14:49:12 +0000 (14:49 +0000)
commit3bd4c93d07ff40385f4e757e8c507ffc7698a252
tree10b7f5e1881c482a765b08f2b29685e9f5c0bae5
parentc35bacb2dc16f62bfbdc5352578ef6adea162789
Support profiler stack sampling in any situation. After this change, almost all profiler ticks (except GC ones) have a stack sample data associated.

Tested under Linux, OS X, and Windows.

Review URL: http://codereview.chromium.org/50052

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1565 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
SConstruct
src/frames-arm.h
src/frames-ia32.h
src/frames-inl.h
src/frames.cc
src/frames.h
src/log.cc
src/log.h
src/platform-win32.cc
test/cctest/test-log-ia32.cc