summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* GTTF: Make debug symbol "resolution" work even after binaries are moved.phajdan.jr@chromium.org2013-04-111-3/+39
* Add a ConvertableToTraceFormat type to the trace framework.dsinclair@chromium.org2013-04-104-43/+284
* Merge trace_event_internal.h back into trace_event.h.dsinclair@chromium.org2013-04-102-1072/+1060
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Android: improve native debuggabilitymostynb@opera.com2013-04-081-10/+13
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-18/+20
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-302-2/+2
* Skip default categories when getting known categories.dsinclair@chromium.org2013-03-262-3/+5
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-263-83/+154
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* Update tracing framework to optionally use a ringbuffer.dsinclair@chromium.org2013-03-153-56/+221
* Improvements to trace_event on Android and roll trace-viewer to r220wangxianzhu@chromium.org2013-03-133-40/+71
* Revert "GTTF: Make debug symbol "resolution" work even after binaries are mov...phajdan.jr@chromium.org2013-03-081-34/+3
* GTTF: Make debug symbol "resolution" work even after binaries are moved.phajdan.jr@chromium.org2013-03-081-3/+34
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Change crash keys to be registered with a maximum length instead of number of...rsesek@chromium.org2013-03-053-26/+50
* Include <vector> where it is used.eugenis@chromium.org2013-03-011-0/+1
* Plumb trace event to WebKit inspectorcaseq@google.com2013-02-273-0/+80
* Revert 184797abodenha@chromium.org2013-02-271-36/+0
* GTTF: symbolize stack traces on Mac OS X even on crashphajdan.jr@chromium.org2013-02-271-0/+36
* Add support for tracking life time of client objects in trace log.caseq@google.com2013-02-263-0/+78
* Sampling profiler for chrome://tracingscottmg@chromium.org2013-02-265-5/+244
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-233-39/+105
* enable -Wstring-conversion when compiling with clangscottmg@chromium.org2013-02-221-1/+1
* Add a missing base:: in the tracing macros.dsinclair@chromium.org2013-02-191-1/+1
* Make a new TRACE macro that is slower but uses less memorygman@chromium.org2013-02-162-0/+74
* Adding raw tracing to trace framework.dsinclair@chromium.org2013-02-155-78/+295
* Support JellyBean MR2 style of systracewangxianzhu@chromium.org2013-02-152-7/+19
* Linux/ChromeOS Chromium style checker cleanup, base/ edition.rsleevi@chromium.org2013-02-071-2/+2
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-9/+9
* Reland: Add trace event Pepper APIelijahtaylor@chromium.org2013-01-283-904/+911
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-252-4/+9
* Android: removes "trace_event_clock_sync" from atrace.bulach@chromium.org2013-01-183-51/+0
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-8/+3
* Enable overlapping, usage counted SetEnabled()/SetDisabled() for TraceLogcaseq@google.com2013-01-163-11/+81
* Create the crash key registration system and register some Mac-specific keys.rsesek@chromium.org2013-01-153-4/+315
* GTTF: Print more detailed information about deadly signals.phajdan.jr@chromium.org2013-01-151-13/+76
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-152-13/+13
* GTTF: dump registers on crash on 32-bit Linuxphajdan.jr@chromium.org2013-01-141-16/+51
* Revert 176681sky@chromium.org2013-01-141-51/+16
* GTTF: dump registers on crash on 32-bit Linuxphajdan.jr@chromium.org2013-01-141-16/+51
* Add regression test for lazy evaluation of tracing parameters.dsinclair@chromium.org2013-01-141-0/+18
* GTTF: dump registers on crash on 64-bit Linuxphajdan.jr@chromium.org2013-01-103-29/+98
* Revert 175233 because Linux ASAN builder cannot compile it.alexeypa@google.com2013-01-043-911/+904
* Add trace event Pepper APIelijahtaylor@chromium.org2013-01-043-904/+911