summaryrefslogtreecommitdiffstats
path: root/base/trace_event/trace_event_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/trace_event/.avi2015-12-241-11/+13
* [Tracing] Remove context_id in favor of traitsfmeawad2015-12-181-8/+0
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-051-2/+2
* [tracing] Add TRACE_EVENT_API_ADD_TRACE_EVENT_WITH_PROCESS_IDprimiano2015-11-031-3/+16
* Reduced the size of each TraceEvent from 152 to 144 bytes (x64) by being more...oysteine2015-11-021-2/+2
* Tracing: Add support for PII whitelisting of individual trace event argumentsoysteine2015-10-281-6/+17
* Implement ThreadTicks::Now on Windows.fdoray2015-10-151-1/+5
* Reland of [tracing] Fix, simplify and speed up accounting of TraceEvent memor...oysteine2015-08-061-19/+11
* Revert of [tracing] Fix, simplify and speed up accounting of TraceEvent memor...oysteine2015-08-051-11/+19
* Implement a new flow event API that allows binding flow events and regular ev...yuhaoz2015-07-291-0/+12
* Split most of trace_event_impl.h/cc out into trace_log.h/cc, trace_sampling_t...oysteine2015-07-271-2175/+1
* [tracing] Fix, simplify and speed up accounting of TraceEvent memory overheadprimiano2015-07-231-34/+38
* Add ContextId to the trace eventsfmeawad2015-07-201-23/+49
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Expand the AddTraceEvent flags argumentfmeawad2015-07-131-3/+3
* [tracing] Fix memory overhead accounting of TraceBufferVectorprimiano2015-07-071-3/+8
* Fix a tsan race triggerred by unprotected reads of |TraceLog::logged_events_|.amistry2015-07-041-2/+5
* [ETW Export] Add event filtering.georgesak2015-06-251-1/+3
* Tracing: If the tracing controller has no string sink, we'll no longer genera...oysteine2015-06-241-10/+30
* Replace some Tokenize calls with SplitString.brettw2015-06-241-2/+4
* [tracing] Warmup the ThreadLocalEventBuffer when MemoryInfra is enabledprimiano2015-06-161-18/+24
* Avoid emptry tracing callbacks when possible.hubbe2015-06-151-17/+13
* Allow binding point to be specified on flow end events.yuhaoz2015-06-111-0/+3
* Traces with arguments stripped will now emit the args parameter as a __stripp...oysteine2015-06-111-22/+22
* Revert of Allow binding point to be specified on flow end events. (patchset #...dsinclair2015-06-111-3/+0
* [tracing] Add infrastructure to account memory overhead of tracing.primiano2015-06-111-1/+125
* Allow binding point to be specified on flow end events.yuhaoz2015-06-101-0/+3
* [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptionszhenw2015-06-021-49/+26
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-291-24/+24
* [Startup Tracing] Separate TraceOptions and CategoryFilterzhenw2015-05-261-300/+0
* Added a whitelist for trace events that are known to have args without PII.oysteine2015-05-201-30/+71
* Add support for async thread times using a trace flag.dyen2015-05-051-0/+5
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-16/+18
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-18/+16
* base: Remove use of MessageLoopProxyskyostil2015-04-291-16/+18
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-3/+3
* Add option to export tracing events to ETW.georgesak2015-04-161-0/+15
* Generate globally (cross-process) unique IDs for memory tracing dumpsssid2015-04-141-1/+5
* Revert "Add option to export tracing events to ETW."pdr2015-04-141-15/+0
* Add option to export tracing events to ETW.georgesak2015-04-141-0/+15
* Re-land issue 750183008 (Parallelize trace messages serialization)caseq2015-03-261-9/+22
* base: Stop passing by non-const references in some more places.danakj2015-03-101-9/+6
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-2/+2
* Enable trace with multiple categories with any one category ONr.kasibhatla2015-03-061-3/+20
* Avoid twice clock readingwangxianzhu2015-02-231-4/+2
* Use real time instead of event time to compute trace event overheadwangxianzhu2015-02-131-4/+8
* [tracing] Add a DCHECK to ensure that trace events have a valid timestamp.rmcilroy2015-02-131-0/+1
* Revert of DevTools: Parallelize trace messages serialization. (patchset #8 id...loislo2015-02-121-22/+9