Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/blktrace/iowatcher/
H A Dblkparse.h70 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 Dtest_mobile_profiler.cpp27 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 Dtrace_profile.cc185 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 Dtrace.cc748 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 Dnnapi_sl_fake_impl.cc50 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 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
H A 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
H A 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
/aosp_15_r20/system/extras/memory_replay/
H A DFilterTrace.cpp60 bool& print_trace_format, std::string_view& trace_file) { in ParseOptions()
179 std::string_view trace_file; in main() local
H A DVerifyTrace.cpp67 static void VerifyTrace(const char* trace_file, bool attempt_repair) { in VerifyTrace()
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/tracer/
H A 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
/aosp_15_r20/development/treble/
H A Dread_build_trace_gz.py32 def __init__(self, trace_file): argument
/aosp_15_r20/frameworks/base/core/proto/android/app/
H A Dappexitinfo.proto46 optional string trace_file = 16; field
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dtrace_provider.rs80 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/
Dappexitinfo.pb.h1017 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/
Dappexitinfo.pb.h1017 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/
Dappexitinfo.pb.h1038 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 Dcpu_profile.py457 def generate_pprof_profiles(traceconv, trace_file, args): argument
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dtrace_to_pprof_integrationtest.cc40 const std::string trace_file = base::GetTestDataPath(input_file_name); in ConvertTraceToPprof() local
/aosp_15_r20/external/perfetto/tools/
H A Dcpu_profile723 def generate_pprof_profiles(traceconv, trace_file, args): argument
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs-local.h118 char *trace_file; member
/aosp_15_r20/system/extras/pagecache/
H A Dpagecache.py281 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 Dftrace_test.c22 const char *trace_file = "/sys/kernel/debug/tracing/trace"; variable
/aosp_15_r20/external/chromium-trace/catapult/tracing/tracing/trace_data/
H A Dtrace_data.py149 def AddTraceFileFor(self, part, trace_file): argument
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc398 std::string trace_file = StringPrintf("%s/%s.trace.bin", path, proc_name.c_str()); in ZygoteHooks_nativePostForkChild() local

12