Revert "[profiler] Make no frame region detection code more robust", "Fix ASAN after...
[platform/upstream/v8.git] / src / sampler.cc
2015-09-17 bmeurerRevert "[profiler] Make no frame region detection code...
2015-09-17 alphFix MSAN warning after r30777 (try 2)
2015-09-17 alphFix ASAN after r30777
2015-09-17 alph[profiler] Make no frame region detection code more...
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-04 alphMake CPU profiler do not hog 100% of CPU.
2015-01-30 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-10-22 bmeurer@chromium.orgUse getauxval() if available.
2014-10-17 jkummerow@chromium.orgTick processor: Print C++ entry points
2014-10-08 jochen@chromium.orgGet rid of isolate state.
2014-09-29 alph@chromium.orgInitial implementation of GetStackSample sampling profi...
2014-08-29 svenpanne@chromium.orgMore PNaCL fixes (without GYP/Makefile tweaks)
2014-08-26 mstarzinger@chromi... Fix and re-enable test-api/InitializeAndDispose.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-07-07 jochen@chromium.orgReland^3 r22105 "Remove static initializer from isolate"
2014-07-03 yangguo@chromium.orgRevert "Reland^2 r22105 "Remove static initializer...
2014-07-02 jochen@chromium.orgReland^2 r22105 "Remove static initializer from isolate"
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-24 alph@chromium.orgCPU profiler: increase the max number of captured frames.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 alph@chromium.orgAdd timestamps to CPU profile samples.
2014-03-24 ulan@chromium.orgEnable x64 build for Android
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2014-01-02 bmeurer@chromium.orgAdd support for the QNX operating system.
2013-10-01 yurys@chromium.orgFix threading problems in test-api when running on...
2013-08-29 yurys@chromium.orgDo not start sampler thread when CpuProfiler is active
2013-08-29 yurys@chromium.orgSupport higher CPU profiler sampling rate on Windows
2013-08-29 bmeurer@chromium.orgCleanup Mutex and related classes.
2013-08-29 yurys@chromium.orgUse V8_OS_* variables for platform detection in the...
2013-08-26 yurys@chromium.orgUse signals for cpu profiling on Mac OS X
2013-08-26 yurys@chromium.orgSupport higher CPU profiler sampling rate on posix...
2013-08-23 yurys@chromium.orgRewrite SamplingCircularQueue
2013-08-09 bmeurer@chromium.orgopenbsd: fix platform build
2013-08-07 yurys@chromium.orgSupport idle time in CPU profiler
2013-07-31 bmeurer@chromium.orgRevert the latest set of platform changes.
2013-07-30 bmeurer@chromium.orgSimplify implementation of Mutex.
2013-07-29 bmeurer@chromium.orgRevert new OS and CC detection and related changes...
2013-07-29 bmeurer@chromium.orgImplement correct OS and CC detection.
2013-07-23 yurys@chromium.orgFix call stack sampling for the case when native callba...
2013-07-10 loislo@chromium.orgImprove test-cpu-profiler.cc tests stability
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-07-03 yurys@chromium.orgFix Mac compilation after r15484
2013-07-03 yurys@chromium.orgDo not store fp and sp values in TickSample
2013-07-03 yurys@chromium.orgRemove #include "cpu-profiler-inl.h" from v8.h
2013-07-03 yurys@chromium.orgCorrectly report stack trace when current function...
2013-06-25 yurys@chromium.orgMerge SafeStackTraceFrameIterator into SafeStackFrameIt...
2013-06-13 yurys@chromium.orgNotify CPU profiler when calling native getters
2013-06-13 yurys@chromium.orgRevert "Notify CPU profiler when calling native getters"
2013-06-13 yurys@chromium.orgNotify CPU profiler when calling native getters
2013-06-03 yurys@chromium.orgSimulator specific code that is the same on all platfor...
2013-05-29 yurys@chromium.orgFix two CPU profiler tests on ARM and MIPS simulators
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-19 yurys@chromium.orgRevert r14252 as it broke --prof for some cases
2013-04-17 yurys@chromium.orgMove StackTracer to sampler.h
2013-04-17 yurys@chromium.orgNuke SamplerRegistry
2013-04-16 yurys@chromium.orgpthreads seem to be fully supported on Linux and Androi...
2013-04-16 yurys@chromium.orgThis change is a continuation of the refactoring starte...
2013-04-15 yurys@chromium.orgMove *BSD and Solaris Sampler implementation into sampl...