socket: Add KTR_SOWAKEUP
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 25 Dec 2014 11:16:46 +0000 (19:16 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 27 Dec 2014 07:00:33 +0000 (15:00 +0800)
commitb981a49da95ca31cd7bef3e186ddb2a996f2d6e2
tree1046f39637827d5d89d62466d94712a07f36677d
parent126c8adc68a925b350e81953918ad21ae29a3195
socket: Add KTR_SOWAKEUP

Define 2 pairs of children nodes for this KTR, which are used to tracking
extra IPIs for accept(2).

Note:
The tracked sorwakeup() and the wakeup(so_timeo) does not generate extra
(wakeup) IPIs.
sys/conf/options
sys/config/LINT64
sys/kern/uipc_socket2.c