Lines Matching full:traces
46 - api - traces api calls to the C core
47 - bdp_estimator - traces behavior of bdp estimation logic
48 - call_error - traces the possible errors contributing to final call status
49 - cares_resolver - traces operations of the c-ares based DNS resolver
50 - cares_address_sorting - traces operations of the c-ares based DNS
52 - cds_lb - traces cds LB policy
53 - channel - traces operations on the C core channel stack
54 - client_channel_call - traces client channel call batch activity
55 - client_channel_routing - traces client channel call routing, including
57 - compression - traces compression operations
58 - connectivity_state - traces connectivity state changes to channels
59 - cronet - traces state in the cronet transport engine
60 - eds_lb - traces eds LB policy
61 - executor - traces grpc's internal thread pool ('the executor')
62 - glb - traces the grpclb load balancer
63 - handshaker - traces handshaking state
64 - health_check_client - traces health checking client code
65 - http - traces state in the http2 transport engine
66 - http2_stream_state - traces all http2 stream state mutations.
67 - http1 - traces HTTP/1.x operations performed by gRPC
68 - inproc - traces the in-process transport
69 - http_keepalive - traces gRPC keepalive pings
70 - flowctl - traces http2 flow control
71 - lrs_lb - traces lrs LB policy
72 - op_failure - traces error information when failure is pushed onto a
74 - pick_first - traces the pick first load balancing policy
75 - plugin_credentials - traces plugin credentials
76 - pollable_refcount - traces reference counting of 'pollable' objects (only
78 - priority_lb - traces priority LB policy
80 - round_robin - traces the round_robin load balancing policy
83 - secure_endpoint - traces bytes flowing through encrypted channels
84 - subchannel - traces the connectivity state of subchannel
85 - subchannel_pool - traces subchannel pool
88 - transport_security - traces metadata about secure channel establishment
89 - tcp - traces bytes in and out of a channel
90 - tsi - traces tsi transport security
91 - weighted_target_lb - traces weighted_target LB policy
92 - xds_client - traces xds client
93 - xds_resolver - traces xds resolver
97 - alarm_refcount - refcounting traces for grpc_alarm structure
99 - combiner - traces combiner lock state
100 - call_combiner - traces call combiner state
102 - fd_trace - traces fd create(), shutdown() and close() calls for channel fds.
103 Also traces epoll fd create()/close() calls in epollex polling engine
104 traces epoll-fd creation/close calls for epollex polling engine
105 - pending_tags - traces still-in-progress tags on completion queues
106 - polling - traces the selected polling engine
107 - polling_api - traces the api calls to polling engine
121 'all' can additionally be used to turn all traces on.
122 Individual traces can be disabled by prefixing them with '-'.