/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/ |
D | DebugProbesTest.kt | 19 val traces = listOf( in <lambda>() constant 39 val traces = listOf( in <lambda>() constant 60 val traces = listOf( in <lambda>() constant
|
D | SanitizedProbesTest.kt | 24 val traces = listOf( in <lambda>() constant
|
/external/perfetto/docs/ |
D | README.md | 29 ### System-wide tracing on Android and Linux 66 ### Tracing SDK and user-space instrumentation 89 ### Tracing in Chromium
|
D | tracing-101.md | 168 #### Kernel tracing 193 #### Instrumentation with Perfetto SDK
|
/external/angle/src/tests/restricted_traces/ |
D | retrace_restricted_traces.py | 139 def backup_traces(args, traces): argument 156 def restore_traces(args, traces): argument 258 def upgrade_traces(args, traces): argument 289 def validate_traces(args, traces): argument 313 def interpret_traces(args, traces): argument 384 def get_min_reqs(args, traces): argument
|
/external/googleapis/google/devtools/cloudtrace/v1/ |
D | trace.proto | 94 repeated Trace traces = 1; field 280 repeated Trace traces = 1; field 303 Traces traces = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/external/google-cloud-java/java-trace/proto-google-cloud-trace-v1/src/main/proto/google/devtools/cloudtrace/v1/ |
D | trace.proto | 94 repeated Trace traces = 1; field 280 repeated Trace traces = 1; field 303 Traces traces = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/external/antlr/runtime/Ruby/test/functional/debugging/ |
D | rule-tracing.rb | 20 attr_accessor :stack, :traces accessor in TestRuleTracing 37 attr_accessor :stack, :traces accessor in TestRuleTracing
|
/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v1/ |
D | TraceServiceClientHttpJsonTest.java | 188 Traces traces = Traces.newBuilder().build(); in patchTracesTest() local 216 Traces traces = Traces.newBuilder().build(); in patchTracesExceptionTest() local
|
D | TraceServiceClientTest.java | 183 Traces traces = Traces.newBuilder().build(); in patchTracesTest() local 206 Traces traces = Traces.newBuilder().build(); in patchTracesExceptionTest() local
|
D | VPCServiceControlTest.java | 113 final Traces traces = Traces.newBuilder().build(); in patchTracesTest() local
|
/external/python/cpython3/Python/ |
D | tracemalloc.c | 447 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_remove_trace() local 476 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_add_trace() local 1089 _Py_hashtable_t *traces; member 1098 tracemalloc_copy_trace(_Py_hashtable_t *traces, in tracemalloc_copy_trace() 1120 tracemalloc_copy_traces(_Py_hashtable_t *traces) in tracemalloc_copy_traces() 1146 _Py_hashtable_t *traces = (_Py_hashtable_t *)value; in tracemalloc_copy_domain() local 1180 tracemalloc_get_traces_fill(_Py_hashtable_t *traces, in tracemalloc_get_traces_fill() 1212 _Py_hashtable_t *traces = (_Py_hashtable_t *)value; in tracemalloc_get_traces_domain() local 1238 _Py_hashtable_t *traces = tracemalloc_get_traces_table(domain); in tracemalloc_get_traceback() local 1300 const _Py_hashtable_t *traces = value; in tracemalloc_get_tracemalloc_memory_cb() local
|
/external/google-cloud-java/java-trace/samples/snippets/generated/com/google/cloud/trace/v1/traceservice/patchtraces/ |
D | SyncPatchTracesStringTraces.java | 38 Traces traces = Traces.newBuilder().build(); in syncPatchTracesStringTraces() local
|
/external/perfetto/protos/perfetto/bigtrace/ |
D | orchestrator.proto | 36 repeated string traces = 1; field
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | graph_debug_info.proto | 51 map<string, StackTrace> traces = 2; field
|
/external/bcc/libbpf-tools/ |
D | ksnoop.c | 639 static int parse_traces(int argc, char **argv, struct trace **traces) in parse_traces() 669 struct trace *traces = NULL; in cmd_info() local 783 static int add_traces(struct bpf_map *func_map, struct trace *traces, in add_traces() 813 static int attach_traces(struct ksnoop_bpf *skel, struct trace *traces, in attach_traces() 852 struct trace *traces = NULL; in cmd_trace() local
|
/external/antlr/runtime/Ruby/test/functional/tree-parser/ |
D | basic.rb | 591 attr_reader :traces accessor in TestTreeParser2
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/worker/ |
D | taskdump.rs | 43 let traces = unsafe { trace_multi_thread(owned, &mut local, synced, injection) } in trace_core() localVariable
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/worker/ |
D | taskdump.rs | 43 let traces = unsafe { trace_multi_thread(owned, &mut local, synced, injection) } in trace_core() localVariable
|
/external/perfetto/src/trace_processor/importers/etm/ |
D | etm_tracker.cc | 41 std::vector<TraceBlobView> traces) { in AddSessionData()
|
/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v1/it/ |
D | ITSystemTest.java | 71 Traces traces = Traces.newBuilder().addTraces(trace).build(); in beforeTest() local
|
/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/proto/google/cloud/networkmanagement/v1/ |
D | connectivity_test.proto | 226 repeated Trace traces = 5; field
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | StackTraceRecoveryTest.kt | 33 val traces = listOf( in <lambda>() constant
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/ |
D | ExceptionSerializationTest.java | 64 Object traces = result.get("stackTrace"); in testSimple() local
|
/external/opencensus-java/exporters/trace/datadog/src/main/java/io/opencensus/exporter/trace/datadog/ |
D | DatadogExporterHandler.java | 153 final Collection<List<DatadogSpan>> traces = in convertToJson() local
|