Home
last modified time | relevance | path

Searched refs:runTraceconv (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrace_converter.ts33 runTraceconv(trace, args).then(module => {
54 runTraceconv(traceBlob, args).then(module => {
73 async function runTraceconv(trace: Blob, args: string[]) { function