Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / importer / linux_perf / workqueue_parser.html
index 6d0f61d..e57ae06 100644 (file)
@@ -13,7 +13,7 @@ found in the LICENSE file.
 /**
  * @fileoverview Parses workqueue events in the Linux event trace format.
  */
-tvcm.exportTo('tracing.importer.linux_perf', function() {
+tv.exportTo('tracing.importer.linux_perf', function() {
 
   var Parser = tracing.importer.linux_perf.Parser;
 
@@ -69,7 +69,7 @@ tvcm.exportTo('tracing.importer.linux_perf', function() {
           pid, pid);
       if (kthread.openSlice) {
         var slice = new tracing.trace_model.Slice('', kthread.openSlice,
-            tvcm.ui.getStringColorId(kthread.openSlice),
+            tv.ui.getStringColorId(kthread.openSlice),
             kthread.openSliceTS,
             {},
             ts - kthread.openSliceTS);