Home
last modified time | relevance | path

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

/system/extras/pagecache/
Dpagecache.py280 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument
281 for line in trace_file:
383 if options.trace_file is not None:
384 if not os.path.isfile(options.trace_file):
387 trace_file = open(options.trace_file, 'r')
388 read_and_parse_trace_file(trace_file, pagecache_stats, options.app_name)
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py828 trace_file = systrace_file_name + "_trace.txt"
829 with open(trace_file, 'w') as f:
831 run_adb_shell_cmd_as_root("cat /d/tracing/trace >> " + trace_file)
833 subprocess.call("./external/chromium-trace/systrace.py --from-file=" + trace_file + " -o " +\