X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ftrace-viewer%2Ftrace_viewer%2Ftracing%2Fimporter%2Flinux_perf%2Fclock_parser.html;h=db76d9081e8034139b055b8142c2bc411efe3f4a;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=1f84deb48a5a9be6fcfbc09adee693320565a4b3;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/trace-viewer/trace_viewer/tracing/importer/linux_perf/clock_parser.html b/src/third_party/trace-viewer/trace_viewer/tracing/importer/linux_perf/clock_parser.html index 1f84deb..db76d90 100644 --- a/src/third_party/trace-viewer/trace_viewer/tracing/importer/linux_perf/clock_parser.html +++ b/src/third_party/trace-viewer/trace_viewer/tracing/importer/linux_perf/clock_parser.html @@ -15,7 +15,7 @@ found in the LICENSE file. * @fileoverview Parses trace_marker events that were inserted in the trace by * userland. */ -tvcm.exportTo('tracing.importer.linux_perf', function() { +tv.exportTo('tracing.importer.linux_perf', function() { var Parser = tracing.importer.linux_perf.Parser; @@ -49,7 +49,7 @@ tvcm.exportTo('tracing.importer.linux_perf', function() { // Initialize the counter's series fields if needed. if (ctr.numSeries === 0) { ctr.addSeries(new tracing.trace_model.CounterSeries('value', - tvcm.ui.getStringColorId(ctr.name + '.' + 'value'))); + tv.ui.getStringColorId(ctr.name + '.' + 'value'))); } ctr.series.forEach(function(series) { series.addCounterSample(ts, rate);