Home
last modified time | relevance | path

Searched defs:trace_file (Results 1 – 10 of 10) sorted by relevance

/system/extras/profcollectd/libprofcollectd/trace_provider/
Dlogging.rs46 let trace_file = trace_provider::get_path(trace_dir, tag, LOGGING_TRACEFILE_EXTENSION); in trace_system() localVariable
63 let trace_file = trace_provider::get_path(trace_dir, tag, LOGGING_TRACEFILE_EXTENSION); in trace_process() localVariable
Dsimpleperf_etm.rs48 let trace_file = trace_provider::get_path(trace_dir, tag, ETM_TRACEFILE_EXTENSION); in trace_system() localVariable
78 let trace_file = trace_provider::get_path(trace_dir, tag, ETM_TRACEFILE_EXTENSION); in trace_process() localVariable
Dsimpleperf_lbr.rs49 let trace_file = trace_provider::get_path(trace_dir, tag, LBR_TRACEFILE_EXTENSION); in trace_system() localVariable
85 let trace_file = trace_provider::get_path(trace_dir, tag, LBR_TRACEFILE_EXTENSION); in trace_process() localVariable
/system/extras/memory_replay/
DFilterTrace.cpp60 bool& print_trace_format, std::string_view& trace_file) { in ParseOptions()
179 std::string_view trace_file; in main() local
DVerifyTrace.cpp67 static void VerifyTrace(const char* trace_file, bool attempt_repair) { in VerifyTrace()
/system/extras/profcollectd/libprofcollectd/
Dtrace_provider.rs80 let mut trace_file = PathBuf::from(dir); in get_path() localVariable
/system/core/init/libprefetch/prefetch/src/tracer/
Dmod.rs243 trace_file: BufReader<File>, field
283 let trace_file = File::open(&file_path) in create() localVariable
299 let trace_file = BufReader::new(file); in create_with_config() localVariable
/system/extras/pagecache/
Dpagecache.py281 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h9105 struct trace_event_file *trace_file; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h9029 struct trace_event_file *trace_file; member