Searched defs:trace_file (Results 1 – 3 of 3) sorted by relevance
50 let trace_file = path_to_cstr(trace_file); in record() localVariable
38 let mut trace_file = PathBuf::from(trace_dir); in trace() localVariable
280 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument