/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | StatsTraceContext.java | 43 private final StreamTracer[] tracers; field in StatsTraceContext 56 StreamTracer[] tracers = new StreamTracer[factories.size()]; in newClientContext() local 57 for (int i = 0; i < tracers.length; i++) { in newClientContext() 58 tracers[i] = factories.get(i).newClientStreamTracer(callOptions, headers); in newClientContext() 60 return new StatsTraceContext(tracers); in newClientContext() 71 StreamTracer[] tracers = new StreamTracer[factories.size()]; in newServerContext() local 72 for (int i = 0; i < tracers.length; i++) { in newServerContext() 73 tracers[i] = factories.get(i).newServerStreamTracer(fullMethodName, headers); in newServerContext() 75 return new StatsTraceContext(tracers); in newServerContext() 79 StatsTraceContext(StreamTracer[] tracers) { in StatsTraceContext() argument [all …]
|
/external/grpc-grpc/tools/run_tests/sanity/ |
D | check_tracer_sanity.py | 26 tracers = [] variable 35 tracers.append(o[1]) 40 for t in tracers:
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/ |
D | check_tracer_sanity.py | 24 tracers = [] variable 33 tracers.append(o[1]) 38 for t in tracers:
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 88 tracers.attach() 533 self.font_name = tracers.add(StringVar(self), self.var_changed_font) 534 self.font_size = tracers.add(StringVar(self), self.var_changed_font) 535 self.font_bold = tracers.add(BooleanVar(self), self.var_changed_font) 536 self.space_num = tracers.add(IntVar(self), ('main', 'Indent', 'num-spaces')) 832 self.builtin_name = tracers.add( 834 self.custom_name = tracers.add( 837 self.color = tracers.add( 839 self.theme_source = tracers.add( 841 self.highlight_target = tracers.add( [all …]
|
D | NEWS.txt | 633 Instance tracers manages pairs consisting of a tk variable and a
|
/external/autotest/client/tests/tracing_microbenchmark/ |
D | tracing_microbenchmark.py | 6 import tracers 19 tracer_class = getattr(tracers, tracer)
|
D | control | 9 A simple benchmark of kernel tracers such as ftrace. Enables tracepoints in
|
/external/grpc-grpc/doc/ |
D | environment_variables.md | 38 A comma separated list of tracers that provide additional insight into how 39 gRPC C core is processing requests via debug logs. Available tracers include: 77 The following tracers will only run in binaries built in DEBUG mode. This is 101 'refcount' will turn on all of the tracers for refcount debugging. 103 if 'list_tracers' is present, then all of the available tracers will be
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 13 from idlelib.configdialog import idleConf, changes, tracers 45 tracers.detach() 46 tracers.clear() 129 tracers.detach() 140 tracers.attach() 320 tracers.detach() 358 tracers.attach() 825 tracers.detach() 864 tracers.attach() 1448 cls.tracers = configdialog.VarTrace() [all …]
|
/external/rust/crates/grpcio-sys/grpc/ |
D | TROUBLESHOOTING.md | 29 # Also note that most tracers user log level INFO, so without setting 35 # Print info from 3 different tracers, including tracing logs with log level DEBUG
|
/external/grpc-grpc/ |
D | TROUBLESHOOTING.md | 29 # Also note that most tracers user log level INFO, so without setting 35 # Print info from 3 different tracers, including tracing logs with log level DEBUG
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.dictionary | 1 # tracers
|
/external/blktrace/iowatcher/ |
D | Makefile | 21 iowatcher: blkparse.o plot.o main.o tracers.o mpstat.o fio.o
|
/external/bcc/SPECS/ |
D | bcc.spec | 116 Summary: Standalone tool to run BCC tracers written in Lua 119 Standalone tool to run BCC tracers written in Lua
|
/external/bcc/debian/ |
D | control | 47 Description: Standalone tool to run BCC tracers written in Lua
|
/external/bcc/src/lua/ |
D | README.md | 14 Since LuaJIT is a JIT compiled language, tracers implemented in `bcc-lua` 16 This is particularly noticeable in tracers that actively use the table APIs to
|
/external/blktrace/ |
D | blktrace.c | 296 static LIST_HEAD(tracers); 1897 list_add_tail(&tp->head, &tracers); in start_tracer() 1945 __list_for_each(p, &tracers) { in start_tracers() 1969 __list_for_each(p, &tracers) { in stop_tracers() 1980 list_for_each_safe(p, q, &tracers) { in del_tracers() 1997 __list_for_each(p, &tracers) { in wait_tracers()
|
/external/bcc/tools/ |
D | criticalstat_example.txt | 138 See Also: Linux kernel's preemptoff and irqoff tracers which provide similar
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerHandlerTest.java | 236 List<StreamTracer> tracers = statsTraceCtx.getTracersForTest(); in streamTracerCreated() local 237 assertEquals(1, tracers.size()); in streamTracerCreated() 238 assertSame(streamTracer, tracers.get(0)); in streamTracerCreated()
|
/external/OpenCSD/ |
D | HOWTO.md | 43 discovered at boot time. Since tracers can be linked to more than one sink, 121 The amount of traces generated by CoreSight tracers is staggering, event for
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 1000 Instance tracers manages pairs consisting of a tk variable and a callback
|
D | 3.7.0a1.rst | 5886 Instance tracers manages pairs consisting of a tk variable and a callback
|
/external/strace/ |
D | README-linux-ptrace | 430 confusing to tracers:
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|