HomeSort by relevance Sort by last modified time
    Searched refs:trace_to_text_binary (Results 1 - 2 of 2) sorted by null

  /external/perfetto/tools/
traceconv 75 trace_to_text_binary = load_trace_to_text(platform)
76 os.execv(trace_to_text_binary, [trace_to_text_binary] + argv[1:])
heap_profile 191 trace_to_text_binary = args.trace_to_text_binary
192 if trace_to_text_binary is None:
202 trace_to_text_binary = load_trace_to_text(platform)
283 [trace_to_text_binary, 'profile', '/tmp/profile'])

Completed in 115 milliseconds