Home
last modified time | relevance | path

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

12345678910>>...31

/external/blktrace/iowatcher/
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
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()
Dfio.c38 static int past_eof(struct trace *trace, char *cur) in past_eof()
45 static int parse_fio_line(struct trace *trace, int *time, int *rate, int *dir, int *bs) in parse_fio_line()
77 int next_fio_line(struct trace *trace) in next_fio_line()
92 char *first_fio(struct trace *trace) in first_fio()
98 static void find_last_fio_time(struct trace *trace) in find_last_fio_time()
124 static int read_fio(struct trace *trace, char *trace_name) in read_fio()
163 struct trace *trace; in open_fio_trace() local
180 int read_fio_event(struct trace *trace, int *time_ret, u64 *bw_ret, int *dir_ret) in read_fio_event()
/external/bcc/libbpf-tools/
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];
/external/skia/tests/
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 …]
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
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()
/external/tensorflow/tensorflow/core/profiler/lib/
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
/external/perfetto/test/trace_processor/diff_tests/metrics/android/
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
Dandroid_blocking_calls_cuj_per_frame_metric.py42 def add_async_trace(trace, ts, ts_end, buf, pid, tid): argument
46 def add_ui_thread_atrace(trace, ts, ts_end, buf, tid, pid): argument
51 def add_instant_event_in_thread(trace, ts, buf, pid, tid): argument
54 def add_render_thread_atrace_begin(trace, ts, buf, rtid, pid): argument
58 def add_render_thread_atrace_end(trace, ts_end, rtid, pid): argument
62 def add_frame(trace, vsync, ts_do_frame, ts_end_do_frame, tid, pid): argument
97 def add_blocking_calls_per_frame_multiple_cuj_instance(trace, cuj_name): argument
230 def add_blocking_call_crossing_frame_boundary(trace, cuj_name): argument
311 def add_process(trace, package_name, uid, pid): argument
336 trace = setup_trace() variable
Dandroid_sysui_notifications_blocking_calls_metric.py33 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
38 def add_async_trace(trace, ts, ts_end, buf, pid): argument
44 def add_all_sysui_notifications_blocking_calls(trace, pid): argument
66 def add_process(trace, package_name, uid, pid): argument
81 trace = setup_trace() variable
Dsysui_update_notif_on_ui_mode_changed_metric.py44 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
52 def add_slices(trace, pid): argument
58 def add_slice_with_children(trace, pid, current_ts, parent_name, children_list): argument
80 def add_process(trace, package_name, uid, pid): argument
96 trace = setup_trace() variable
Dandroid_sysui_notif_shade_list_builder_metric.py51 def add_main_thread_atrace(trace, ts, ts_end, buf, pid): argument
59 def add_slices(trace, pid): argument
65 def add_slice_with_children(trace, pid, current_ts, parent_name, children_list): argument
87 def add_process(trace, package_name, uid, pid): argument
103 trace = setup_trace() variable
/external/sdv/vsomeip/implementation/configuration/include/
Dtrace.hpp35 struct trace { struct
36 trace() in trace() argument
43 bool is_enabled_;
44 bool is_sd_enabled_;
46 std::vector<std::shared_ptr<trace_channel>> channels_;
47 std::vector<std::shared_ptr<trace_filter>> filters_;
/external/perfetto/test/trace_processor/diff_tests/metrics/graphics/
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 …]
Dandroid_doframe_depth.py28 def add_render_thread_atrace_begin(trace, ts, buf): argument
32 def add_render_thread_atrace_end(trace, ts_end): argument
36 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
41 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
45 def add_main_thread_atrace_from_depth(trace, ts, ts_end, buf, depth=0): argument
54 def add_frame_from_depth(trace, argument
85 trace = synth_common.create_trace() variable
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_stack_test.cc21 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace()
50 static void TestTrim(StackTraceTy *trace) { in TestTrim()
76 VarSizeStackTrace trace; in TEST() local
81 BufferedStackTrace trace; in TEST() local
86 VarSizeStackTrace trace; in TEST() local
91 BufferedStackTrace trace; in TEST() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/
DContextedRuntimeExceptionTest.java46 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedException() local
56 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionString() local
64 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionThrowable() local
74 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionStringThrowable() local
89 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionStringThrowableContext() local
DContextedExceptionTest.java46 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedException() local
61 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionString() local
69 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionThrowable() local
79 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionStringThrowable() local
90 final String trace = ExceptionUtils.getStackTrace(exceptionContext); in testContextedExceptionStringThrowableContext() local
/external/perfetto/src/android_sdk/java/test/dev/perfetto/sdk/test/
DPerfettoTraceTest.java119 Trace trace = Trace.parseFrom(traceBytes); in testDebugAnnotations() local
171 Trace trace = Trace.parseFrom(session.close()); in testNamedTrack() local
218 Trace trace = Trace.parseFrom(session.close()); in testProcessThreadNamedTrack() local
260 Trace trace = Trace.parseFrom(session.close()); in testCounterSimple() local
305 Trace trace = Trace.parseFrom(session.close()); in testCounter() local
348 Trace trace = Trace.parseFrom(session.close()); in testProcessThreadCounter() local
398 Trace trace = Trace.parseFrom(traceBytes); in testProto() local
444 Trace trace = Trace.parseFrom(traceBytes); in testProtoWithSlowPath() local
495 Trace trace = Trace.parseFrom(traceBytes); in testProtoNested() local
544 Trace trace = Trace.parseFrom(traceBytes); in testActivateTrigger() local
[all …]
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_pm_trace.c34 void pm_core_0_trace(unsigned int trace) in pm_core_0_trace()
49 void pm_core_1_trace(unsigned int trace) in pm_core_1_trace()
64 void pm_core_2_trace(unsigned int trace) in pm_core_2_trace()
79 void pm_core_3_trace(unsigned int trace) in pm_core_3_trace()
/external/trusty/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_pm_trace.c34 void pm_core_0_trace(unsigned int trace) in pm_core_0_trace()
49 void pm_core_1_trace(unsigned int trace) in pm_core_1_trace()
64 void pm_core_2_trace(unsigned int trace) in pm_core_2_trace()
79 void pm_core_3_trace(unsigned int trace) in pm_core_3_trace()
/external/cronet/stable/testing/perf/
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 …]
/external/cronet/tot/testing/perf/
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 …]
/external/angle/src/tests/restricted_traces/
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 …]
/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
Dcontents.ini3 [trace] section
4 metadata=trace.ini argument
5 buffer0=DSTREAM_0.bin

12345678910>>...31