summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* base: Factor task debug annotations out of MessageLoopskyostil@chromium.org2014-08-143-0/+153
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-132-2/+2
* Remove TraceOptions string based constructor. Add setter methodnednguyen@google.com2014-08-083-26/+38
* Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions.nednguyen@google.com2014-08-074-13/+51
* This is an ordered set tailored to GN's (simple) needs.brettw@chromium.org2014-08-061-1/+1
* Reenable trace_event_unittest for windowsnednguyen@google.com2014-08-061-7/+1
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-2/+2
* Disable TraceOptionsTest.TraceOptionsFromStringrobliao@chromium.org2014-08-041-1/+1
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-045-178/+475
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-014-1/+237
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-314-235/+1
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-314-1/+235
* Draw the start of input latency using its original/ui timestampmiletus@chromium.org2014-07-311-0/+16
* Hide some SyzyASan specific code behind an '#if defined(COMPILER_MSVC)'.sebmarchand@chromium.org2014-07-312-6/+6
* Fix 2 warnings in the ASan tests.sebmarchand@chromium.org2014-07-281-2/+13
* tsan_suppressions: remove vp9 suppressionjzern@chromium.org2014-07-261-3/+0
* Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT.nednguyen@google.com2014-07-251-2/+2
* Suppress a deadlock in TraceEventTestFixture.ThreadOnceBlockingglider@chromium.org2014-07-241-0/+4
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+7
* Update the TSan suppressions for uprv_malloc_xx and uprv_realloc_xxglider@chromium.org2014-07-231-2/+2
* Modify TraceEventTestFixture.TraceBufferVectorReportFull to assert the overfl...nednguyen@google.com2014-07-221-4/+5
* Change instant event phase name from i to Iyurys@chromium.org2014-07-221-1/+1
* Set dump_without_crashing_function_ in chrome.dll with value of exported chro...wfh@chromium.org2014-07-211-0/+3
* Add metadata that report whether the buffer was full, and the timestamp when ...nednguyen@google.com2014-07-193-7/+78
* Fix data race with synthetic delay initializationskyostil@chromium.org2014-07-181-2/+2
* Fix tracing 64-bit to 32-bit truncations.wfh@chromium.org2014-07-083-13/+12
* deadlock fix in SymbolContext ctorcpu@chromium.org2014-07-031-13/+15
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-034-15/+20
* stub out debug::StackTrace().Print() when using uclibcmostynb@opera.com2014-06-272-4/+4
* Suppress data race reports:glider@chromium.org2014-06-261-0/+7
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-1/+1
* Memory tools suppressions:glider@chromium.org2014-06-251-0/+3
* Add history_size=7 to the TSan default options.glider@chromium.org2014-06-251-1/+3
* Fix potential deadlock situation for ChromeOS sounds.dalecurtis@google.com2014-06-211-2/+0
* ServiceWorker: Remove unused suppression for tsannhiroki@chromium.org2014-06-191-3/+0
* Suppress data race in ExtensioNGCMAppHandlerTestoshima@chromium.org2014-06-191-0/+3
* Remove TraceStringWrapper::operator const char*()wangxianzhu@chromium.org2014-06-181-8/+10
* Add 'strip_path_prefix=Release/../../' to the default options for ASan/TSan.earthdok@chromium.org2014-06-161-4/+12
* Export ASAN helpers for component builds.dcheng@chromium.org2014-06-161-5/+6
* Add some function to induce ASan crashes.sebmarchand@chromium.org2014-06-142-0/+140
* Cleanup after fixing the atomicity of cc::Layer ID counter: remove a suppress...glider@chromium.org2014-06-101-3/+0
* More TSan suppressions for browser_tests:glider@chromium.org2014-06-041-0/+4
* Suppress a false positive race report in tzset_internal.glider@chromium.org2014-06-021-0/+3
* Update tsan suppressions due to r273571.scherkus@chromium.org2014-05-311-6/+0
* Link the contents of tools/valgrind/tsan_v2/suppressions.txt into TSan binaries.glider@chromium.org2014-05-303-0/+314
* Add cpu count to trace metadatanduca@chromium.org2014-05-242-0/+38
* Do not set the default `suppressions` and `external_symbolizer_path` options ...glider@chromium.org2014-05-221-6/+1
* Link all the necessary default options into TSan v2 binaries.glider@chromium.org2014-05-211-1/+13
* Add default options for ThreadSanitizer on Linux. Enable deadlock detection b...glider@chromium.org2014-05-201-0/+18
* Revert of Add default options for ThreadSanitizer on Linux. Enable deadlock d...jyasskin@chromium.org2014-05-191-18/+0