Searched refs:LinuxPerfImporter (Results 1 – 3 of 3) sorted by relevance
138 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));145 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));157 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));163 assertFalse(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));185 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));194 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));227 assertTrue(tracing.importer.LinuxPerfImporter.canImport(html_text));246 tracing.importer.LinuxPerfImporter._extractEventsFromSystraceHTML(
92 function LinuxPerfImporter(model, events) { class222 LinuxPerfImporter.canImport = function(events) {226 if (LinuxPerfImporter._extractEventsFromSystraceHTML(events, false).ok)241 LinuxPerfImporter._extractEventsFromSystraceHTML = function(311 LinuxPerfImporter.prototype = { class641 LinuxPerfImporter.prototype.traceClockSyncEvent.bind(this));643 LinuxPerfImporter.prototype.traceMarkingWriteEvent.bind(this));646 LinuxPerfImporter.prototype.traceClockSyncEvent.bind(this));648 LinuxPerfImporter.prototype.traceMarkingWriteEvent.bind(this));725 var extractResult = LinuxPerfImporter._extractEventsFromSystraceHTML([all …]
222 …gnized line: "+e)}}}};tracing.TraceModel.registerImporter(b);return{LinuxPerfImporter:b,_LinuxPerf…