| Commit message (Expand) | Author | Age | Files | Lines |
* | Tracing: make filtering logic more intuitive for multiple categories | caseq | 2014-12-12 | 3 | -34/+63 |
* | Reland https://codereview.chromium.org/760503002: | glider | 2014-12-05 | 1 | -10/+20 |
* | Don't call exit() after __debugbreak() on release builds. | rvargas | 2014-12-04 | 2 | -3/+44 |
* | Revert of Turn on stack use-after-return detection in non-official ASan build... | glider | 2014-12-03 | 1 | -20/+10 |
* | Turn on stack use-after-return detection in non-official ASan builds. | glider | 2014-12-02 | 1 | -10/+20 |
* | More valgrind workarounds for ProcMapsTest.ReadProcMaps. | scherkus | 2014-11-24 | 1 | -22/+22 |
* | Fix ProcMapsTest.ReadProcMaps to handle stacks created by Valgrind. | scherkus | 2014-11-21 | 1 | -7/+22 |
* | Report trace buffer usage as number of events, not only percentage | yurys | 2014-11-17 | 3 | -11/+22 |
* | Cleanup various includes and namespace references. | fdegans | 2014-11-03 | 1 | -0/+1 |
* | Creating infrastructure for profiler instrumentation only in developer build ... | vadimt | 2014-10-28 | 1 | -0/+1 |
* | Cleanup: Remove some unneeded timer.h includes. | thestig | 2014-10-27 | 1 | -1/+0 |
* | Standardize usage of virtual/override/final in base/ | dcheng | 2014-10-21 | 10 | -57/+48 |
* | Cleanup: Better constify some strings in base. | thestig | 2014-10-21 | 6 | -38/+36 |
* | Convert ARRAYSIZE_UNSAFE -> arraysize in base/. | viettrungluu | 2014-10-16 | 2 | -2/+2 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-15 | 1 | -1/+1 |
* | Align base::hash_map with C++11, part 1. | davidben | 2014-10-11 | 1 | -11/+0 |
* | replace OVERRIDE and FINAL with override and final in base/ | mostynb | 2014-10-07 | 11 | -47/+47 |
* | Fix more disabled MSVC warnings, base/ edition. | pkasting | 2014-10-01 | 3 | -6/+7 |
* | Cleanup. | pkasting | 2014-09-29 | 1 | -26/+21 |
* | Remove implicit HANDLE conversions from base. | rvargas | 2014-09-23 | 1 | -1/+1 |
* | Creating a framework for suppressing pollution of the profiler data and apply... | vadimt | 2014-09-15 | 1 | -4/+5 |
* | Added BASE_EXPORT to EnabledStateObserver class | xunjieli | 2014-09-09 | 1 | -1/+2 |
* | This CL adds NESTABLE_ASYNC APIs to tracing. | xunjieli | 2014-09-09 | 1 | -1/+45 |
* | Avoid deadlock during trace_event flush | wangxianzhu | 2014-09-03 | 1 | -7/+16 |
* | Remove implicit conversions from scoped_refptr to T* in base/ | dcheng | 2014-08-27 | 1 | -3/+3 |
* | Move default sanitizer options into build/ so that WebRTC can import them. | glider@chromium.org | 2014-08-21 | 3 | -429/+0 |
* | base: Factor task debug annotations out of MessageLoop | skyostil@chromium.org | 2014-08-14 | 3 | -0/+153 |
* | Move file_util to base/files/ directory. | brettw@chromium.org | 2014-08-13 | 2 | -2/+2 |
* | Remove TraceOptions string based constructor. Add setter method | nednguyen@google.com | 2014-08-08 | 3 | -26/+38 |
* | Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions. | nednguyen@google.com | 2014-08-07 | 4 | -13/+51 |
* | This is an ordered set tailored to GN's (simple) needs. | brettw@chromium.org | 2014-08-06 | 1 | -1/+1 |
* | Reenable trace_event_unittest for windows | nednguyen@google.com | 2014-08-06 | 1 | -7/+1 |
* | Disable TraceOptionsTest.TraceOptionsFromString | robliao@chromium.org | 2014-08-04 | 1 | -2/+2 |
* | Disable TraceOptionsTest.TraceOptionsFromString | robliao@chromium.org | 2014-08-04 | 1 | -1/+1 |
* | Refactor tracing to pass around base::debug::TraceOptions to reduce spaghetti | nednguyen@google.com | 2014-08-04 | 5 | -178/+475 |
* | Add builders for tracing event's structural arguments | yurys@chromium.org | 2014-08-01 | 4 | -1/+237 |
* | Revert of Add builders for tracing event's structural arguments (https://code... | erikchen@chromium.org | 2014-07-31 | 4 | -235/+1 |
* | Add builders for tracing event's structural arguments | yurys@chromium.org | 2014-07-31 | 4 | -1/+235 |
* | Draw the start of input latency using its original/ui timestamp | miletus@chromium.org | 2014-07-31 | 1 | -0/+16 |
* | Hide some SyzyASan specific code behind an '#if defined(COMPILER_MSVC)'. | sebmarchand@chromium.org | 2014-07-31 | 2 | -6/+6 |
* | Fix 2 warnings in the ASan tests. | sebmarchand@chromium.org | 2014-07-28 | 1 | -2/+13 |
* | tsan_suppressions: remove vp9 suppression | jzern@chromium.org | 2014-07-26 | 1 | -3/+0 |
* | Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT. | nednguyen@google.com | 2014-07-25 | 1 | -2/+2 |
* | Suppress a deadlock in TraceEventTestFixture.ThreadOnceBlocking | glider@chromium.org | 2014-07-24 | 1 | -0/+4 |
* | Disable all the tests that are flaking more than 5% on Windows builders. | jam@chromium.org | 2014-07-23 | 1 | -1/+7 |
* | Update the TSan suppressions for uprv_malloc_xx and uprv_realloc_xx | glider@chromium.org | 2014-07-23 | 1 | -2/+2 |
* | Modify TraceEventTestFixture.TraceBufferVectorReportFull to assert the overfl... | nednguyen@google.com | 2014-07-22 | 1 | -4/+5 |
* | Change instant event phase name from i to I | yurys@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | Set dump_without_crashing_function_ in chrome.dll with value of exported chro... | wfh@chromium.org | 2014-07-21 | 1 | -0/+3 |
* | Add metadata that report whether the buffer was full, and the timestamp when ... | nednguyen@google.com | 2014-07-19 | 3 | -7/+78 |