Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 2323) sorted by relevance

12345678910>>...93

/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
H A DLayersTraceSubjectTest.kt58 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
66 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
79 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
90 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
100 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
116 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
134 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
161 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
176 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
193 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in <lambda>() constant
[all …]
H A DLayerTraceEntrySubjectTest.kt55 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in exceptionContainsDebugInfo() constant
67 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in testCanInspectBeginning() constant
77 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in testCanInspectEnd() constant
87 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canDetectUncoveredRegion() constant
101 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion_layerDoesNotExist() constant
114 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion_layerDoesNotHaveExpectedVisibleRegion() constant
127 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion_layerIsHiddenByParent() constant
140 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion_incorrectRegionSize() constant
153 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion() constant
165 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerVisibleRegion_layerIsNotVisible() constant
[all …]
/aosp_15_r20/external/blktrace/iowatcher/
H A Dblkparse.h37 struct trace { struct
42 struct blk_io_trace *io; argument
43 u64 start_timestamp;
44 struct timespec abs_start_time;
70 struct trace_file { argument
74 struct trace *trace; argument
H A Dblkparse.c181 u64 get_record_time(struct trace *trace) in get_record_time()
361 static void handle_notify(struct trace *trace) in handle_notify()
389 int next_record(struct trace *trace) in next_record()
403 void first_record(struct trace *trace) in first_record()
426 u64 find_last_time(struct trace *trace) in find_last_time()
463 static int parse_fio_bank_message(struct trace *trace, u64 *bank_ret, u64 *offset_ret, in parse_fio_bank_message()
520 static struct dev_info *lookup_dev(struct trace *trace, struct blk_io_trace *io) in lookup_dev()
543 static void map_devices(struct trace *trace) in map_devices()
573 static u64 map_io(struct trace *trace, struct blk_io_trace *io) in map_io()
580 void find_extreme_offsets(struct trace *trace, u64 *min_ret, u64 *max_ret, u64 *max_bank_ret, in find_extreme_offsets()
[all …]
H A Dmpstat.c47 static int past_eof(struct trace *trace, char *cur) in past_eof()
54 int next_mpstat_line(struct trace *trace) in next_mpstat_line()
69 char *next_mpstat(struct trace *trace) in next_mpstat()
90 char *first_mpstat(struct trace *trace) in first_mpstat()
102 static void find_last_mpstat_time(struct trace *trace) in find_last_mpstat_time()
118 static int guess_mpstat_cpus(struct trace *trace) in guess_mpstat_cpus()
146 static int count_mpstat_cpus(struct trace *trace) in count_mpstat_cpus()
204 int read_mpstat(struct trace *trace, char *trace_name) in read_mpstat()
256 int read_mpstat_event(struct trace *trace, double *user, in read_mpstat_event()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.h94 struct trace { struct
99 __u8 nr_traces; argument
103 struct value traces[MAX_TRACES]; argument
111 struct trace_data trace_data[MAX_TRACES]; argument
112 __u16 buf_len;
113 char buf[MAX_TRACE_BUF];
114 char buf_end[0];
115 struct bpf_link *links[2];
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/events/
H A DCujTraceTest.kt29 val trace = in canCreateFromListOfCujEvents() constant
54 val trace = in canCreateFromListOfCujEventsWithTags() constant
81 val trace = in canCreateCanceledCujsFromListOfCujEvents() constant
106 val trace = in canHandleIncompleteCujs() constant
132 val trace = in canHandleOutOfOrderEntries() constant
157 val trace = in canHandleMissingStartAndEnds() constant
180 val trace = in canHandleUnknownType() constant
/aosp_15_r20/external/skia/tests/
H A DSkSLDebugTracePlayerTest.cpp74 static std::string make_stack_string(const SkSL::DebugTracePriv& trace, in make_stack_string()
94 const SkSL::DebugTracePriv& trace, in make_vars_string()
117 static std::string make_local_vars_string(const SkSL::DebugTracePriv& trace, in make_local_vars_string()
123 static std::string make_global_vars_string(const SkSL::DebugTracePriv& trace, in make_global_vars_string()
142 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
183 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
219 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
309 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
406 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
470 sk_sp<SkSL::DebugTracePriv> trace = make_trace(r, in DEF_TEST() local
[all …]
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/
H A DLayersTraceEntryTest.kt43 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseAllLayers() constant
53 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseVisibleLayersLauncher() constant
71 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseVisibleLayersSplitScreen() constant
90 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseVisibleLayersInTransition() constant
113 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseLayerHierarchy() constant
147 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in testCanParseNonCroppedLayerWithHWC() constant
161 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canParseTraceEmptyState() constant
207 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canDetectOccludedByLayerWithinThreshold() constant
227 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canDetectCoveredLayerByAccountingForAlpha() constant
H A DLayersTraceTest.kt36 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in detectRootLayer() constant
67 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerOccludedByAppLayerHasVisibleRegion() constant
95 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen() constant
117 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in getFirstEntryWithOnDisplay() constant
134 val trace = reader.readLayersTrace() ?: error("Unable to read layers trace") in getLastEntryWithOnDisplay() constant
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
H A DWindowManagerStateHelperTest.kt197 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
218 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
239 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
263 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
284 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
309 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
335 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
355 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
380 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
391 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
H A DWindowManagerStateSubjectTest.kt46 private val trace constant
239 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectAppWindowVisibilitySubject() constant
256 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectLauncherVisibility() constant
315 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectActivityVisibility() constant
356 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectNoVisibleAppWindows() constant
364 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectHasVisibleAppWindows() constant
373 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectTaskFragment() constant
383 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectIsHomeActivityVisibleTablet() constant
395 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectTaskBarIsVisible() constant
405 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in canDetectWindowVisibilityWhen2WindowsHaveSameName() constant
H A DWindowManagerTraceSubjectTest.kt94 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
183 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
195 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
273 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
304 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
319 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
328 val trace = reader.readWmTrace() ?: error("Unable to read WM trace") in <lambda>() constant
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/graphics/
H A Dandroid_jank_cuj.py39 def add_instant_for_track(trace, ts, track, name): argument
43 def add_main_thread_atrace(trace, ts, ts_end, buf): argument
48 def add_render_thread_atrace_begin(trace, ts, buf): argument
52 def add_render_thread_atrace_end(trace, ts_end): argument
56 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
61 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
66 def add_jit_thread_atrace(trace, ts, ts_end, buf): argument
71 def add_sf_main_thread_atrace(trace, ts, ts_end, buf): argument
76 def add_sf_main_thread_atrace_begin(trace, ts, buf): argument
80 def add_sf_main_thread_atrace_end(trace, ts_end): argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/turbine/
Dopencensus-java-api.jario/opencensus/common/Clock.class <Unknown> package io.opencensus.common public ...
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DGeometryTests.kt38 val trace = withTrace { activity -> in <lambda>() constant
53 val trace = withTrace { activity -> in <lambda>() constant
70 val trace = withTrace { activity -> in <lambda>() constant
87 val trace = withTrace { activity -> in <lambda>() constant
117 val trace = withTrace { activity -> in <lambda>() constant
135 var trace = withTrace { activity -> in <lambda>() variable
184 var trace = withTrace { activity -> in <lambda>() variable
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
H A DSubjectsParser.kt61 val trace = resultReader.readWmTrace() ?: return null in doGetWmTraceSubject() constant
70 val trace = resultReader.readLayersTrace() ?: return null in doGetLayersTraceSubject() constant
83 val trace = resultReader.readWmState(tag) ?: return null in getWmStateSubject() constant
98 val trace = resultReader.readLayersDump(tag) ?: return null in getLayerTraceEntrySubject() constant
109 val trace = resultReader.readEventLogTrace() ?: return null in doGetEventLogSubject() constant
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp150 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->NV12"); in ImageCopy() local
155 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->NV21"); in ImageCopy() local
161 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV12->I420"); in ImageCopy() local
169 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->NV12"); in ImageCopy() local
175 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->NV21"); in ImageCopy() local
180 ScopedTrace trace(ATRACE_TAG, "ImageCopy: NV21->I420"); in ImageCopy() local
188 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->NV12"); in ImageCopy() local
194 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->NV21"); in ImageCopy() local
200 ScopedTrace trace(ATRACE_TAG, "ImageCopy: I420->I420"); in ImageCopy() local
207 ScopedTrace trace(ATRACE_TAG, "ImageCopy: generic"); in ImageCopy() local
[all …]
/aosp_15_r20/external/cronet/testing/perf/
H A Dperf_test.cc16 const std::string& trace, in ResultsToString()
33 const std::string& trace, in PrintResultsImpl()
51 const std::string& trace, in PrintResult()
61 const std::string& trace, in PrintResult()
72 const std::string& trace, in AppendResult()
83 const std::string& trace, in PrintResult()
100 const std::string& trace, in AppendResult()
116 const std::string& trace, in PrintResultMeanAndError()
127 const std::string& trace, in AppendResultMeanAndError()
137 const std::string& trace, in PrintResultList()
[all …]
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py50 def get_trace_json_path(trace): argument
54 def load_trace_json(trace): argument
59 def get_context(trace): argument
69 def context_header(trace, trace_path): argument
75 def src_trace_path(trace): argument
95 def save_trace_json(trace, data): argument
133 def backup_single_trace(trace, backup_path): argument
144 def restore_single_trace(trace, backup_path): argument
174 def run_test_suite(args, trace_binary, trace, max_steps, additional_args, additional_env): argument
195 def upgrade_single_trace(args, trace_binary, trace, out_path, no_overwrite, c_sources): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Dscoped_annotation_test.cc31 ScopedAnnotation trace("blah"); in TEST() local
37 ScopedAnnotation trace("blah"); in TEST() local
61 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationDisabled() local
73 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationEnabled() local
86 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationEnabled_Nested() local
87 { ScopedAnnotation trace(annotation); } in BM_ScopedAnnotationEnabled_Nested() local
99 ScopedAnnotation trace(absl::StrCat(i, "-", i * i)); in BM_ScopedAnnotationEnabled_Adhoc() local
110 ScopedAnnotation trace([&]() { return absl::StrCat(i, "-", i * i); }); in BM_ScopedAnnotationDisabled_Lambda() local
122 ScopedAnnotation trace([&]() { return absl::StrCat(i, "-", i * i); }); in BM_ScopedAnnotationEnabled_Adhoc_Lambda() local
/aosp_15_r20/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
H A DLogger.java106 public void verbose(String trace) { in verbose()
117 public void debug(String trace) { in debug()
129 public void debug(String trace, Throwable e) { in debug()
140 public void info(String trace) { in info()
151 public void warn(String trace) { in warn()
162 public void error(String trace) { in error()
174 public void error(String trace, Throwable e) { in error()
186 public void print(String trace) { in print()
196 public void print(String trace, Throwable e) { in print()
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/android/
H A Dandroid_blocking_calls_cuj_metric.py57 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
62 def add_async_trace(trace, ts, ts_end, buf, pid): argument
67 def add_binder_transaction(trace, tx_pid, rx_pid, start_ts, end_ts): argument
83 def add_cuj_with_blocking_calls(trace, cuj_name, pid): argument
139 def add_cuj_with_top_level_slices(trace, cuj_name, pid): argument
177 def add_all_blocking_calls_in_cuj(trace, pid): argument
200 def add_overlapping_cujs_with_blocking_calls(trace, start_ts, pid): argument
247 def add_process(trace, package_name, uid, pid): argument
278 trace = setup_trace() variable
/aosp_15_r20/external/angle/src/tests/perf_tests/third_party/perf/
H A Dperf_test.cc56 const std::string &trace, in ResultsToString()
73 const std::string &trace, in PrintResultsImpl()
94 const std::string &trace, in PrintResult()
105 const std::string &trace, in PrintResult()
117 const std::string &trace, in AppendResult()
128 const std::string &trace, in PrintResult()
140 const std::string &trace, in AppendResult()
151 const std::string &trace, in PrintResultMeanAndError()
162 const std::string &trace, in AppendResultMeanAndError()
173 const std::string &trace, in PrintResultList()
[all …]
/aosp_15_r20/development/tools/winscope/src/trace/
H A Dtrace_test.ts29 let trace: Trace<string>; variable
1109 const trace = new TraceBuilder<string>() constant
1262 const trace = new TraceBuilder<string>() constant
1292 const trace = new TraceBuilder<string>() constant
1324 const trace = new TraceBuilder<string>() constant
1363 const trace = new TraceBuilder<string>() constant
1372 const trace = new TraceBuilder<string>() constant
1380 const trace = new TraceBuilder<string>() constant

12345678910>>...93