summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-118-11/+11
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recordingnduca@chromium.org2013-06-044-1/+71
* Allow chrome trace to be collected when atrace is enabled.wangxianzhu@chromium.org2013-05-292-3/+11
* drop unused execinfo.h headervapier@chromium.org2013-05-281-4/+0
* Disable sampling tracer test in split_dll modescottmg@chromium.org2013-05-231-0/+3
* disable sampling tracing in split_link buildscottmg@chromium.org2013-05-232-0/+9
* pull constant out of trace_event_impl for split_linkscottmg@chromium.org2013-05-232-3/+14
* Don't enable atrace for disabled-by-default categories.wangxianzhu@chromium.org2013-05-221-4/+10
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-1/+1
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-1/+1
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-1/+1
* Ensure ATrace flag is applied on Androidwangxianzhu@chromium.org2013-05-162-2/+8
* Remove --trace-all-rendered-frames in favour of disabled-by-default.dsinclair@chromium.org2013-05-151-0/+11
* Fix native traces to appear in systrace.pyjoth@chromium.org2013-05-142-4/+9
* Add base/debug/OWNERSwangxianzhu@chromium.org2013-05-131-0/+3
* Handle convertable_values on Androidwangxianzhu@chromium.org2013-05-103-25/+38
* Add templates for ConvertableToTraceFormat with other argument types.dsinclair@chromium.org2013-05-082-1/+156
* Allow tracing categories to default to disabled.dsinclair@chromium.org2013-05-074-52/+157
* Add snapshots to trace_event object modelnduca@chromium.org2013-05-043-61/+133
* Get a backtrace in Chrome for Android.dmikurube@chromium.org2013-05-031-0/+60
* Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..."tonyg@chromium.org2013-05-034-37/+306
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-8/+9
* Add a command line flag for dumping trace events to VLOGvollick@chromium.org2013-04-292-1/+71
* Revert 197024 "Add a command line flag for dumping trace events ..."vollick@chromium.org2013-04-292-71/+1
* Add a command line flag for dumping trace events to VLOGvollick@chromium.org2013-04-292-1/+71
* Fix uninitialized field in test following r197009.caseq@google.com2013-04-291-0/+1
* Invoke trace callback even when trace buffer is fullcaseq@google.com2013-04-292-6/+22
* [MIPS] Support to build libchromeview for MIPS-Androidpetarj@mips.com2013-04-271-0/+5
* Revert "Add a ConvertableToTraceFormat type to the trace framework."tonyg@chromium.org2013-04-264-306/+37
* When debugger is attached, use int3 to break debugger for Android x86.shouqun.liu@intel.com2013-04-231-6/+11
* Restore skipping of default categories.dsinclair@chromium.org2013-04-192-1/+4
* Correctly handle multiple convertable argument names.dsinclair@chromium.org2013-04-193-3/+24
* Category group support/Renamings.rubentopo@gmail.com2013-04-195-539/+806
* Fix the CHECK macro for Android x86 builds.shashishekhar@chromium.org2013-04-161-4/+2
* 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