Searched refs:SupportsExplicitClockSync (Results 1 – 17 of 17) sorted by relevance
12 bool TracingAgent::SupportsExplicitClockSync() { in SupportsExplicitClockSync() function in base::trace_event::TracingAgent19 DCHECK(SupportsExplicitClockSync()); in RecordClockSyncMarker()
66 virtual bool SupportsExplicitClockSync();
69 def SupportsExplicitClockSync(self): member in DdmsAgent74 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
107 def SupportsExplicitClockSync(self): member in ChromeStartupTracingAgent112 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
41 def SupportsExplicitClockSync(self): member in FakeAgent2
126 def SupportsExplicitClockSync(self): member in ChromeTracingAgent131 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
42 def SupportsExplicitClockSync(self): member in FakeAgent
207 def SupportsExplicitClockSync(self): member in PerfProfilerAgent212 assert self.SupportsExplicitClockSync(), ('Clock sync marker cannot be '
58 def SupportsExplicitClockSync(self): member in TracingAgent
71 def SupportsExplicitClockSync(self): member in AndroidProcessDataAgent
74 def SupportsExplicitClockSync(self): member in AndroidCgroupAgent
93 def SupportsExplicitClockSync(self): member in WaltAgent
107 def SupportsExplicitClockSync(self): member in AtraceFromFileAgent
71 def SupportsExplicitClockSync(self): member in AtraceProcessDumpAgent
203 def SupportsExplicitClockSync(self): member in FtraceAgent
227 def SupportsExplicitClockSync(self): member in AtraceAgent
91 def SupportsExplicitClockSync(self): member in TracingControllerAgent238 if agent.SupportsExplicitClockSync():