Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: systrace/systrace/tracing_agents/atrace_agent.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « systrace/profile_chrome/profiler.py ('k') | systrace/systrace/tracing_agents/battor_trace_agent.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/systrace/tracing_agents/atrace_agent.py
diff --git a/systrace/systrace/tracing_agents/atrace_agent.py b/systrace/systrace/tracing_agents/atrace_agent.py
index b1e61d1b39a68566658aea3c1de9a916187b975b..dc011685677185241ed3f1ec248e2fdf39501fbe 100644
--- a/systrace/systrace/tracing_agents/atrace_agent.py
+++ b/systrace/systrace/tracing_agents/atrace_agent.py
@@ -198,7 +198,8 @@ class AtraceAgent(tracing_agents.TracingAgent):
Args:
sync_id: ID string for clock sync marker.
"""
- cmd = 'echo name=%s > /sys/kernel/debug/tracing/trace_marker' % sync_id
+ cmd = 'echo trace_event_clock_sync: name=%s >' \
+ ' /sys/kernel/debug/tracing/trace_marker' % sync_id
with self._device_utils.adb.PersistentShell(
self._device_serial_number) as shell:
t1 = trace_time.Now()
« no previous file with comments | « systrace/profile_chrome/profiler.py ('k') | systrace/systrace/tracing_agents/battor_trace_agent.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698