Home
last modified time | relevance | path

Searched refs:tracers (Results 1 – 25 of 28) sorted by relevance

12

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DStatsTraceContext.java43 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/
Dcheck_tracer_sanity.py26 tracers = [] variable
35 tracers.append(o[1])
40 for t in tracers:
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_tracer_sanity.py24 tracers = [] variable
33 tracers.append(o[1])
38 for t in tracers:
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py88 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 …]
DNEWS.txt633 Instance tracers manages pairs consisting of a tk variable and a
/external/autotest/client/tests/tracing_microbenchmark/
Dtracing_microbenchmark.py6 import tracers
19 tracer_class = getattr(tracers, tracer)
Dcontrol9 A simple benchmark of kernel tracers such as ftrace. Enables tracepoints in
/external/grpc-grpc/doc/
Denvironment_variables.md38 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/
Dtest_configdialog.py13 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/
DTROUBLESHOOTING.md29 # 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/
DTROUBLESHOOTING.md29 # 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/
Dapi_fuzzer.dictionary1 # tracers
/external/blktrace/iowatcher/
DMakefile21 iowatcher: blkparse.o plot.o main.o tracers.o mpstat.o fio.o
/external/bcc/SPECS/
Dbcc.spec116 Summary: Standalone tool to run BCC tracers written in Lua
119 Standalone tool to run BCC tracers written in Lua
/external/bcc/debian/
Dcontrol47 Description: Standalone tool to run BCC tracers written in Lua
/external/bcc/src/lua/
DREADME.md14 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/
Dblktrace.c296 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/
Dcriticalstat_example.txt138 See Also: Linux kernel's preemptoff and irqoff tracers which provide similar
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyServerHandlerTest.java236 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/
DHOWTO.md43 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/
D3.6.3rc1.rst1000 Instance tracers manages pairs consisting of a tk variable and a callback
D3.7.0a1.rst5886 Instance tracers manages pairs consisting of a tk variable and a callback
/external/strace/
DREADME-linux-ptrace430 confusing to tracers:
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz

12