Home
last modified time | relevance | path

Searched defs:traces (Results 1 – 25 of 78) sorted by relevance

1234

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugProbesTest.kt19 val traces = listOf( in <lambda>() constant
39 val traces = listOf( in <lambda>() constant
60 val traces = listOf( in <lambda>() constant
DSanitizedProbesTest.kt24 val traces = listOf( in <lambda>() constant
/external/perfetto/docs/
DREADME.md29 ### System-wide tracing on Android and Linux
66 ### Tracing SDK and user-space instrumentation
89 ### Tracing in Chromium
Dtracing-101.md168 #### Kernel tracing
193 #### Instrumentation with Perfetto SDK
/external/angle/src/tests/restricted_traces/
Dretrace_restricted_traces.py139 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/
Dtrace.proto94 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/
Dtrace.proto94 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/
Drule-tracing.rb20 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/
DTraceServiceClientHttpJsonTest.java188 Traces traces = Traces.newBuilder().build(); in patchTracesTest() local
216 Traces traces = Traces.newBuilder().build(); in patchTracesExceptionTest() local
DTraceServiceClientTest.java183 Traces traces = Traces.newBuilder().build(); in patchTracesTest() local
206 Traces traces = Traces.newBuilder().build(); in patchTracesExceptionTest() local
DVPCServiceControlTest.java113 final Traces traces = Traces.newBuilder().build(); in patchTracesTest() local
/external/python/cpython3/Python/
Dtracemalloc.c447 _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/
DSyncPatchTracesStringTraces.java38 Traces traces = Traces.newBuilder().build(); in syncPatchTracesStringTraces() local
/external/perfetto/protos/perfetto/bigtrace/
Dorchestrator.proto36 repeated string traces = 1; field
/external/tensorflow/tensorflow/core/protobuf/
Dgraph_debug_info.proto51 map<string, StackTrace> traces = 2; field
/external/bcc/libbpf-tools/
Dksnoop.c639 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/
Dbasic.rb591 attr_reader :traces accessor in TestTreeParser2
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/worker/
Dtaskdump.rs43 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/
Dtaskdump.rs43 let traces = unsafe { trace_multi_thread(owned, &mut local, synced, injection) } in trace_core() localVariable
/external/perfetto/src/trace_processor/importers/etm/
Detm_tracker.cc41 std::vector<TraceBlobView> traces) { in AddSessionData()
/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v1/it/
DITSystemTest.java71 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/
Dconnectivity_test.proto226 repeated Trace traces = 5; field
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt33 val traces = listOf( in <lambda>() constant
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DExceptionSerializationTest.java64 Object traces = result.get("stackTrace"); in testSimple() local
/external/opencensus-java/exporters/trace/datadog/src/main/java/io/opencensus/exporter/trace/datadog/
DDatadogExporterHandler.java153 final Collection<List<DatadogSpan>> traces = in convertToJson() local

1234