summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-25/+153
* Fix trace event macro naming issuejbates@chromium.org2012-09-112-9/+9
* implement SetWatchEvent and WaitForEvent for trace-based-tests.jbates@chromium.org2012-09-013-103/+281
* Disable leak annotations for NaCl untrusted builds.bbudge@chromium.org2012-08-171-1/+2
* Fix TraceEventTestFixture flakinessjbates@chromium.org2012-08-162-6/+28
* Remove executable bits on file.mmoss@chromium.org2012-08-091-0/+0
* [MIPS] Add DEBUG_BREAK() for MIPS architecture.petarj@mips.com2012-08-091-0/+2
* trace event macro ambiguity fix when int64 is used on 64-bit buildjbates@chromium.org2012-08-071-0/+2
* mac: Delete some pre-10.5 code.thakis@chromium.org2012-08-061-14/+0
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-23/+24
* Coverity: Fully initialize the |trace_| member variable.jhawkins@chromium.org2012-07-253-8/+13
* Use common stack trace code in Android portskyostil@chromium.org2012-07-191-16/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1110-10/+0
* Upstream Android-specific changes to debugger_posix.ccjknotten@chromium.org2012-06-291-7/+19
* Remove unused member variables found by clang's -Wunused-private-fieldthakis@chromium.org2012-06-221-1/+2
* PPAPI/NaCl: Remove call of system() from NaCl builddmichael@chromium.org2012-06-091-1/+1
* Implement SpawnDebuggerOnProcess for POSIX.jyasskin@chromium.org2012-06-061-1/+12
* Signal thread names in instrumented binaries, even when a debugger is not att...siggi@chromium.org2012-05-311-10/+27
* Fixing Android compile warnings.felipeg@google.com2012-05-291-0/+5
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-1/+2
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-121-1/+4
* Add interface to system trace clock.sleffler@chromium.org2012-05-011-2/+2
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-2/+2
* Make non-scoped trace macros work in one-line scopes.jbates@chromium.org2012-03-301-16/+20
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-282-36/+31
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-132-2/+2
* Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...dmikurube@chromium.org2012-03-102-2/+2
* Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-102-2/+2
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-032-2/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-032-2/+2
* Revert 124144 - Sync trace time on Chrome OS (just like Android)backer@chromium.org2012-03-021-6/+6
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-012-91/+146
* Support the Syzygy instrumenting profiler.siggi@chromium.org2012-03-012-2/+118
* Sync trace time on Chrome OS (just like Android)sleffler@chromium.org2012-02-291-6/+6
* Make base::Logging compile with the NaCl toolchain.bbudge@chromium.org2012-02-282-2/+6
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-243-8/+5
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-233-5/+8
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-223-8/+5
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-223-15/+27
* Revert r122552: "Implement proper atomic code for trace macros."rnk@chromium.org2012-02-213-22/+15
* Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events.nduca@chromium.org2012-02-203-1/+136
* Implement proper atomic code for trace macros.jbates@chromium.org2012-02-173-15/+22
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* Make TraceEventTestFixture.ThreadNames work when thread-id is reused.jbates@chromium.org2012-02-031-2/+4
* Get rid of <iostream> include in stack_trace_posix (forces a static initializer)tbreisacher@chromium.org2012-02-031-4/+2
* Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...jbates@chromium.org2012-01-273-47/+52
* Cleanup trace_event, fix webkit API naming.jbates@chromium.org2012-01-251-14/+14
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-2/+1
* Split up trace_event.h into trace_event_impl.h and add webkitplatform support.jbates@chromium.org2012-01-234-1126/+1110