/aosp_15_r20/external/blktrace/iowatcher/ |
H A D | blkparse.h | 70 struct trace_file { struct 71 struct list_head list; 72 char *filename; 73 char *label; 74 struct trace *trace; 75 unsigned int stop_seconds; /* Time when trace stops */ 76 unsigned int min_seconds; /* Beginning of the interval we should plot */ 77 unsigned int max_seconds; /* End of the interval we should plot */ 78 u64 min_offset; 79 u64 max_offset; [all …]
|
/aosp_15_r20/external/pytorch/test/cpp/lite_interpreter_runtime/ |
H A D | test_mobile_profiler.cpp | 27 std::ifstream& trace_file) { in checkMetaData() 70 std::ifstream trace_file(trace_file_name); in TEST() local 122 std::ifstream trace_file(trace_file_name); in TEST() local 156 std::ifstream trace_file(trace_file_name); in TEST() local 198 std::ifstream trace_file(trace_file_name); in TEST() local
|
/aosp_15_r20/art/runtime/ |
H A D | trace_profile.cc | 185 std::unique_ptr<File> trace_file(new File(fd, /*check_usage=*/true)); in Dump() local 203 std::unique_ptr<File> trace_file(OS::CreateEmptyFileWriteOnly(filename)); in Dump() local 212 void TraceProfiler::Dump(std::unique_ptr<File>&& trace_file) { in Dump()
|
H A D | trace.cc | 748 std::unique_ptr<File, decltype(deleter)> trace_file(trace_file_in.release(), deleter); in Start() local 1027 TraceWriter::TraceWriter(File* trace_file, in TraceWriter() 1108 Trace::Trace(File* trace_file, in Trace()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | nnapi_sl_fake_impl.cc | 50 std::ofstream trace_file(CallCountFilePath().c_str(), std::ofstream::app); in TraceCall() local 288 if (FILE* trace_file = fopen(CallCountFilePath().c_str(), "r")) { in WasNnApiSlInvoked() local 297 FILE* trace_file = fopen(CallCountFilePath().c_str(), "r"); in CountNnApiSlApiCalls() local
|
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/trace_provider/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | FilterTrace.cpp | 60 bool& print_trace_format, std::string_view& trace_file) { in ParseOptions() 179 std::string_view trace_file; in main() local
|
H A D | VerifyTrace.cpp | 67 static void VerifyTrace(const char* trace_file, bool attempt_repair) { in VerifyTrace()
|
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/tracer/ |
H A 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
|
/aosp_15_r20/development/treble/ |
H A D | read_build_trace_gz.py | 32 def __init__(self, trace_file): argument
|
/aosp_15_r20/frameworks/base/core/proto/android/app/ |
H A D | appexitinfo.proto | 46 optional string trace_file = 16; field
|
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/ |
H A D | trace_provider.rs | 80 let mut trace_file = PathBuf::from(dir); in get_path() localVariable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/app/ |
D | appexitinfo.pb.h | 1017 inline const std::string& ApplicationExitInfoProto::trace_file() const { in trace_file() function 1058 inline void ApplicationExitInfoProto::set_allocated_trace_file(std::string* trace_file) { in set_allocated_trace_file()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/app/ |
D | appexitinfo.pb.h | 1017 inline const std::string& ApplicationExitInfoProto::trace_file() const { in trace_file() function 1058 inline void ApplicationExitInfoProto::set_allocated_trace_file(std::string* trace_file) { in set_allocated_trace_file()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/app/ |
D | appexitinfo.pb.h | 1038 inline const std::string& ApplicationExitInfoProto::trace_file() const { in trace_file() function 1079 inline void ApplicationExitInfoProto::set_allocated_trace_file(std::string* trace_file) { in set_allocated_trace_file()
|
/aosp_15_r20/external/perfetto/python/tools/ |
H A D | cpu_profile.py | 457 def generate_pprof_profiles(traceconv, trace_file, args): argument
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | trace_to_pprof_integrationtest.cc | 40 const std::string trace_file = base::GetTestDataPath(input_file_name); in ConvertTraceToPprof() local
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | cpu_profile | 723 def generate_pprof_profiles(traceconv, trace_file, args): argument
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs-local.h | 118 char *trace_file; member
|
/aosp_15_r20/system/extras/pagecache/ |
H A D | pagecache.py | 281 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/user_events/ |
H A D | ftrace_test.c | 22 const char *trace_file = "/sys/kernel/debug/tracing/trace"; variable
|
/aosp_15_r20/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
H A D | trace_data.py | 149 def AddTraceFileFor(self, part, trace_file): argument
|
/aosp_15_r20/art/runtime/native/ |
H A D | dalvik_system_ZygoteHooks.cc | 398 std::string trace_file = StringPrintf("%s/%s.trace.bin", path, proc_name.c_str()); in ZygoteHooks_nativePostForkChild() local
|