Searched defs:trace_file (Results 1 – 10 of 10) sorted by relevance
| /system/extras/profcollectd/libprofcollectd/trace_provider/ |
| D | logging.rs | 46 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
|
| D | simpleperf_etm.rs | 48 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
|
| D | simpleperf_lbr.rs | 49 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/ |
| D | FilterTrace.cpp | 60 bool& print_trace_format, std::string_view& trace_file) { in ParseOptions() 179 std::string_view trace_file; in main() local
|
| D | VerifyTrace.cpp | 67 static void VerifyTrace(const char* trace_file, bool attempt_repair) { in VerifyTrace()
|
| /system/extras/profcollectd/libprofcollectd/ |
| D | trace_provider.rs | 80 let mut trace_file = PathBuf::from(dir); in get_path() localVariable
|
| /system/core/init/libprefetch/prefetch/src/tracer/ |
| D | mod.rs | 243 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/ |
| D | pagecache.py | 281 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 9105 struct trace_event_file *trace_file; member
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 9029 struct trace_event_file *trace_file; member
|