Searched refs:GPR_TIMER_MARK (Results 1 – 16 of 16) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | combiner.cc | 139 GPR_TIMER_MARK("combiner.initiated", 0); in combiner_exec() 211 GPR_TIMER_MARK("offload_from_finished_exec_ctx", 0); in grpc_combiner_continue_exec_ctx() 228 GPR_TIMER_MARK("delay_busy", 0); in grpc_combiner_continue_exec_ctx() 260 GPR_TIMER_MARK("unref", 0); in grpc_combiner_continue_exec_ctx() 313 GPR_TIMER_MARK("slowpath", 0); in combiner_finally_exec()
|
D | ev_poll_posix.cc | 781 GPR_TIMER_MARK("different_thread_worker", 0); 789 GPR_TIMER_MARK("kick_yoself", 0); 800 GPR_TIMER_MARK("kick_anonymous", 0); 805 GPR_TIMER_MARK("kick_anonymous_not_self", 0); 816 GPR_TIMER_MARK("finally_kick", 0); 822 GPR_TIMER_MARK("kicked_no_pollers", 0); 955 GPR_TIMER_MARK("pollset_work.shutting_down", 0); 1091 GPR_TIMER_MARK("pollset_work.kicked_without_pollers", 0);
|
D | call_combiner.cc | 133 GPR_TIMER_MARK("call_combiner_initiate", 0); in Start()
|
D | ev_epoll1_linux.cc | 629 GPR_TIMER_MARK("pollset_finish_shutdown", 0); in pollset_maybe_finish_shutdown() 898 GPR_TIMER_MARK("signal worker", 0); in check_neighborhood_for_available_poller()
|
D | ev_epollex_linux.cc | 673 GPR_TIMER_MARK("pollset_finish_shutdown", 0);
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | combiner.cc | 168 GPR_TIMER_MARK("combiner.initiated", 0); in combiner_exec() 233 GPR_TIMER_MARK("offload_from_finished_exec_ctx", 0); in grpc_combiner_continue_exec_ctx() 250 GPR_TIMER_MARK("delay_busy", 0); in grpc_combiner_continue_exec_ctx() 282 GPR_TIMER_MARK("unref", 0); in grpc_combiner_continue_exec_ctx() 334 GPR_TIMER_MARK("slowpath", 0); in combiner_finally_exec()
|
D | ev_epollsig_linux.cc | 1058 GPR_TIMER_MARK("kicked_specifically", 0); 1071 GPR_TIMER_MARK("kick_anonymous", 0); 1074 GPR_TIMER_MARK("finally_kick", 0); 1078 GPR_TIMER_MARK("kicked_no_pollers", 0); 1146 GPR_TIMER_MARK("pollset_shutdown.finish_shutdown_locked", 0); 1315 GPR_TIMER_MARK("pollset_work.kicked_without_pollers", 0); 1375 GPR_TIMER_MARK("pollset_work.finish_shutdown_locked", 0);
|
D | ev_poll_posix.cc | 818 GPR_TIMER_MARK("different_thread_worker", 0); 826 GPR_TIMER_MARK("kick_yoself", 0); 836 GPR_TIMER_MARK("kick_anonymous", 0); 840 GPR_TIMER_MARK("kick_anonymous_not_self", 0); 851 GPR_TIMER_MARK("finally_kick", 0); 857 GPR_TIMER_MARK("kicked_no_pollers", 0); 988 GPR_TIMER_MARK("pollset_work.shutting_down", 0); 1124 GPR_TIMER_MARK("pollset_work.kicked_without_pollers", 0);
|
D | call_combiner.cc | 83 GPR_TIMER_MARK("call_combiner_initiate", 0); in grpc_call_combiner_start()
|
D | ev_epoll1_linux.cc | 610 GPR_TIMER_MARK("pollset_finish_shutdown", 0); in pollset_maybe_finish_shutdown() 876 GPR_TIMER_MARK("signal worker", 0); in check_neighborhood_for_available_poller()
|
D | ev_epollex_linux.cc | 726 GPR_TIMER_MARK("pollset_finish_shutdown", 0);
|
/external/grpc-grpc/src/core/lib/profiling/ |
D | timers.h | 39 #define GPR_TIMER_MARK(tag, important) \ macro 60 #define GPR_TIMER_MARK(tag, important) \ macro
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/profiling/ |
D | timers.h | 39 #define GPR_TIMER_MARK(tag, important) \ macro 60 #define GPR_TIMER_MARK(tag, important) \ macro
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | sync_abseil.cc | 96 GPR_TIMER_MARK("gpr_cv_signal", 0); in gpr_cv_signal() 101 GPR_TIMER_MARK("gpr_cv_broadcast", 0); in gpr_cv_broadcast()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1041 GPR_TIMER_MARK("state=writing", 0); in write_action_end_locked() 1045 GPR_TIMER_MARK("state=writing_stale_no_poller", 0); in write_action_end_locked()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1074 GPR_TIMER_MARK("state=writing", 0); in write_action_end_locked() 1078 GPR_TIMER_MARK("state=writing_stale_no_poller", 0); in write_action_end_locked()
|