Lines Matching refs:traces
40 - api - traces api calls to the C core
41 - bdp_estimator - traces behavior of bdp estimation logic
42 - call_combiner - traces call combiner state
43 - call_error - traces the possible errors contributing to final call status
44 - channel - traces operations on the C core channel stack
45 - client_channel - traces client channel activity, including resolver
47 - compression - traces compression operations
48 - connectivity_state - traces connectivity state changes to channels
49 - executor - traces grpc's internal thread pool ('the executor')
50 - fd_trace - traces fd create(), shutdown() and close() calls for channel fds.
51 Also traces epoll fd create()/close() calls in epollex polling engine
52 traces epoll-fd creation/close calls for epollex polling engine
53 - glb - traces the grpclb load balancer
54 - handshaker - traces handshaking state
55 - http - traces state in the http2 transport engine
56 - http2_stream_state - traces all http2 stream state mutations.
57 - http1 - traces HTTP/1.x operations performed by gRPC
58 - inproc - traces the in-process transport
59 - flowctl - traces http2 flow control
60 - op_failure - traces error information when failure is pushed onto a
62 - pick_first - traces the pick first load balancing policy
63 - plugin_credentials - traces plugin credentials
64 - pollable_refcount - traces reference counting of 'pollable' objects (only
67 - round_robin - traces the round_robin load balancing policy
70 - secure_endpoint - traces bytes flowing through encrypted channels
73 - transport_security - traces metadata about secure channel establishment
74 - tcp - traces bytes in and out of a channel
75 - tsi - traces tsi transport security
79 - alarm_refcount - refcounting traces for grpc_alarm structure
81 - combiner - traces combiner lock state
83 - pending_tags - traces still-in-progress tags on completion queues
84 - polling - traces the selected polling engine
85 - polling_api - traces the api calls to polling engine
98 'all' can additionally be used to turn all traces on.
99 Individual traces can be disabled by prefixing them with '-'.